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

/linux-master/fs/ext4/
H A Dinline.c114 error = ext4_get_inode_loc(inode, &iloc);
153 error = ext4_get_inode_loc(inode, &is.iloc);
275 error = ext4_get_inode_loc(inode, &is.iloc);
344 error = ext4_get_inode_loc(inode, &is.iloc);
436 error = ext4_get_inode_loc(inode, &is.iloc);
497 ret = ext4_get_inode_loc(inode, &iloc);
562 ret = ext4_get_inode_loc(inode, &iloc);
673 ret = ext4_get_inode_loc(inode, &iloc);
755 ret = ext4_get_inode_loc(inode, &iloc);
903 ret = ext4_get_inode_loc(inod
[all...]
H A Dxattr.c647 error = ext4_get_inode_loc(inode, &iloc);
791 error = ext4_get_inode_loc(inode, &iloc);
877 ret = ext4_get_inode_loc(inode, &iloc);
2639 error = ext4_get_inode_loc(inode, &is->iloc);
2927 error = ext4_get_inode_loc(inode, &iloc);
H A Dioctl.c747 err = ext4_get_inode_loc(inode, &iloc);
H A Dfast_commit.c855 ret = ext4_get_inode_loc(inode, &iloc);
H A Dinode.c4327 * ext4_get_inode_loc returns with an extra refcount against the inode's
4492 int ext4_get_inode_loc(struct inode *inode, struct ext4_iloc *iloc) function
5728 err = ext4_get_inode_loc(inode, iloc);
H A Dext4.h3001 extern int ext4_get_inode_loc(struct inode *, struct ext4_iloc *);
H A Dextents.c4910 error = ext4_get_inode_loc(inode, &iloc);

Completed in 210 milliseconds