Searched refs:arc_flags_t (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | arc.h | 175 } arc_flags_t; typedef 294 int flags, arc_flags_t *arc_flags, const zbookmark_phys_t *zb);
|
| H A D | dbuf.h | 351 zio_priority_t prio, arc_flags_t aflags, dbuf_prefetch_fn cb, 354 zio_priority_t prio, arc_flags_t aflags);
|
| H A D | arc_impl.h | 472 arc_flags_t b_flags;
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_diff.c | 137 arc_flags_t aflags = ARC_FLAG_WAIT; in diff_cb()
|
| H A D | dmu_traverse.c | 183 arc_flags_t flags = ARC_FLAG_NOWAIT | ARC_FLAG_PREFETCH; in traverse_prefetch_metadata() 367 arc_flags_t flags = ARC_FLAG_WAIT; in traverse_visitbp() 534 arc_flags_t aflags = ARC_FLAG_NOWAIT | ARC_FLAG_PREFETCH | in traverse_prefetcher()
|
| H A D | dbuf.c | 3068 arc_flags_t dpa_aflags; /* Flags to pass to the final prefetch. */ 3107 arc_flags_t aflags = in dbuf_issue_final_prefetch() 3196 arc_flags_t iter_aflags = ARC_FLAG_NOWAIT; in dbuf_prefetch_indirect_done() 3226 zio_priority_t prio, arc_flags_t aflags, dbuf_prefetch_fn cb, in dbuf_prefetch_impl() 3334 arc_flags_t iter_aflags = ARC_FLAG_NOWAIT; in dbuf_prefetch_impl() 3362 arc_flags_t aflags) in dbuf_prefetch()
|
| H A D | dsl_scan.c | 1705 arc_flags_t flags = ARC_FLAG_NOWAIT | in dsl_scan_prefetch_thread() 1821 arc_flags_t flags = ARC_FLAG_WAIT; in dsl_scan_recurse() 1844 arc_flags_t flags = ARC_FLAG_WAIT; in dsl_scan_recurse() 1870 arc_flags_t flags = ARC_FLAG_WAIT; in dsl_scan_recurse()
|
| H A D | zil.c | 222 arc_flags_t aflags = ARC_FLAG_WAIT; in zil_read_log_block() 301 arc_flags_t aflags = ARC_FLAG_WAIT; in zil_read_log_data()
|
| H A D | dmu_send.c | 929 arc_flags_t aflags = ARC_FLAG_WAIT; in do_dump() 1671 arc_flags_t aflags = ARC_FLAG_CACHED_ONLY; in issue_data_read()
|
| H A D | arc.c | 899 static inline void arc_hdr_set_flags(arc_buf_hdr_t *hdr, arc_flags_t flags); 900 static inline void arc_hdr_clear_flags(arc_buf_hdr_t *hdr, arc_flags_t flags); 1659 arc_hdr_set_flags(arc_buf_hdr_t *hdr, arc_flags_t flags) in arc_hdr_set_flags() 1666 arc_hdr_clear_flags(arc_buf_hdr_t *hdr, arc_flags_t flags) in arc_hdr_clear_flags() 5909 int zio_flags, arc_flags_t *arc_flags, const zbookmark_phys_t *zb) in arc_read()
|
| H A D | dmu_objset.c | 441 arc_flags_t aflags = ARC_FLAG_WAIT; in dmu_objset_open_impl()
|
| H A D | zio.c | 3190 arc_flags_t aflags = ARC_FLAG_WAIT; in zio_ddt_collision()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2325 arc_flags_t flags = ARC_FLAG_WAIT; in visit_indirect()
|