Home
last modified time | relevance | path

Searched refs:xfs_iext_bno_to_ext (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_inode_fork.h154 xfs_iext_bno_to_ext(struct xfs_ifork *, xfs_fileoff_t, int *);
Dxfs_bmap.c1402 ep = xfs_iext_bno_to_ext(ifp, bno, &lastx); in xfs_bmap_search_multi_extents()
5733 gotp = xfs_iext_bno_to_ext(ifp, stop_fsb, &stop_extent); in xfs_bmap_shift_extents()
5748 gotp = xfs_iext_bno_to_ext(ifp, *next_fsb, &current_ext); in xfs_bmap_shift_extents()
5852 gotp = xfs_iext_bno_to_ext(ifp, split_fsb, &current_ext); in xfs_bmap_split_extent_at()
Dxfs_inode_fork.c1529 xfs_iext_bno_to_ext( in xfs_iext_bno_to_ext() function
/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.c500 if (xfs_iext_bno_to_ext(ifp, fileblock, &lastx) && in xfs_getbmapx_fix_eof_hole()