Searched refs:SA_ZPL_SIZE (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | zfs_znode.c | 680 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_SIZE(zfsvfs), NULL, in zfs_znode_alloc() 1078 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_SIZE(zfsvfs), in zfs_mknode1() 1085 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_SIZE(zfsvfs), in zfs_mknode1() 1511 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_SIZE(zfsvfs), NULL, in zfs_rezget() 1815 VERIFY(0 == sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zp->z_zfsvfs), in zfs_extend() 1924 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_SIZE(zfsvfs), in zfs_trunc()
|
| H A D | zfs_dir.c | 551 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_SIZE(zfsvfs), NULL, in zfs_link_create() 672 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_SIZE(zfsvfs), in zfs_link_destroy()
|
| H A D | zfs_sa.c | 253 SA_ADD_BULK_ATTR(sa_attrs, count, SA_ZPL_SIZE(zfsvfs), NULL, in zfs_sa_upgrade()
|
| H A D | zfs_replay.c | 850 (void) sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zfsvfs), in zfs_replay_write2()
|
| H A D | zfs_vnops.c | 1057 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_SIZE(zfsvfs), NULL, in zfs_write() 1328 (void) sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zfsvfs), in zfs_write() 4637 (void) sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zfsvfs), in zfs_symlink()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| H A D | zfs_znode.h | 109 #define SA_ZPL_SIZE(z) z->z_attr_table[ZPL_SIZE] macro
|