Home
last modified time | relevance | path

Searched refs:xfs_bmap_last_offset (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_bmap.h194 int xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused,
H A Dxfs_dir2.c280 *error = xfs_bmap_last_offset(dp, &eof, XFS_DATA_FORK); in xfs_dir2_format()
H A Dxfs_dir2_leaf.c1769 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf()
H A Dxfs_dir2_node.c1854 error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK); in xfs_dir2_node_find_freeblk()
H A Dxfs_bmap.c1393 xfs_bmap_last_offset( in xfs_bmap_last_offset() function
/linux-6.15/fs/xfs/scrub/
H A Dbmap.c1093 error = xfs_bmap_last_offset(ip, &endoff, whichfork); in xchk_bmap()
H A Ddir_repair.c575 error = xfs_bmap_last_offset(dp, &last, XFS_DATA_FORK); in xrep_dir_guess_format()