Searched refs:noxattr_cancel (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 70 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; variable 81 { 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, 0, NULL},
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 128 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; variable 140 { MNTOPT_NOXATTR, noxattr_cancel, NULL, 0, 0 },
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 141 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; variable 180 { MNTOPT_NOXATTR, noxattr_cancel, NULL, 0,
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 118 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; variable 126 { MNTOPT_NOXATTR, noxattr_cancel, NULL, 0, NULL },
|