Home
last modified time | relevance | path

Searched refs:ext4_buffer_uptodate (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/fs/ext4/
H A Dsymlink.c97 if (!bh || !ext4_buffer_uptodate(bh)) in ext4_get_link()
H A Dinode.c890 if (!bh || ext4_buffer_uptodate(bh)) in ext4_bread()
918 if (bhs[i] && !ext4_buffer_uptodate(bhs[i])) in ext4_bread_batch()
4399 if (ext4_buffer_uptodate(bh)) in __ext4_get_inode_loc()
4403 if (ext4_buffer_uptodate(bh)) { in __ext4_get_inode_loc()
H A Dsuper.c183 if (ext4_buffer_uptodate(bh)) { in ext4_read_bh_nowait()
194 if (ext4_buffer_uptodate(bh)) { in ext4_read_bh()
233 if (ext4_buffer_uptodate(bh)) in __ext4_sb_bread_gfp()
H A Dext4.h3816 static inline int ext4_buffer_uptodate(struct buffer_head *bh) in ext4_buffer_uptodate() function
/kernel/linux/linux-5.10/fs/ext4/
H A Dinode.c901 if (!bh || ext4_buffer_uptodate(bh)) in ext4_bread()
929 if (bhs[i] && !ext4_buffer_uptodate(bhs[i])) in ext4_bread_batch()
4502 if (ext4_buffer_uptodate(bh)) { in __ext4_get_inode_loc()
H A Dsuper.c166 if (ext4_buffer_uptodate(bh)) { in ext4_read_bh_nowait()
177 if (ext4_buffer_uptodate(bh)) { in ext4_read_bh()
216 if (ext4_buffer_uptodate(bh)) in __ext4_sb_bread_gfp()
H A Dext4.h3704 static inline int ext4_buffer_uptodate(struct buffer_head *bh) in ext4_buffer_uptodate() function

Completed in 46 milliseconds