Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dsymlink.c97 if (!ext4_buffer_uptodate(bh)) { in ext4_get_link()
H A Dinode.c919 if (!bh || ext4_buffer_uptodate(bh)) in ext4_bread()
947 if (bhs[i] && !ext4_buffer_uptodate(bhs[i])) in ext4_bread_batch()
4458 if (ext4_buffer_uptodate(bh)) in __ext4_get_inode_loc()
4462 if (ext4_buffer_uptodate(bh)) { in __ext4_get_inode_loc()
H A Dsuper.c188 if (ext4_buffer_uptodate(bh)) { in ext4_read_bh_nowait()
200 if (ext4_buffer_uptodate(bh)) { in ext4_read_bh()
239 if (ext4_buffer_uptodate(bh)) in __ext4_sb_bread_gfp()
H A Dext4.h3834 static inline int ext4_buffer_uptodate(struct buffer_head *bh) in ext4_buffer_uptodate() function