Home
last modified time | relevance | path

Searched refs:z_attr_table (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_znode.h93 #define SA_ZPL_ATIME(z) z->z_attr_table[ZPL_ATIME]
94 #define SA_ZPL_MTIME(z) z->z_attr_table[ZPL_MTIME]
95 #define SA_ZPL_CTIME(z) z->z_attr_table[ZPL_CTIME]
96 #define SA_ZPL_CRTIME(z) z->z_attr_table[ZPL_CRTIME]
97 #define SA_ZPL_GEN(z) z->z_attr_table[ZPL_GEN]
98 #define SA_ZPL_DACL_ACES(z) z->z_attr_table[ZPL_DACL_ACES]
99 #define SA_ZPL_XATTR(z) z->z_attr_table[ZPL_XATTR]
100 #define SA_ZPL_SYMLINK(z) z->z_attr_table[ZPL_SYMLINK]
101 #define SA_ZPL_RDEV(z) z->z_attr_table[ZPL_RDEV]
102 #define SA_ZPL_SCANSTAMP(z) z->z_attr_table[ZPL_SCANSTAMP]
[all …]
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h106 sa_attr_type_t *z_attr_table; /* SA attr mapping->id */ member
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h141 sa_attr_type_t *z_attr_table; /* SA attr mapping->id */ member
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode_os.c1780 &zfsvfs->z_attr_table); in zfs_create_fs()
1849 err = zfs_obj_to_pobj(zfsvfs->z_os, zp->z_sa_hdl, zfsvfs->z_attr_table, in zfs_znode_parent_and_name()
H A Dzfs_vfsops.c904 &zfsvfs->z_attr_table); in zfsvfs_init()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c784 &zfsvfs->z_attr_table); in zfsvfs_init()
H A Dzfs_znode_os.c1923 &zfsvfs->z_attr_table); in zfs_create_fs()