Searched refs:sa_hdl (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_znode.c555 dmu_buf_t *db, dmu_object_type_t obj_type, sa_handle_t *sa_hdl)
564 if (sa_hdl == NULL) {
568 zp->z_sa_hdl = sa_hdl;
569 sa_set_userp(sa_hdl, zp);
780 sa_handle_t *sa_hdl; local
901 &sa_hdl));
986 VERIFY(sa_replace_all_by_template(sa_hdl, sa_attrs, cnt, tx) == 0);
989 *zpp = zfs_znode_alloc(zfsvfs, db, 0, obj_type, sa_hdl);
998 (*zpp)->z_sa_hdl = sa_hdl;
2009 sa_handle_t *sa_hdl; local
554 zfs_znode_sa_init(zfsvfs_t *zfsvfs, znode_t *zp, dmu_buf_t *db, dmu_object_type_t obj_type, sa_handle_t *sa_hdl) argument
2079 sa_handle_t *sa_hdl; local
[all...]

Completed in 123 milliseconds