Searched defs:noxattr_cancel (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 69 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; variable 80 { MNTOPT_NOXATTR, noxattr_cancel, NULL, 0,
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 88 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; variable 93 { MNTOPT_NOXATTR, noxattr_cancel, NULL, NULL, NULL},
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 93 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; variable 105 { MNTOPT_NOXATTR, noxattr_cancel, NULL, 0, 0 }
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 137 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; variable 176 { MNTOPT_NOXATTR, noxattr_cancel, NULL, 0,
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 113 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; variable 121 { MNTOPT_NOXATTR, noxattr_cancel, NULL, 0, NULL },
|
Completed in 169 milliseconds