Searched refs:xfs_bmap_last_offset (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/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 | 600 if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK))) in xfs_dir2_isblock() 620 if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK))) in xfs_dir2_isleaf()
|
| D | xfs_dir2_leaf.c | 1668 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf()
|
| D | xfs_dir2_node.c | 1793 error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK); in xfs_dir2_node_find_freeblk()
|
| D | xfs_bmap.c | 1462 xfs_bmap_last_offset( in xfs_bmap_last_offset() function
|
| /Linux-v5.4/fs/xfs/scrub/ |
| D | bmap.c | 697 error = xfs_bmap_last_offset(ip, &endoff, whichfork); in xchk_bmap()
|