Searched refs:MNTOPT_XATTR (Results 1 – 14 of 14) 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 }; 79 { MNTOPT_XATTR, xattr_cancel, NULL, 0, 364 !vfs_optionisset(vfsp, MNTOPT_XATTR, NULL)) in lo_mount() 365 vfs_setmntopt(vfsp, MNTOPT_XATTR, NULL, in lo_mount()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mntent.h | 128 #define MNTOPT_XATTR "xattr" /* enable extended attributes */ macro
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 88 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; 92 { MNTOPT_XATTR, xattr_cancel, NULL, MO_DEFAULT, NULL},
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 128 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; 139 { MNTOPT_XATTR, xattr_cancel, NULL, MO_DEFAULT, 0 },
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 118 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; 127 { MNTOPT_XATTR, xattr_cancel, NULL, 0, NULL }, 282 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_XATTR, NULL, 0); in xattr_changed_cb() 286 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_XATTR); in xattr_changed_cb() 502 } else if (vfs_optionisset(vfsp, MNTOPT_XATTR, NULL)) { in zfs_register_callbacks() 2885 if (vfs_optionisset(vfsp, MNTOPT_XATTR, NULL)) in zfs_get_temporary_prop()
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 100 MNTOPT_XATTR,
|
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 936 MNTOPT_XATTR, 987 optlen = strlen(mnt->mnt_mntopts) + sizeof (MNTOPT_XATTR) + 1; in set_args() 1224 strcat(newopts, MNTOPT_XATTR); in set_args()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 141 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; 178 { MNTOPT_XATTR, xattr_cancel, NULL, MO_DEFAULT,
|
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_vfs.c | 770 if (vfs_optionisset(vfsp, MNTOPT_XATTR, NULL)) in fake_domount()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2436 MNTOPT_XATTR,
|
H A D | nfs4_stub_vnops.c | 3290 if (nfs4_trigger_add_mntopt(mntopts, MNTOPT_XATTR, vfsp) || in nfs4_trigger_create_mntopts()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 1730 if (vfs_optionisset(vfsp, MNTOPT_XATTR, NULL)) in domount()
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 2304 if (!hasmntopt(&m, MNTOPT_NOXATTR) && !hasmntopt(&m, MNTOPT_XATTR)) { in nfsmount()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 2215 mntopt_on = MNTOPT_XATTR; in get_numeric_property()
|