Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext4/
Dinode.c1027 if (!bh || ext4_buffer_uptodate(bh)) in ext4_bread()
1054 if (bhs[i] && !ext4_buffer_uptodate(bhs[i])) in ext4_bread_batch()
Dext4.h3383 static inline int ext4_buffer_uptodate(struct buffer_head *bh) in ext4_buffer_uptodate() function