Searched refs:xfs_bmap_last_offset (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_bmap.h | 194 int xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused,
|
| H A D | xfs_dir2.c | 280 *error = xfs_bmap_last_offset(dp, &eof, XFS_DATA_FORK); in xfs_dir2_format()
|
| H A D | xfs_dir2_leaf.c | 1769 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf()
|
| H A D | xfs_dir2_node.c | 1854 error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK); in xfs_dir2_node_find_freeblk()
|
| H A D | xfs_bmap.c | 1393 xfs_bmap_last_offset( in xfs_bmap_last_offset() function
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | bmap.c | 1093 error = xfs_bmap_last_offset(ip, &endoff, whichfork); in xchk_bmap()
|
| H A D | dir_repair.c | 575 error = xfs_bmap_last_offset(dp, &last, XFS_DATA_FORK); in xrep_dir_guess_format()
|