Home
last modified time | relevance | path

Searched refs:aflags (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_diff.c137 arc_flags_t aflags = ARC_FLAG_WAIT; in diff_cb() local
146 ZIO_PRIORITY_ASYNC_READ, zio_flags, &aflags, zb) != 0) in diff_cb()
H A Dspa_stats.c64 uint32_t aflags; /* ARC flags (cached, prefetch, etc.) */ member
90 srh->aflags, srh->origin, srh->pid, srh->comm); in spa_read_history_show()
149 spa_read_history_add(spa_t *spa, const zbookmark_phys_t *zb, uint32_t aflags) in spa_read_history_add() argument
160 if (zfs_read_history_hits == 0 && (aflags & ARC_FLAG_CACHED)) in spa_read_history_add()
170 srh->aflags = aflags; in spa_read_history_add()
H A Ddmu_traverse.c534 arc_flags_t aflags = ARC_FLAG_NOWAIT | ARC_FLAG_PREFETCH | in traverse_prefetcher() local
557 zio_flags, &aflags, zb); in traverse_prefetcher()
H A Ddbuf.c1443 uint32_t aflags = ARC_FLAG_NOWAIT; in dbuf_read_impl() local
1506 aflags |= ARC_FLAG_L2CACHE; in dbuf_read_impl()
1526 &aflags, &zb); in dbuf_read_impl()
3107 arc_flags_t aflags = in dbuf_issue_final_prefetch() local
3121 dpa->dpa_prio, zio_flags, &aflags, &dpa->dpa_zb); in dbuf_issue_final_prefetch()
3226 zio_priority_t prio, arc_flags_t aflags, dbuf_prefetch_fn cb, in dbuf_prefetch_impl() argument
3311 dpa->dpa_aflags = aflags; in dbuf_prefetch_impl()
3362 arc_flags_t aflags) in dbuf_prefetch() argument
3365 return (dbuf_prefetch_impl(dn, level, blkid, prio, aflags, NULL, NULL)); in dbuf_prefetch()
H A Dzil.c222 arc_flags_t aflags = ARC_FLAG_WAIT; in zil_read_log_block() local
240 &abuf, ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block()
301 arc_flags_t aflags = ARC_FLAG_WAIT; in zil_read_log_data() local
327 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
H A Ddmu_send.c929 arc_flags_t aflags = ARC_FLAG_WAIT; in do_dump() local
947 zioflags, &aflags, &zb) != 0) in do_dump()
1671 arc_flags_t aflags = ARC_FLAG_CACHED_ONLY; in issue_data_read() local
1675 zioflags, &aflags, &zb); in issue_data_read()
H A Ddmu_objset.c441 arc_flags_t aflags = ARC_FLAG_WAIT; in dmu_objset_open_impl() local
449 aflags |= ARC_FLAG_L2CACHE; in dmu_objset_open_impl()
460 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in dmu_objset_open_impl()
H A Dzio.c3190 arc_flags_t aflags = ARC_FLAG_WAIT; in zio_ddt_collision() local
3204 &aflags, &zio->io_bookmark); in zio_ddt_collision()
/f-stack/freebsd/x86/iommu/
H A Dintel_utils.c263 int zeroed, aflags; in dmar_pgalloc() local
266 aflags = zeroed | VM_ALLOC_NOBUSY | VM_ALLOC_SYSTEM | VM_ALLOC_NODUMP | in dmar_pgalloc()
278 m = vm_page_alloc_contig(obj, idx, aflags, 1, 0, in dmar_pgalloc()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddbuf.h351 zio_priority_t prio, arc_flags_t aflags, dbuf_prefetch_fn cb,
354 zio_priority_t prio, arc_flags_t aflags);
H A Dspa.h960 uint32_t aflags);
/f-stack/freebsd/vm/
H A Duma_core.c1537 int aflags) in keg_alloc_slab() argument
1556 domain, aflags); in keg_alloc_slab()
1570 aflags |= M_ZERO; in keg_alloc_slab()
1572 aflags &= ~M_ZERO; in keg_alloc_slab()
1575 aflags |= M_NODUMP; in keg_alloc_slab()
3700 int aflags, domain; in keg_fetch_slab() local
3716 &aflags); in keg_fetch_slab()
3718 aflags = flags; in keg_fetch_slab()
4910 aflags = M_NOWAIT;
4912 &aflags);
[all …]
H A Dvm_page.h634 void vm_page_init_marker(vm_page_t marker, int queue, uint16_t aflags);
H A Dvm_page.c429 vm_page_init_marker(vm_page_t marker, int queue, uint16_t aflags) in vm_page_init_marker() argument
434 marker->a.flags = aflags; in vm_page_init_marker()
/f-stack/freebsd/kern/
H A Duipc_shm.c737 int aflags, error, i, psind, try; in shm_dotruncate_largepage() local
771 aflags = VM_ALLOC_NORMAL | VM_ALLOC_ZERO; in shm_dotruncate_largepage()
773 aflags |= VM_ALLOC_WAITFAIL; in shm_dotruncate_largepage()
782 m = vm_page_alloc_contig(object, object->size, aflags, in shm_dotruncate_largepage()
796 error = vm_page_reclaim_contig(aflags, in shm_dotruncate_largepage()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c726 int aflags = (flag & O_APPEND) ? V_APPEND : 0; in zfs_create() local
752 if (mode && (error = zfs_zaccess_rwx(zp, mode, aflags, cr))) { in zfs_create()