Searched refs:ext4_buffer_uptodate (Results 1 – 4 of 4) sorted by relevance
97 if (!bh || !ext4_buffer_uptodate(bh)) in ext4_get_link()
923 if (!bh || ext4_buffer_uptodate(bh)) in ext4_bread()951 if (bhs[i] && !ext4_buffer_uptodate(bhs[i])) in ext4_bread_batch()4498 if (ext4_buffer_uptodate(bh)) in __ext4_get_inode_loc()4502 if (ext4_buffer_uptodate(bh)) { in __ext4_get_inode_loc()
182 if (ext4_buffer_uptodate(bh)) { in ext4_read_bh_nowait()193 if (ext4_buffer_uptodate(bh)) { in ext4_read_bh()232 if (ext4_buffer_uptodate(bh)) in __ext4_sb_bread_gfp()
3840 static inline int ext4_buffer_uptodate(struct buffer_head *bh) in ext4_buffer_uptodate() function