Searched refs:xfs_bmap_last_offset (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_bmap.h | 200 int xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused,
|
H A D | xfs_dir2.c | 606 if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK))) in xfs_dir2_isblock() 628 if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK))) in xfs_dir2_isleaf()
|
H A D | xfs_dir2_node.c | 1842 error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK); in xfs_dir2_node_find_freeblk()
|
H A D | xfs_dir2_leaf.c | 1704 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf()
|
H A D | xfs_bmap.c | 1424 xfs_bmap_last_offset( in xfs_bmap_last_offset() function
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_bmap.h | 185 int xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused,
|
H A D | xfs_dir2.c | 620 error = xfs_bmap_last_offset(args->dp, &eof, XFS_DATA_FORK); in xfs_dir2_isblock() 645 error = xfs_bmap_last_offset(args->dp, &eof, XFS_DATA_FORK); in xfs_dir2_isleaf()
|
H A D | xfs_dir2_node.c | 1842 error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK); in xfs_dir2_node_find_freeblk()
|
H A D | xfs_dir2_leaf.c | 1713 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf()
|
H A D | xfs_bmap.c | 1376 xfs_bmap_last_offset( in xfs_bmap_last_offset() function
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | bmap.c | 712 error = xfs_bmap_last_offset(ip, &endoff, whichfork); in xchk_bmap()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | bmap.c | 898 error = xfs_bmap_last_offset(ip, &endoff, whichfork); in xchk_bmap()
|
Completed in 28 milliseconds