Searched refs:MNTOPT_XATTR (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 69 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; 78 { MNTOPT_XATTR, xattr_cancel, NULL, 0, 365 !vfs_optionisset(vfsp, MNTOPT_XATTR, NULL)) in lo_mount() 366 vfs_setmntopt(vfsp, MNTOPT_XATTR, NULL, in lo_mount()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | mntent.h | 128 #define MNTOPT_XATTR "xattr" /* enable extended attributes */ macro
|
/titanic_50/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 87 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; 91 { MNTOPT_XATTR, xattr_cancel, NULL, MO_DEFAULT, NULL},
|
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 93 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; 104 { MNTOPT_XATTR, xattr_cancel, NULL, MO_DEFAULT, 0 },
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 113 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; 122 { MNTOPT_XATTR, xattr_cancel, NULL, 0, NULL }, 264 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_XATTR, NULL, 0); in xattr_changed_cb() 268 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_XATTR); in xattr_changed_cb() 501 } else if (vfs_optionisset(vfsp, MNTOPT_XATTR, NULL)) { in zfs_register_callbacks()
|
/titanic_50/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 104 MNTOPT_XATTR,
|
/titanic_50/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 936 MNTOPT_XATTR, 991 optlen = strlen(mnt->mnt_mntopts) + sizeof (MNTOPT_XATTR) + 1; in set_args() 1228 strcat(newopts, MNTOPT_XATTR); in set_args()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 139 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; 176 { MNTOPT_XATTR, xattr_cancel, NULL, MO_DEFAULT,
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2373 MNTOPT_XATTR,
|
H A D | nfs4_stub_vnops.c | 3285 if (nfs4_trigger_add_mntopt(mntopts, MNTOPT_XATTR, vfsp) || in nfs4_trigger_create_mntopts()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 2309 if (!hasmntopt(&m, MNTOPT_NOXATTR) && !hasmntopt(&m, MNTOPT_XATTR)) { in nfsmount()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | vfs.c | 1767 if (vfs_optionisset(vfsp, MNTOPT_XATTR, NULL)) in domount()
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 2007 mntopt_on = MNTOPT_XATTR; in get_numeric_property()
|