Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dfs.h223 BH_Attached, /* 1 if b_inode_buffers is linked into a list */ enumerator
1223 set_bit(BH_Attached, &bh->b_state); in set_buffer_attached()
1228 clear_bit(BH_Attached, &bh->b_state); in clear_buffer_attached()
1233 return test_bit(BH_Attached, &bh->b_state); in buffer_attached()