Searched refs:ARC_FLAG_IN_HASH_TABLE (Results 1 – 2 of 2) sorted by relevance
133 ARC_FLAG_IN_HASH_TABLE = 1 << 7, /* buffer is hashed */ enumerator
727 #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()