Searched refs:bh_uptodate_or_lock (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbuffer_head.h189 int bh_uptodate_or_lock(struct buffer_head *bh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dballoc.c142 if (likely(bh_uptodate_or_lock(bh)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbuffer.c3184 * bh_uptodate_or_lock - Test whether the buffer is uptodate
3190 int bh_uptodate_or_lock(struct buffer_head *bh) function
3200 EXPORT_SYMBOL(bh_uptodate_or_lock); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dballoc.c157 if (likely(bh_uptodate_or_lock(bh)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dextents.c692 if (!bh_uptodate_or_lock(bh)) {
H A Dinode.c427 if (!bh_uptodate_or_lock(bh)) {

Completed in 193 milliseconds