Home
last modified time | relevance | path

Searched defs:os (Results 1 – 25 of 87) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c174 objset_t *os = arg; in checksum_changed_cb() local
187 objset_t *os = arg; in compression_changed_cb() local
201 objset_t *os = arg; in copies_changed_cb() local
215 objset_t *os = arg; in dedup_changed_cb() local
233 objset_t *os = arg; in primary_cache_changed_cb() local
247 objset_t *os = arg; in secondary_cache_changed_cb() local
261 objset_t *os = arg; in sync_changed_cb() local
409 objset_t *os; in dmu_objset_open_impl() local
658 objset_t *os; in dmu_objset_from_ds() local
1012 objset_t *os; in dmu_objset_create_impl_dnstats() local
[all …]
H A Dddt_zap.c39 ddt_zap_create(objset_t *os, uint64_t *objectp, dmu_tx_t *tx, boolean_t prehash) in ddt_zap_create()
54 ddt_zap_destroy(objset_t *os, uint64_t object, dmu_tx_t *tx) in ddt_zap_destroy()
60 ddt_zap_lookup(objset_t *os, uint64_t object, ddt_entry_t *dde) in ddt_zap_lookup()
85 ddt_zap_prefetch(objset_t *os, uint64_t object, ddt_entry_t *dde) in ddt_zap_prefetch()
92 ddt_zap_update(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) in ddt_zap_update()
105 ddt_zap_remove(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) in ddt_zap_remove()
112 ddt_zap_walk(objset_t *os, uint64_t object, ddt_entry_t *dde, uint64_t *walk) in ddt_zap_walk()
150 ddt_zap_count(objset_t *os, uint64_t object) in ddt_zap_count()
H A Ddmu_object.c46 dmu_object_alloc_impl(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_impl()
201 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc()
209 dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_ibs()
218 dmu_object_alloc_dnsize(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_dnsize()
226 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim()
234 dmu_object_claim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim_dnsize()
263 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim()
271 dmu_object_reclaim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim_dnsize()
298 dmu_object_rm_spill(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_object_rm_spill()
320 dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_object_free()
[all …]
H A Dzap_micro.c377 mzap_open(objset_t *os, uint64_t obj, dmu_buf_t *db) in mzap_open()
478 objset_t *os = dmu_buf_get_objset(db); in zap_lockdir_impl() local
569 zap_lockdir(objset_t *os, uint64_t obj, dmu_tx_t *tx, in zap_lockdir()
729 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create()
736 zap_create_dnsize(objset_t *os, dmu_object_type_t ot, in zap_create_dnsize()
794 zap_destroy(objset_t *os, uint64_t zapobj, dmu_tx_t *tx) in zap_destroy()
821 zap_count(objset_t *os, uint64_t zapobj, uint64_t *count) in zap_count()
883 zap_lookup(objset_t *os, uint64_t zapobj, const char *name, in zap_lookup()
1030 zap_length(objset_t *os, uint64_t zapobj, const char *name, in zap_length()
1164 zap_add(objset_t *os, uint64_t zapobj, const char *key, in zap_add()
[all …]
H A Ddmu.c241 dmu_buf_hold(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold()
333 dmu_rm_spill(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_rm_spill()
827 dmu_objset_zfs_unmounting(objset_t *os) in dmu_objset_zfs_unmounting()
925 dmu_free_long_range(objset_t *os, uint64_t object, in dmu_free_long_range()
950 dmu_free_long_object(objset_t *os, uint64_t object) in dmu_free_long_object()
977 dmu_free_range(objset_t *os, uint64_t object, uint64_t offset, in dmu_free_range()
1134 dmu_object_remap_one_indirect(objset_t *os, dnode_t *dn, in dmu_object_remap_one_indirect()
1191 dmu_object_remap_indirects(objset_t *os, uint64_t object, in dmu_object_remap_indirects()
1766 objset_t *os = dn->dn_objset; in dmu_assign_arcbuf_by_dnode() local
2031 objset_t *os = db->db_objset; in dmu_sync() local
[all …]
H A Dbptree.c62 bptree_alloc(objset_t *os, dmu_tx_t *tx) in bptree_alloc()
90 bptree_free(objset_t *os, uint64_t obj, dmu_tx_t *tx) in bptree_free()
107 bptree_is_empty(objset_t *os, uint64_t obj) in bptree_is_empty()
121 bptree_add(objset_t *os, uint64_t obj, blkptr_t *bp, uint64_t birth_txg, in bptree_add()
187 bptree_iterate(objset_t *os, uint64_t obj, boolean_t free, bptree_itor_t func, in bptree_iterate()
H A Dzap.c636 objset_t *os = zap->zap_objset; in zap_expand_leaf() local
722 objset_t *os = zap->zap_objset; in zap_put_leaf_maybe_grow_ptrtbl() local
978 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link()
1023 zap_join(objset_t *os, uint64_t fromobj, uint64_t intoobj, dmu_tx_t *tx) in zap_join()
1047 zap_join_key(objset_t *os, uint64_t fromobj, uint64_t intoobj, in zap_join_key()
1072 zap_join_increment(objset_t *os, uint64_t fromobj, uint64_t intoobj, in zap_join_increment()
1103 zap_add_int(objset_t *os, uint64_t obj, uint64_t value, dmu_tx_t *tx) in zap_add_int()
1112 zap_remove_int(objset_t *os, uint64_t obj, uint64_t value, dmu_tx_t *tx) in zap_remove_int()
1121 zap_lookup_int(objset_t *os, uint64_t obj, uint64_t value) in zap_lookup_int()
1130 zap_add_int_key(objset_t *os, uint64_t obj, in zap_add_int_key()
[all …]
H A Dvdev_indirect_births.c86 vdev_indirect_births_alloc(objset_t *os, dmu_tx_t *tx) in vdev_indirect_births_alloc()
97 vdev_indirect_births_open(objset_t *os, uint64_t births_object) in vdev_indirect_births_open()
120 vdev_indirect_births_free(objset_t *os, uint64_t object, dmu_tx_t *tx) in vdev_indirect_births_free()
H A Dbpobj.c39 bpobj_alloc_empty(objset_t *os, int blocksize, dmu_tx_t *tx) in bpobj_alloc_empty()
63 bpobj_decr_empty(objset_t *os, dmu_tx_t *tx) in bpobj_decr_empty()
79 bpobj_alloc(objset_t *os, int blocksize, dmu_tx_t *tx) in bpobj_alloc()
95 bpobj_free(objset_t *os, uint64_t obj, dmu_tx_t *tx) in bpobj_free()
148 bpobj_open(bpobj_t *bpo, objset_t *os, uint64_t object) in bpobj_open()
H A Dzvol.c212 zvol_get_stats(objset_t *os, nvlist_t *nv) in zvol_get_stats()
317 objset_t *os = zv->zv_objset; in zvol_get_lbas() local
403 objset_t *os = zv->zv_objset; in zvol_replay_write() local
492 objset_t *os; in zvol_create_minor() local
629 objset_t *os; in zvol_first_open() local
691 objset_t *os = zv->zv_objset; in zvol_prealloc() local
831 objset_t *os; in zvol_set_volsize() local
1181 objset_t *os; in zvol_strategy() local
1915 objset_t *os = zv->zv_objset; in zvol_dump_init() local
2075 objset_t *os = zv->zv_objset; in zvol_dumpify() local
[all …]
H A Dsa.c404 sa_add_layout_entry(objset_t *os, sa_attr_type_t *attrs, int attr_count, in sa_add_layout_entry()
464 sa_find_layout(objset_t *os, uint64_t hash, sa_attr_type_t *attrs, in sa_find_layout()
832 sa_attr_table_setup(objset_t *os, sa_attr_reg_t *reg_attrs, int count) in sa_attr_table_setup()
1118 sa_tear_down(objset_t *os) in sa_tear_down()
1169 sa_attr_iter(objset_t *os, sa_hdr_phys_t *hdr, dmu_object_type_t type, in sa_attr_iter()
1310 sa_idx_tab_rele(objset_t *os, void *arg) in sa_idx_tab_rele()
1334 sa_idx_tab_hold(objset_t *os, sa_idx_tab_t *idx_tab) in sa_idx_tab_hold()
1366 sa_handle_get_from_db(objset_t *os, dmu_buf_t *db, void *userp, in sa_handle_get_from_db()
2141 sa_register_update_callback(objset_t *os, sa_update_cb_t *func) in sa_register_update_callback()
2156 sa_enabled(objset_t *os) in sa_enabled()
[all …]
H A Dzfs_vfsops.c417 objset_t *os = NULL; in zfs_register_callbacks() local
1036 zfsvfs_init(zfsvfs_t *zfsvfs, objset_t *os) in zfsvfs_init()
1178 objset_t *os; in zfsvfs_create() local
1200 zfsvfs_create_impl(zfsvfs_t **zfvp, zfsvfs_t *zfsvfs, objset_t *os) in zfsvfs_create_impl()
1473 objset_t *os = zfsvfs->z_os; in zfs_unregister_callbacks() local
2253 objset_t *os; in zfs_umount() local
2484 objset_t *os; in zfs_resume_fs() local
2630 objset_t *os = zfsvfs->z_os; in zfs_set_version() local
2697 zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value) in zfs_get_zplprop()
2782 zfs_get_vfs_flag_unmounted(objset_t *os) in zfs_get_vfs_flag_unmounted()
H A Ddsl_deadlist.c93 dsl_deadlist_open(dsl_deadlist_t *dl, objset_t *os, uint64_t object) in dsl_deadlist_open()
156 dsl_deadlist_alloc(objset_t *os, dmu_tx_t *tx) in dsl_deadlist_alloc()
165 dsl_deadlist_free(objset_t *os, uint64_t dlobj, dmu_tx_t *tx) in dsl_deadlist_free()
316 dsl_deadlist_regenerate(objset_t *os, uint64_t dlobj, in dsl_deadlist_regenerate()
H A Ddnode.c434 dnode_create(objset_t *os, dnode_phys_t *dnp, dmu_buf_impl_t *db, in dnode_create()
513 objset_t *os = dn->dn_objset; in dnode_destroy() local
898 objset_t *os; in dnode_move() local
1189 dnode_special_open(objset_t *os, dnode_phys_t *dnp, uint64_t object, in dnode_special_open()
1273 dnode_hold_impl(objset_t *os, uint64_t object, int flag, int slots, in dnode_hold_impl()
1571 dnode_hold(objset_t *os, uint64_t object, void *tag, dnode_t **dnp) in dnode_hold()
1646 dnode_try_claim(objset_t *os, uint64_t object, int slots) in dnode_try_claim()
1655 objset_t *os = dn->dn_objset; in dnode_setdirty() local
H A Ddbuf.c246 dbuf_find_bonus(objset_t *os, uint64_t object) in dbuf_find_bonus()
273 objset_t *os = db->db_objset; in dbuf_hash_insert() local
1045 objset_t *os = db->db_objset; in dbuf_read_verify_dnode_crypt() local
1645 objset_t *os = db->db_objset; in dbuf_release_bp() local
1685 objset_t *os; in dbuf_dirty() local
2514 objset_t *os = dn->dn_objset; in dbuf_create() local
3501 objset_t *os; in dbuf_sync_leaf() local
3840 objset_t *os = db->db_objset; in dbuf_write_physdone() local
3865 objset_t *os = db->db_objset; in dbuf_write_done() local
3996 objset_t *os = drica->drica_os; in dbuf_remap_impl_callback() local
[all …]
H A Dvdev_indirect_mapping.c304 vdev_indirect_mapping_alloc(objset_t *os, dmu_tx_t *tx) in vdev_indirect_mapping_alloc()
338 vdev_indirect_mapping_open(objset_t *os, uint64_t mapping_object) in vdev_indirect_mapping_open()
367 vdev_indirect_mapping_free(objset_t *os, uint64_t object, dmu_tx_t *tx) in vdev_indirect_mapping_free()
H A Dspace_map.c737 objset_t *os = sm->sm_os; in space_map_write() local
790 space_map_open(space_map_t **smp, objset_t *os, uint64_t object, in space_map_open()
835 objset_t *os = sm->sm_os; in space_map_truncate() local
885 space_map_alloc(objset_t *os, int blocksize, dmu_tx_t *tx) in space_map_alloc()
906 space_map_free_obj(objset_t *os, uint64_t smobj, dmu_tx_t *tx) in space_map_free_obj()
H A Dzcp_iter.c161 objset_t *os; in zcp_snapshots_iter() local
259 objset_t *os; in zcp_children_iter() local
396 objset_t *os; in zcp_props_list() local
/illumos-gate/usr/src/lib/libofmt/common/
H A Dofmt.c195 ofmt_state_t *os = NULL; in ofmt_open() local
313 ofmt_state_t *os = ofmt; in ofmt_close() local
331 ofmt_print_field(ofmt_state_t *os, ofmt_field_t *ofp, const char *value, in ofmt_print_field()
438 ofmt_state_t *os = ofmt; in ofmt_print() local
527 ofmt_state_t *os = ofmt; in ofmt_print_header() local
545 ofmt_state_t *os = ofmt; in ofmt_update_winsize() local
562 ofmt_state_t *os = ofmt; in ofmt_strerror() local
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h192 #define DMU_META_DNODE(os) ((os)->os_meta_dnode.dnh_dnode) argument
193 #define DMU_USERUSED_DNODE(os) ((os)->os_userused_dnode.dnh_dnode) argument
194 #define DMU_GROUPUSED_DNODE(os) ((os)->os_groupused_dnode.dnh_dnode) argument
195 #define DMU_PROJECTUSED_DNODE(os) ((os)->os_projectused_dnode.dnh_dnode) argument
197 #define DMU_OS_IS_L2CACHEABLE(os) \ argument
201 #define DMU_OS_IS_L2COMPRESSIBLE(os) (zfs_mdcomp_disable == B_FALSE) argument
/illumos-gate/usr/src/cmd/mandoc/
H A Darch.c24 arch_valid(const char *arch, enum mandoc_os os) in arch_valid()
/illumos-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c428 putScp(char *os) in putScp()
669 tabs(char *s, char *os) in tabs()
676 width(char *s, char *os) in width()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c330 dump_zap_stats(objset_t *os, uint64_t object) in dump_zap_stats()
419 dump_zap(objset_t *os, uint64_t object, void *data, size_t size) in dump_zap()
797 dump_spacemap(objset_t *os, space_map_t *sm) in dump_spacemap()
1765 dump_bptree(objset_t *os, uint64_t obj, const char *name) in dump_bptree()
2005 close_objset(objset_t *os, void *tag) in close_objset()
2046 dump_uidgid(objset_t *os, uint64_t uid, uint64_t gid) in dump_uidgid()
2429 dump_dir(objset_t *os) in dump_dir()
2944 dump_path_impl(objset_t *os, uint64_t obj, char *name) in dump_path_impl()
3015 objset_t *os; in dump_path() local
3386 objset_t *os; in dump_one_dir() local
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dtrunc-seteq0.c7 int os(int i, struct S *b) { return i || b->s; } in os() function
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1654 objset_t *os = zd->zd_os; in ztest_replay_create() local
1744 objset_t *os = zd->zd_os; in ztest_replay_remove() local
1796 objset_t *os = zd->zd_os; in ztest_replay_write() local
1924 objset_t *os = zd->zd_os; in ztest_replay_truncate() local
1965 objset_t *os = zd->zd_os; in ztest_replay_setattr() local
2084 objset_t *os = zd->zd_os; in ztest_get_data() local
3821 objset_t *os; in ztest_objset_destroy_cb() local
3895 objset_t *os, *os2; in ztest_dmu_objset_create_destroy() local
4050 objset_t *os; in ztest_dsl_dataset_promote_busy() local
6565 objset_t *os; in ztest_dataset_open() local
[all …]

1234