Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dballoc.c506 if (bitmap_uptodate(bh)) in ext4_read_block_bitmap_nowait()
510 if (bitmap_uptodate(bh)) { in ext4_read_block_bitmap_nowait()
H A Dialloc.c153 if (bitmap_uptodate(bh)) in ext4_read_inode_bitmap()
157 if (bitmap_uptodate(bh)) { in ext4_read_inode_bitmap()
H A Dext4.h4016 static inline int bitmap_uptodate(struct buffer_head *bh) in bitmap_uptodate() function