Searched refs:xfs_iext_bno_to_ext (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_inode_fork.h | 154 xfs_iext_bno_to_ext(struct xfs_ifork *, xfs_fileoff_t, int *);
|
D | xfs_bmap.c | 1403 ep = xfs_iext_bno_to_ext(ifp, bno, &lastx); in xfs_bmap_search_multi_extents() 5694 gotp = xfs_iext_bno_to_ext(ifp, stop_fsb, &stop_extent); in xfs_bmap_shift_extents() 5709 gotp = xfs_iext_bno_to_ext(ifp, *next_fsb, ¤t_ext); in xfs_bmap_shift_extents() 5813 gotp = xfs_iext_bno_to_ext(ifp, split_fsb, ¤t_ext); in xfs_bmap_split_extent_at()
|
D | xfs_inode_fork.c | 1529 xfs_iext_bno_to_ext( in xfs_iext_bno_to_ext() function
|
/linux-4.1.27/fs/xfs/ |
D | xfs_bmap_util.c | 474 if (xfs_iext_bno_to_ext(ifp, fileblock, &lastx) && in xfs_getbmapx_fix_eof_hole()
|