Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dinode.c893 if (!bh || ext4_buffer_uptodate(bh)) in ext4_bread()
921 if (bhs[i] && !ext4_buffer_uptodate(bhs[i])) in ext4_bread_batch()
4330 if (ext4_buffer_uptodate(bh)) { in __ext4_get_inode_loc()
Dsuper.c165 if (ext4_buffer_uptodate(bh)) { in ext4_read_bh_nowait()
176 if (ext4_buffer_uptodate(bh)) { in ext4_read_bh()
222 if (ext4_buffer_uptodate(bh)) in __ext4_sb_bread_gfp()
Dext4.h3680 static inline int ext4_buffer_uptodate(struct buffer_head *bh) in ext4_buffer_uptodate() function