Searched refs:xfs_bmap_last_offset (Results 1 – 7 of 7) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_dir2.c | 639 if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK))) in xfs_dir2_isblock() 659 if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK))) in xfs_dir2_isleaf()
|
D | xfs_bmap.h | 210 int xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused,
|
D | xfs_dir2_leaf.c | 1712 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf()
|
D | xfs_dir2_node.c | 1772 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) in xfs_dir2_node_addname_int()
|
D | xfs_bmap.c | 1660 xfs_bmap_last_offset( in xfs_bmap_last_offset() function
|
/fs/xfs/ |
D | xfs_iomap.c | 769 error = xfs_bmap_last_offset(ip, &last_block, in xfs_iomap_write_allocate()
|
D | xfs_dquot.c | 801 error = xfs_bmap_last_offset(quotip, &last, XFS_DATA_FORK); in xfs_qm_dqget()
|