Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.h196 int xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused,
Dxfs_dir2.c604 if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK))) in xfs_dir2_isblock()
624 if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK))) in xfs_dir2_isleaf()
Dxfs_dir2_leaf.c1732 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf()
Dxfs_dir2_node.c1776 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) in xfs_dir2_node_addname_int()
Dxfs_bmap.c1463 xfs_bmap_last_offset( in xfs_bmap_last_offset() function
/linux-4.19.296/fs/xfs/scrub/
Dbmap.c683 error = xfs_bmap_last_offset(ip, &endoff, whichfork); in xchk_bmap()
/linux-4.19.296/fs/xfs/
Dxfs_iomap.c743 error = xfs_bmap_last_offset(ip, &last_block, in xfs_iomap_write_allocate()