Home
last modified time | relevance | path

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

/include/linux/
Dbuffer_head.h21 BH_Uptodate, /* Contains valid data */ enumerator
147 if (test_bit(BH_Uptodate, &bh->b_state)) in BUFFER_FNS()
155 set_bit(BH_Uptodate, &bh->b_state); in BUFFER_FNS()
160 clear_bit(BH_Uptodate, &bh->b_state); in clear_buffer_uptodate()
169 return (smp_load_acquire(&bh->b_state) & (1UL << BH_Uptodate)) != 0; in buffer_uptodate()