Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
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]
95 #define SA_ZPL_CRTIME(z) z->z_attr_table[ZPL_CRTIME]
96 #define SA_ZPL_GEN(z) z->z_attr_table[ZPL_GEN]
97 #define SA_ZPL_DACL_ACES(z) z->z_attr_table[ZPL_DACL_ACES]
98 #define SA_ZPL_XATTR(z) z->z_attr_table[ZPL_XATTR]
99 #define SA_ZPL_SYMLINK(z) z->z_attr_table[ZPL_SYMLINK]
100 #define SA_ZPL_RDEV(z) z->z_attr_table[ZPL_RDEV]
101 #define SA_ZPL_SCANSTAMP(z) z->z_attr_table[ZPL_SCANSTAMP]
[all …]
Dzfs_vfsops.h85 sa_attr_type_t *z_attr_table; /* SA attr mapping->id */ member
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzfs_znode.c2131 &zfsvfs->z_attr_table); in zfs_create_fs()
2444 err = zfs_obj_to_pobj(zfsvfs->z_os, zp->z_sa_hdl, zfsvfs->z_attr_table, in zfs_znode_parent_and_name()
Dzfs_vfsops.c1218 &zfsvfs->z_attr_table); in zfsvfs_init()