Home
last modified time | relevance | path

Searched defs:osp (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c1757 zfs_sa_setup(objset_t *osp, sa_attr_type_t **sa_table) in zfs_sa_setup()
1771 zfs_grab_sa_handle(objset_t *osp, uint64_t obj, sa_handle_t **hdlp, in zfs_grab_sa_handle()
1810 zfs_obj_to_pobj(objset_t *osp, sa_handle_t *hdl, sa_attr_type_t *sa_table, in zfs_obj_to_pobj()
1885 zfs_obj_to_path_impl(objset_t *osp, uint64_t obj, sa_handle_t *hdl, in zfs_obj_to_path_impl()
1968 zfs_obj_to_path(objset_t *osp, uint64_t obj, char *buf, int len) in zfs_obj_to_path()
1990 zfs_obj_to_stats(objset_t *osp, uint64_t obj, zfs_stat_t *sb, in zfs_obj_to_stats()
H A Dzio_crypt.c1038 objset_phys_t *osp = data; in zio_crypt_do_objset_hmacs() local
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c1972 zfs_sa_setup(objset_t *osp, sa_attr_type_t **sa_table) in zfs_sa_setup()
1986 zfs_grab_sa_handle(objset_t *osp, uint64_t obj, sa_handle_t **hdlp, in zfs_grab_sa_handle()
2025 zfs_obj_to_pobj(objset_t *osp, sa_handle_t *hdl, sa_attr_type_t *sa_table, in zfs_obj_to_pobj()
2100 zfs_obj_to_path_impl(objset_t *osp, uint64_t obj, sa_handle_t *hdl, in zfs_obj_to_path_impl()
2183 zfs_obj_to_path(objset_t *osp, uint64_t obj, char *buf, int len) in zfs_obj_to_path()
2205 zfs_obj_to_stats(objset_t *osp, uint64_t obj, zfs_stat_t *sb, in zfs_obj_to_stats()
H A Dzio_crypt.c1130 objset_phys_t *osp = data; in zio_crypt_do_objset_hmacs() local
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_objset.c358 objset_phys_t *osp = buf; in dmu_objset_byteswap() local
412 objset_t **osp) in dmu_objset_open_impl()
643 dmu_objset_from_ds(dsl_dataset_t *ds, objset_t **osp) in dmu_objset_from_ds()
680 objset_t **osp) in dmu_objset_hold_flags()
707 dmu_objset_hold(const char *name, void *tag, objset_t **osp) in dmu_objset_hold()
714 boolean_t readonly, boolean_t decrypt, void *tag, objset_t **osp) in dmu_objset_own_impl()
754 boolean_t readonly, boolean_t decrypt, void *tag, objset_t **osp) in dmu_objset_own()
799 boolean_t readonly, boolean_t decrypt, void *tag, objset_t **osp) in dmu_objset_own_obj()
H A Ddmu_traverse.c368 objset_phys_t *osp; in traverse_visitbp() local
639 objset_phys_t *osp; in traverse_impl() local
H A Ddsl_scan.c1674 objset_phys_t *osp = buf->b_data; in dsl_scan_prefetch_cb() local
1871 objset_phys_t *osp; in dsl_scan_recurse() local
H A Ddsl_crypt.c2674 objset_phys_t *osp = buf; in spa_do_crypt_objset_mac_abd() local
/f-stack/freebsd/kern/
H A Dkern_tc.c1730 struct timespec ts, *tsp, *osp; in pps_event() local
H A Dvfs_syscalls.c716 freebsd4_cvtstatfs(struct statfs *nsp, struct ostatfs *osp) in freebsd4_cvtstatfs()
847 freebsd11_cvtstatfs(struct statfs *nsp, struct freebsd11_statfs *osp) in freebsd11_cvtstatfs()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1423 boolean_t readonly, boolean_t decrypt, void *tag, objset_t **osp) in ztest_dmu_objset_own()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2925 open_objset(const char *path, void *tag, objset_t **osp) in open_objset()