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

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_znode.c1992 dmu_buf_t *sa_db; local
2012 error = zfs_grab_sa_handle(osp, parent, &sa_hdl, &sa_db, FTAG);
2017 zfs_release_sa_handle(sa_hdl, sa_db, FTAG);
2064 dmu_buf_t *sa_db = NULL; local
2108 prevdb = sa_db;
2110 error = zfs_grab_sa_handle(osp, obj, &sa_hdl, &sa_db, FTAG);
2113 sa_db = prevdb;
2119 ASSERT(sa_db != NULL);
2120 zfs_release_sa_handle(sa_hdl, sa_db, FTAG);

Completed in 46 milliseconds