Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Darc.h133 ARC_FLAG_IN_HASH_TABLE = 1 << 7, /* buffer is hashed */ enumerator
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c727 #define HDR_IN_HASH_TABLE(hdr) ((hdr)->b_flags & ARC_FLAG_IN_HASH_TABLE)
1131 arc_hdr_set_flags(hdr, ARC_FLAG_IN_HASH_TABLE); in buf_hash_insert()
1161 arc_hdr_clear_flags(hdr, ARC_FLAG_IN_HASH_TABLE); in buf_hash_remove()