Searched refs:ext4_buffer_uptodate (Results 1 – 3 of 3) sorted by relevance
903 if (!bh || ext4_buffer_uptodate(bh)) in ext4_bread()931 if (bhs[i] && !ext4_buffer_uptodate(bhs[i])) in ext4_bread_batch()4275 if (ext4_buffer_uptodate(bh)) in __ext4_get_inode_loc()4279 if (ext4_buffer_uptodate(bh)) { in __ext4_get_inode_loc()
163 if (ext4_buffer_uptodate(bh)) { in ext4_read_bh_nowait()174 if (ext4_buffer_uptodate(bh)) { in ext4_read_bh()220 if (ext4_buffer_uptodate(bh)) in __ext4_sb_bread_gfp()
3866 static inline int ext4_buffer_uptodate(struct buffer_head *bh) in ext4_buffer_uptodate() function