Home
last modified time | relevance | path

Searched refs:ARC_FLAG_IN_HASH_TABLE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc.h118 ARC_FLAG_IN_HASH_TABLE = 1 << 7, /* buffer is hashed */ enumerator
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c714 #define HDR_IN_HASH_TABLE(hdr) ((hdr)->b_flags & ARC_FLAG_IN_HASH_TABLE)
1078 arc_hdr_set_flags(hdr, ARC_FLAG_IN_HASH_TABLE); in buf_hash_insert()
1111 arc_hdr_clear_flags(hdr, ARC_FLAG_IN_HASH_TABLE); in buf_hash_remove()
4045 arc_hdr_set_flags(hdr, ARC_FLAG_IN_HASH_TABLE); in arc_evict_hdr()