Searched refs:xattr_cancel (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 68 static char *xattr_cancel[] = { MNTOPT_NOXATTR, NULL }; variable 78 { MNTOPT_XATTR, xattr_cancel, NULL, 0,
|
/titanic_50/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 86 static char *xattr_cancel[] = { MNTOPT_NOXATTR, NULL }; variable 91 { MNTOPT_XATTR, xattr_cancel, NULL, MO_DEFAULT, NULL},
|
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 92 static char *xattr_cancel[] = { MNTOPT_NOXATTR, NULL }; variable 104 { MNTOPT_XATTR, xattr_cancel, NULL, MO_DEFAULT, 0 },
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 138 static char *xattr_cancel[] = { MNTOPT_NOXATTR, NULL }; variable 176 { MNTOPT_XATTR, xattr_cancel, NULL, MO_DEFAULT,
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 114 static char *xattr_cancel[] = { MNTOPT_NOXATTR, NULL }; variable 122 { MNTOPT_XATTR, xattr_cancel, NULL, 0, NULL },
|