Searched refs:SA_ZPL_SIZE (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_znode.c | 663 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_SIZE(zfsvfs), NULL, in zfs_znode_alloc() 918 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_SIZE(zfsvfs), in zfs_mknode() 925 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_SIZE(zfsvfs), in zfs_mknode() 1229 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_SIZE(zfsvfs), NULL, in zfs_rezget() 1505 VERIFY(0 == sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zp->z_zfsvfs), in zfs_extend() 1585 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_SIZE(zfsvfs), in zfs_trunc()
|
H A D | zfs_sa.c | 258 SA_ADD_BULK_ATTR(sa_attrs, count, SA_ZPL_SIZE(zfsvfs), NULL, in zfs_sa_upgrade()
|
H A D | zfs_dir.c | 747 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_SIZE(zfsvfs), NULL, in zfs_link_create() 886 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_SIZE(zfsvfs), in zfs_link_destroy()
|
H A D | zfs_replay.c | 722 (void) sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zfsvfs), in zfs_replay_write2()
|
H A D | zfs_vnops.c | 703 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_SIZE(zfsvfs), NULL, in zfs_write() 955 (void) sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zfsvfs), in zfs_write() 3953 (void) sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zfsvfs), in zfs_symlink()
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_znode.h | 107 #define SA_ZPL_SIZE(z) z->z_attr_table[ZPL_SIZE] macro
|