Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h105 #define SA_ZPL_ATIME(z) z->z_attr_table[ZPL_ATIME]
106 #define SA_ZPL_MTIME(z) z->z_attr_table[ZPL_MTIME]
107 #define SA_ZPL_CTIME(z) z->z_attr_table[ZPL_CTIME]
108 #define SA_ZPL_CRTIME(z) z->z_attr_table[ZPL_CRTIME]
109 #define SA_ZPL_GEN(z) z->z_attr_table[ZPL_GEN]
110 #define SA_ZPL_DACL_ACES(z) z->z_attr_table[ZPL_DACL_ACES]
111 #define SA_ZPL_XATTR(z) z->z_attr_table[ZPL_XATTR]
112 #define SA_ZPL_SYMLINK(z) z->z_attr_table[ZPL_SYMLINK]
113 #define SA_ZPL_RDEV(z) z->z_attr_table[ZPL_RDEV]
114 #define SA_ZPL_SCANSTAMP(z) z->z_attr_table[ZPL_SCANSTAMP]
[all …]
H A Dzfs_vfsops.h93 sa_attr_type_t *z_attr_table; /* SA attr mapping->id */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c1941 &zfsvfs->z_attr_table); in zfs_create_fs()
H A Dzfs_vfsops.c1113 &zfsvfs->z_attr_table); in zfsvfs_init()