| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_objset.c | 197 os->os_compress = zio_compress_select(os->os_spa, in compression_changed_cb() 199 os->os_complevel = zio_complevel_select(os->os_spa, os->os_compress, in compression_changed_cb() 488 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl() 489 os->os_flags = os->os_phys->os_flags; in dmu_objset_open_impl() 495 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl() 601 os->os_zil = zil_alloc(os, &os->os_zil_header); in dmu_objset_open_impl() 954 spa_evicting_os_register(os->os_spa, os); in dmu_objset_evict() 1001 spa_evicting_os_deregister(os->os_spa, os); in dmu_objset_evict_done() 1095 os->os_flags = os->os_phys->os_flags; in dmu_objset_create_impl_dnstats() 1442 status = os->os_upgrade_cb(os); in dmu_objset_upgrade_task_cb() [all …]
|
| H A D | ddt_zap.c | 45 *objectp = zap_create_flags(os, 0, flags, DMU_OT_DDT_ZAP, in ddt_zap_create() 53 ddt_zap_destroy(objset_t *os, uint64_t object, dmu_tx_t *tx) in ddt_zap_destroy() argument 55 return (zap_destroy(os, object, tx)); in ddt_zap_destroy() 59 ddt_zap_lookup(objset_t *os, uint64_t object, ddt_entry_t *dde) in ddt_zap_lookup() argument 67 error = zap_length_uint64(os, object, (uint64_t *)&dde->dde_key, in ddt_zap_lookup() 75 error = zap_lookup_uint64(os, object, (uint64_t *)&dde->dde_key, in ddt_zap_lookup() 129 zap_cursor_init_noprefetch(&zc, os, object); in ddt_zap_walk() 131 zap_cursor_init_serialized(&zc, os, object, *walk); in ddt_zap_walk() 137 error = zap_lookup_uint64(os, object, (uint64_t *)za.za_name, in ddt_zap_walk() 153 ddt_zap_count(objset_t *os, uint64_t object, uint64_t *count) in ddt_zap_count() argument [all …]
|
| H A D | dmu_object.c | 62 os->os_obj_next_percpu_len]; in dmu_object_alloc_impl() 106 mutex_enter(&os->os_obj_lock); in dmu_object_alloc_impl() 107 ASSERT0(P2PHASE(os->os_obj_next_chunk, in dmu_object_alloc_impl() 109 object = os->os_obj_next_chunk; in dmu_object_alloc_impl() 142 if (os->os_rescan_dnodes) { in dmu_object_alloc_impl() 144 os->os_rescan_dnodes = B_FALSE; in dmu_object_alloc_impl() 162 os->os_obj_next_chunk = in dmu_object_alloc_impl() 166 mutex_exit(&os->os_obj_lock); in dmu_object_alloc_impl() 394 struct dsl_dataset *ds = os->os_dsl_dataset; in dmu_object_next() 412 error = dmu_object_info(os, i, &doi); in dmu_object_next() [all …]
|
| H A D | bptree.c | 60 bptree_alloc(objset_t *os, dmu_tx_t *tx) in bptree_alloc() argument 66 obj = dmu_object_alloc(os, DMU_OTN_UINT64_METADATA, in bptree_alloc() 74 VERIFY3U(0, ==, dmu_bonus_hold(os, obj, FTAG, &db)); in bptree_alloc() 88 bptree_free(objset_t *os, uint64_t obj, dmu_tx_t *tx) in bptree_free() argument 101 return (dmu_object_free(os, obj, tx)); in bptree_free() 105 bptree_is_empty(objset_t *os, uint64_t obj) in bptree_is_empty() argument 111 VERIFY0(dmu_bonus_hold(os, obj, FTAG, &db)); in bptree_is_empty() 199 err = dmu_bonus_hold(os, obj, FTAG, &db); in bptree_iterate() 248 dmu_write(os, obj, i * sizeof (bte), in bptree_iterate() 270 dmu_write(os, obj, i * sizeof (bte), in bptree_iterate() [all …]
|
| H A D | zap_micro.c | 422 zap->zap_objset = os; in mzap_open() 512 objset_t *os = dmu_buf_get_objset(db); in zap_lockdir_impl() local 524 zap = mzap_open(os, obj, db); in zap_lockdir_impl() 552 zap->zap_objset = os; in zap_lockdir_impl() 765 return (zap_create_claim_norm_dnsize(os, obj, in zap_create_claim_dnsize() 792 error = dnode_hold(os, obj, FTAG, &dn); in zap_create_claim_norm_dnsize() 804 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create() argument 878 return (dmu_object_free(os, zapobj, tx)); in zap_destroy() 1120 int err = zap_lookup_norm(os, zapobj, name, 0, in zap_contains() 1478 zc->zc_objset = os; in zap_cursor_init_impl() [all …]
|
| H A D | dmu.c | 666 dn = DMU_META_DNODE(os); in dmu_prefetch() 796 dmu_objset_zfs_unmounting(objset_t *os) in dmu_objset_zfs_unmounting() argument 812 dsl_pool_t *dp = dmu_objset_pool(os); in dmu_free_long_range_impl() 849 tx = dmu_tx_create(os); in dmu_free_long_range_impl() 944 tx = dmu_tx_create(os); in dmu_free_long_object() 1438 objset_t *os = dn->dn_objset; in dmu_assign_arcbuf_by_dnode() local 1619 tx = dmu_tx_create(os); in dmu_sync_late_arrival() 1701 objset_t *os = db->db_objset; in dmu_sync() local 1723 if (txg > spa_freeze_txg(os->os_spa)) in dmu_sync() 1943 int copies = os->os_copies; in dmu_write_policy() [all …]
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | sources | 132 src/os/unix/ngx_time.h \ 145 src/os/unix/ngx_os.h \ 146 src/os/unix/ngx_user.h \ 161 src/os/unix/ngx_time.c \ 166 src/os/unix/ngx_recv.c \ 169 src/os/unix/ngx_send.c \ 193 FREEBSD_DEPS="src/os/unix/ngx_freebsd_config.h src/os/unix/ngx_freebsd.h" 197 LINUX_DEPS="src/os/unix/ngx_linux_config.h src/os/unix/ngx_linux.h" 202 SOLARIS_DEPS="src/os/unix/ngx_solaris_config.h src/os/unix/ngx_solaris.h" 207 DARWIN_DEPS="src/os/unix/ngx_darwin_config.h src/os/unix/ngx_darwin.h" [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/build-aux/ |
| H A D | config.sub | 141 case $os in 142 -sun*os*) 152 os= 156 os=-cnk 159 os= 192 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` 233 os=`echo $os | sed -e 's/windowsnt/winnt/'` 236 os=-psos 240 os=-mint 337 os=-none [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | Makefile.in | 8 $(MODULE)-objs += ../os/linux/zfs/abd_os.o 9 $(MODULE)-objs += ../os/linux/zfs/arc_os.o 10 $(MODULE)-objs += ../os/linux/zfs/mmp_os.o 11 $(MODULE)-objs += ../os/linux/zfs/policy.o 12 $(MODULE)-objs += ../os/linux/zfs/trace.o 13 $(MODULE)-objs += ../os/linux/zfs/qat.o 15 $(MODULE)-objs += ../os/linux/zfs/qat_crypt.o 17 $(MODULE)-objs += ../os/linux/zfs/vdev_disk.o 19 $(MODULE)-objs += ../os/linux/zfs/zfs_acl.o 22 $(MODULE)-objs += ../os/linux/zfs/zfs_dir.o [all …]
|
| H A D | zfs_vfsops.c | 467 os = zfsvfs->z_os; in zfs_register_callbacks() 562 objset_t *os; in zfs_get_temporary_prop() local 637 zfsvfs->z_os = os; in zfsvfs_init() 780 objset_t *os; in zfsvfs_create() local 1611 objset_t *os; in zfs_umount() local 1616 os = zfsvfs->z_os; in zfs_umount() 1623 if (os != NULL) { in zfs_umount() 1820 objset_t *os; in zfs_resume_fs() local 1915 objset_t *os; in zfs_end_fs() local 2035 if (os != NULL) { in zfs_get_zplprop() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu_objset.h | 198 #define DMU_META_DNODE(os) ((os)->os_meta_dnode.dnh_dnode) argument 199 #define DMU_USERUSED_DNODE(os) ((os)->os_userused_dnode.dnh_dnode) argument 200 #define DMU_GROUPUSED_DNODE(os) ((os)->os_groupused_dnode.dnh_dnode) argument 201 #define DMU_PROJECTUSED_DNODE(os) ((os)->os_projectused_dnode.dnh_dnode) argument 203 #define DMU_OS_IS_L2CACHEABLE(os) \ argument 218 void dmu_objset_rele(objset_t *os, void *tag); 227 uint64_t dmu_objset_fsid_guid(objset_t *os); 231 void dmu_objset_evict_dbufs(objset_t *os); 244 void dmu_objset_evict(objset_t *os); 257 void dmu_objset_id_quota_upgrade(objset_t *os); [all …]
|
| H A D | dmu.h | 328 void dmu_objset_rele(objset_t *os, void *tag); 332 void dmu_objset_evict_dbufs(objset_t *os); 456 int dmu_object_next(objset_t *os, uint64_t *objectp, 773 dmu_tx_t *dmu_tx_create(objset_t *os); 976 uint64_t dmu_objset_fsid_guid(objset_t *os); 983 int dmu_objset_is_snapshot(objset_t *os); 985 extern struct spa *dmu_objset_spa(objset_t *os); 986 extern struct zilog *dmu_objset_zil(objset_t *os); 991 extern uint64_t dmu_objset_id(objset_t *os); 995 extern int dmu_objset_blksize(objset_t *os); [all …]
|
| H A D | zap.h | 130 uint64_t zap_create_flags_dnsize(objset_t *os, int normflags, 139 uint64_t zap_create_link(objset_t *os, dmu_object_type_t ot, 141 uint64_t zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot, 222 int zap_prefetch(objset_t *os, uint64_t zapobj, const char *name); 303 int zap_value_search(objset_t *os, uint64_t zapobj, 314 int zap_join_key(objset_t *os, uint64_t fromobj, uint64_t intoobj, 327 int zap_lookup_int(objset_t *os, uint64_t obj, uint64_t value); 332 int zap_add_int_key(objset_t *os, uint64_t obj, 334 int zap_update_int_key(objset_t *os, uint64_t obj, 336 int zap_lookup_int_key(objset_t *os, uint64_t obj, [all …]
|
| /f-stack/freebsd/net/ |
| H A D | mp_ring.c | 190 os.state = r->state; in drain_ring_lockless() 218 os.state = r->state; in drain_ring_lockless() 335 os.state = r->state; in ifmp_ring_enqueue() 344 ns.state = os.state; in ifmp_ring_enqueue() 409 os.state = r->state; in ifmp_ring_enqueue() 418 ns.state = os.state; in ifmp_ring_enqueue() 451 os.state = r->state; in ifmp_ring_enqueue() 482 os.state = r->state; in ifmp_ring_check_drainage() 484 os.pidx_head != os.pidx_tail || // Require work to be available in ifmp_ring_check_drainage() 488 MPASS(os.cidx != os.pidx_tail); /* implied by STALLED */ in ifmp_ring_check_drainage() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | Makefile.in | 1 $(MODULE)-objs += ../os/linux/spl/spl-atomic.o 2 $(MODULE)-objs += ../os/linux/spl/spl-condvar.o 3 $(MODULE)-objs += ../os/linux/spl/spl-cred.o 4 $(MODULE)-objs += ../os/linux/spl/spl-err.o 5 $(MODULE)-objs += ../os/linux/spl/spl-generic.o 6 $(MODULE)-objs += ../os/linux/spl/spl-kmem.o 8 $(MODULE)-objs += ../os/linux/spl/spl-kstat.o 9 $(MODULE)-objs += ../os/linux/spl/spl-proc.o 11 $(MODULE)-objs += ../os/linux/spl/spl-taskq.o 14 $(MODULE)-objs += ../os/linux/spl/spl-tsd.o [all …]
|
| /f-stack/freebsd/opencrypto/ |
| H A D | ktls_ocf.c | 129 oo.os = os; in ktls_ocf_dispatch() 174 os = tls->cipher; in ktls_ocf_tls_cbc_encrypt() 305 memcpy(os->iv, trailer + os->mac_len + pad + 1 - AES_BLOCK_LEN, in ktls_ocf_tls_cbc_encrypt() 332 os = tls->cipher; in ktls_ocf_tls12_gcm_encrypt() 417 os = tls->cipher; in ktls_ocf_tls12_gcm_decrypt() 419 oo.os = os; in ktls_ocf_tls12_gcm_decrypt() 469 os = tls->cipher; in ktls_ocf_tls13_gcm_encrypt() 551 os = tls->cipher; in ktls_ocf_free() 647 os = malloc(sizeof(*os), M_KTLS_OCF, M_NOWAIT | M_ZERO); in ktls_ocf_try() 648 if (os == NULL) in ktls_ocf_try() [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | .travis.yml | 6 - os: linux 8 - os: osx 10 - os: linux 12 - os: linux 18 - os: linux 20 - os: linux 32 - os: osx 34 - os: osx 36 - os: osx 38 - os: osx [all …]
|
| /f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/ |
| H A D | prepare.py | 3 import os.path 64 self.tempdir = os.path.join(version.tempdir, rid) 65 self.tempfile = os.path.join(self.tempdir, os.path.normpath(self.itemfile)) 77 os.path.relpath(self.cachefile, self.tempdir), 88 self.tempdir = os.path.join(version.tempdir, rid) 89 self.tempfile = os.path.join(self.tempdir, os.path.normpath(self.itemfile)) 101 os.path.relpath(self.cachefile, self.tempdir), 102 os.path.dirname(self.itemfile) 118 while not os.path.exists(os.path.join('recipes', recipe)): 149 self.tempfile = os.path.join(self.tempdir, os.path.normpath(self.itemfile)) [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 27 import os 226 if os.path.isfile(cmd+'.ksh') and os.access(cmd+'.ksh', os.X_OK): 228 if os.path.isfile(cmd+'.sh') and os.access(cmd+'.sh', os.X_OK): 233 if os.path.isfile(cmd+'.ksh') and os.access(cmd+'.ksh', os.X_OK): 235 if os.path.isfile(cmd+'.sh') and os.access(cmd+'.sh', os.X_OK): 433 odir = os.path.join(self.outputdir, os.path.basename(self.pre)) 555 odir = os.path.join(self.outputdir, os.path.basename(self.pre)) 573 odir = os.path.join(odir, os.path.basename(self.failsafe)) 689 elif os.path.isdir(os.path.join(testdir, sectiondir)): 883 if os.path.isdir(pathname) or os.path.islink(pathname): [all …]
|
| /f-stack/dpdk/buildtools/ |
| H A D | list-dir-globs.py | 6 import os 13 root = os.path.join(os.getenv('MESON_SOURCE_ROOT', '.'), 14 os.getenv('MESON_SUBDIR', '.')) 17 for p in iglob(os.path.join(root, path)): 18 if os.path.isdir(p): 19 print(os.path.relpath(p))
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/ |
| H A D | Makefile.am | 35 os/linux/getexecname.c \ 36 os/linux/gethostid.c \ 37 os/linux/getmntany.c \ 38 os/linux/zone.c 43 os/freebsd/getexecname.c \ 44 os/freebsd/gethostid.c \ 45 os/freebsd/getmntany.c \ 46 os/freebsd/mnttab.c \ 47 os/freebsd/zone.c
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | Makefile.am | 20 os/linux/zutil_device_path_os.c \ 21 os/linux/zutil_import_os.c \ 22 os/linux/zutil_compat.c 26 DEFAULT_INCLUDES += -I$(top_srcdir)/include/os/freebsd/zfs 29 os/freebsd/zutil_device_path_os.c \ 30 os/freebsd/zutil_import_os.c \ 31 os/freebsd/zutil_compat.c 33 VPATH += $(top_srcdir)/module/os/freebsd/zfs
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 155 objset_t *os; in zfs_get_temporary_prop() local 626 os = zfsvfs->z_os; in zfs_register_callbacks() 783 zfsvfs->z_os = os; in zfsvfs_init() 944 objset_t *os; in zfsvfs_create() local 963 &os); in zfsvfs_create() 1643 objset_t *os; in zfs_umount() local 1692 if (os != NULL) { in zfs_umount() 1934 objset_t *os; in zfs_resume_fs() local 2089 objset_t *os; in zfs_end_fs() local 2189 if (os != NULL) { in zfs_get_zplprop() [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/scripts/ |
| H A D | gen_travis.py | 66 os = os_default variable 68 os = os_unusual variable 83 if os == 'osx' and ('dss:primary' in malloc_conf or \ 91 if os == 'osx' and '--enable-prof' in configure_flags: 99 include_rows += ' - os: %s\n' % os 101 if '-m32' in unusual_combination and os == 'linux':
|
| /f-stack/dpdk/buildtools/pkg-config/ |
| H A D | set-static-linker-flags.py | 7 import os 32 if 'MESON_BUILD_ROOT' not in os.environ: 35 for root, dirs, files in os.walk(os.environ['MESON_BUILD_ROOT']): 38 process_pc_file(os.path.join(root, f))
|