Searched refs:MNTOPT_NOXATTR (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 68 static char *xattr_cancel[] = { MNTOPT_NOXATTR, NULL }; 80 { MNTOPT_NOXATTR, noxattr_cancel, NULL, 0, 336 if (vfs_optionisset(vfsp, MNTOPT_NOXATTR, NULL)) { in lo_mount() 364 !vfs_optionisset(vfsp, MNTOPT_NOXATTR, NULL) && in lo_mount()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mntent.h | 129 #define MNTOPT_NOXATTR "noxattr" /* disable extended attributes */ macro
|
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 92 static char *xattr_cancel[] = { MNTOPT_NOXATTR, NULL }; 105 { MNTOPT_NOXATTR, noxattr_cancel, NULL, 0, 0 } 572 vfs_setmntopt(vfsp, MNTOPT_NOXATTR, NULL, 0); in smbfs_mount()
|
/titanic_41/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 86 static char *xattr_cancel[] = { MNTOPT_NOXATTR, NULL }; 92 { MNTOPT_NOXATTR, noxattr_cancel, NULL, NULL, NULL},
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 113 static char *xattr_cancel[] = { MNTOPT_NOXATTR, NULL }; 120 { MNTOPT_NOXATTR, noxattr_cancel, NULL, 0, NULL }, 262 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_NOXATTR); in xattr_changed_cb() 268 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_NOXATTR, NULL, 0); in xattr_changed_cb() 472 if (vfs_optionisset(vfsp, MNTOPT_NOXATTR, NULL)) { in zfs_register_callbacks()
|
/titanic_41/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 102 MNTOPT_NOXATTR,
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 136 static char *xattr_cancel[] = { MNTOPT_NOXATTR, NULL }; 176 { MNTOPT_NOXATTR, noxattr_cancel, NULL, 0,
|
/titanic_41/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 938 MNTOPT_NOXATTR,
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2375 MNTOPT_NOXATTR,
|
H A D | nfs4_stub_vnops.c | 3286 nfs4_trigger_add_mntopt(mntopts, MNTOPT_NOXATTR, vfsp)) { in nfs4_trigger_create_mntopts()
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 2364 if (!hasmntopt(&m, MNTOPT_NOXATTR) && !hasmntopt(&m, MNTOPT_XATTR)) { in nfsmount()
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1994 mntopt_off = MNTOPT_NOXATTR; in get_numeric_property()
|