Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_znode.h92 #define SA_ZPL_ATIME(z) z->z_attr_table[ZPL_ATIME]
93 #define SA_ZPL_MTIME(z) z->z_attr_table[ZPL_MTIME]
94 #define SA_ZPL_CTIME(z) z->z_attr_table[ZPL_CTIME]
96 #define SA_ZPL_GEN(z) z->z_attr_table[ZPL_GEN]
98 #define SA_ZPL_XATTR(z) z->z_attr_table[ZPL_XATTR]
100 #define SA_ZPL_RDEV(z) z->z_attr_table[ZPL_RDEV]
102 #define SA_ZPL_UID(z) z->z_attr_table[ZPL_UID]
103 #define SA_ZPL_GID(z) z->z_attr_table[ZPL_GID]
106 #define SA_ZPL_MODE(z) z->z_attr_table[ZPL_MODE]
109 #define SA_ZPL_SIZE(z) z->z_attr_table[ZPL_SIZE]
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h134 sa_attr_type_t *z_attr_table; /* SA attr mapping->id */ member
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h119 sa_attr_type_t *z_attr_table; /* SA attr mapping->id */ member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c1711 &zfsvfs->z_attr_table); in zfs_create_fs()
2048 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.c837 &zfsvfs->z_attr_table); in zfsvfs_init()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c767 &zfsvfs->z_attr_table); in zfsvfs_init()
H A Dzfs_znode.c1919 &zfsvfs->z_attr_table); in zfs_create_fs()