Searched refs:ext3_get_inode_loc (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/fs/ext3/ |
H A D | xattr.c | 274 error = ext3_get_inode_loc(inode, &iloc); ext3_xattr_ibody_get() 403 error = ext3_get_inode_loc(inode, &iloc); ext3_xattr_ibody_list() 964 error = ext3_get_inode_loc(inode, &is.iloc); ext3_xattr_set_handle()
|
H A D | inode.c | 2682 * ext3_get_inode_loc returns with an extra refcount against the inode's 2699 ext3_error (inode->i_sb, "ext3_get_inode_loc", __ext3_get_inode_loc() 2792 ext3_error(inode->i_sb, "ext3_get_inode_loc", __ext3_get_inode_loc() 2805 int ext3_get_inode_loc(struct inode *inode, struct ext3_iloc *iloc) ext3_get_inode_loc() function 3416 err = ext3_get_inode_loc(inode, iloc); ext3_reserve_inode_write() 3507 err = ext3_get_inode_loc(inode, &iloc);
|
H A D | ext3.h | 1062 extern int ext3_get_inode_loc(struct inode *, struct ext3_iloc *);
|
Completed in 72 milliseconds