Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dballoc.c456 if (bitmap_uptodate(bh)) in ext4_read_block_bitmap_nowait()
460 if (bitmap_uptodate(bh)) { in ext4_read_block_bitmap_nowait()
H A Dialloc.c152 if (bitmap_uptodate(bh)) in ext4_read_inode_bitmap()
156 if (bitmap_uptodate(bh)) { in ext4_read_inode_bitmap()
H A Dext4.h3682 static inline int bitmap_uptodate(struct buffer_head *bh) in bitmap_uptodate() function