Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4.h3830 extern int ext4_clu_mapped(struct inode *inode, ext4_lblk_t lclu);
H A Dinode.c1827 ret = ext4_clu_mapped(inode, EXT4_B2C(sbi, lblk)); in ext4_clu_alloc_state()
H A Dextents.c5948 int ext4_clu_mapped(struct inode *inode, ext4_lblk_t lclu) in ext4_clu_mapped() function