Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dextents_status.h251 extern bool ext4_is_pending(struct inode *inode, ext4_lblk_t lblk);
H A Dextents.c2479 if (ext4_is_pending(inode, partial->lblk)) in ext4_remove_blocks()
2505 if (ext4_is_pending(inode, to)) in ext4_remove_blocks()
2752 if (ext4_is_pending(inode, partial->lblk)) in ext4_ext_rm_leaf()
3021 if (ext4_is_pending(inode, partial.lblk)) in ext4_ext_remove_space()
H A Dextents_status.c2040 bool ext4_is_pending(struct inode *inode, ext4_lblk_t lblk) in ext4_is_pending() function