Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
H A Dbuffer_head.h247 int bh_uptodate_or_lock(struct buffer_head *bh);
414 if (!bh_uptodate_or_lock(bh)) in bh_read_nowait()
421 if (bh_uptodate_or_lock(bh)) in bh_read()
/kernel/linux/linux-5.10/fs/ext4/
H A Dmove_extent.c217 if (!bh_uptodate_or_lock(bh)) { in mext_page_mkuptodate()
H A Dindirect.c172 if (!bh_uptodate_or_lock(bh)) { in ext4_get_branch()
H A Dresize.c1271 if (!bh_uptodate_or_lock(bh)) { in ext4_get_bitmap()
H A Dextents.c545 if (!bh_uptodate_or_lock(bh)) { in __read_extent_tree_block()
/kernel/linux/linux-5.10/include/linux/
H A Dbuffer_head.h242 int bh_uptodate_or_lock(struct buffer_head *bh);
/kernel/linux/linux-6.6/fs/ext4/
H A Dmove_extent.c223 if (!bh_uptodate_or_lock(bh)) { in mext_page_mkuptodate()
H A Dindirect.c172 if (!bh_uptodate_or_lock(bh)) { in ext4_get_branch()
H A Dresize.c1303 if (!bh_uptodate_or_lock(bh)) { in ext4_get_bitmap()
H A Dextents.c565 if (!bh_uptodate_or_lock(bh)) { in __read_extent_tree_block()
/kernel/linux/linux-5.10/fs/ext2/
H A Dballoc.c142 if (likely(bh_uptodate_or_lock(bh))) in read_block_bitmap()
/kernel/linux/linux-6.6/fs/
H A Dbuffer.c3062 * bh_uptodate_or_lock - Test whether the buffer is uptodate
3068 int bh_uptodate_or_lock(struct buffer_head *bh) in bh_uptodate_or_lock() function
3078 EXPORT_SYMBOL(bh_uptodate_or_lock); variable
/kernel/linux/linux-5.10/fs/
H A Dbuffer.c3375 * bh_uptodate_or_lock - Test whether the buffer is uptodate
3381 int bh_uptodate_or_lock(struct buffer_head *bh) in bh_uptodate_or_lock() function
3391 EXPORT_SYMBOL(bh_uptodate_or_lock); variable

Completed in 35 milliseconds