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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c1941 dmu_buf_t *sa_db; local
1961 error = zfs_grab_sa_handle(osp, parent, &sa_hdl, &sa_db, FTAG);
1966 zfs_release_sa_handle(sa_hdl, sa_db, FTAG);
2013 dmu_buf_t *sa_db = NULL; local
2057 prevdb = sa_db;
2059 error = zfs_grab_sa_handle(osp, obj, &sa_hdl, &sa_db, FTAG);
2062 sa_db = prevdb;
2068 ASSERT(sa_db != NULL);
2069 zfs_release_sa_handle(sa_hdl, sa_db, FTAG);

Completed in 48 milliseconds