Searched refs:BH_State (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Djbd.h281 BH_State, /* Pins most journal_head state */ enumerator in enum:jbd_state_bits
308 bit_spin_lock(BH_State, &bh->b_state);
313 return bit_spin_trylock(BH_State, &bh->b_state);
318 return bit_spin_is_locked(BH_State, &bh->b_state);
323 bit_spin_unlock(BH_State, &bh->b_state);
H A Djbd2.h313 BH_State, /* Pins most journal_head state */ enumerator in enum:jbd_state_bits
341 bit_spin_lock(BH_State, &bh->b_state);
346 return bit_spin_trylock(BH_State, &bh->b_state);
351 return bit_spin_is_locked(BH_State, &bh->b_state);
356 bit_spin_unlock(BH_State, &bh->b_state);

Completed in 49 milliseconds