Home
last modified time | relevance | path

Searched refs:MNTOPT_DIRXATTR (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dmntent.h101 #define MNTOPT_DIRXATTR "dirxattr" /* enable directory xattrs */ macro
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c98 { TOKEN_DIRXATTR, MNTOPT_DIRXATTR },
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c690 } else if (vfs_optionisset(vfsp, MNTOPT_DIRXATTR, NULL)) { in zfs_register_callbacks()