Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dsa.h122 int sa_handle_get(objset_t *, uint64_t, void *userp,
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dsa.c1439 sa_handle_get(objset_t *objset, uint64_t objid, void *userp, in sa_handle_get() function
2225 EXPORT_SYMBOL(sa_handle_get);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c1789 error = sa_handle_get(osp, obj, NULL, SA_HDL_PRIVATE, hdlp); in zfs_grab_sa_handle()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c2004 error = sa_handle_get(osp, obj, NULL, SA_HDL_PRIVATE, hdlp); in zfs_grab_sa_handle()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c3123 if (sa_handle_get(os, object, NULL, SA_HDL_PRIVATE, &hdl)) { in dump_znode()