Home
last modified time | relevance | path

Searched refs:sa_handle_get (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dsa.h118 int sa_handle_get(objset_t *, uint64_t, void *userp,
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dsa.c1412 sa_handle_get(objset_t *objset, uint64_t objid, void *userp, in sa_handle_get() function
Dzfs_znode.c1966 error = sa_handle_get(osp, obj, NULL, SA_HDL_PRIVATE, hdlp); in zfs_grab_sa_handle()
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zdb/
Dzdb.c1729 if (sa_handle_get(os, object, NULL, SA_HDL_PRIVATE, &hdl)) { in dump_znode()