Searched refs:xfs_bmap_last_offset (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.h | 195 int xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused,
|
D | xfs_dir2.c | 627 if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK))) in xfs_dir2_isblock() 646 if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK))) in xfs_dir2_isleaf()
|
D | xfs_dir2_leaf.c | 1707 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf()
|
D | xfs_dir2_node.c | 1721 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) in xfs_dir2_node_addname_int()
|
D | xfs_bmap.c | 1641 xfs_bmap_last_offset( in xfs_bmap_last_offset() function
|
/linux-4.1.27/fs/xfs/ |
D | xfs_iomap.c | 734 error = xfs_bmap_last_offset(ip, &last_block, in xfs_iomap_write_allocate()
|