Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c5459 int current_ext, /* idx of gotp */ in xfs_bmse_merge() argument
5485 xfs_iext_remove(ip, current_ext, 1, 0); in xfs_bmse_merge()
5532 int *current_ext, in xfs_bmse_shift_one() argument
5565 if (!*current_ext) { in xfs_bmse_shift_one()
5574 adj_irecp = xfs_iext_get_ext(ifp, *current_ext - 1); in xfs_bmse_shift_one()
5585 *current_ext, gotp, adj_irecp, in xfs_bmse_shift_one()
5591 if (*current_ext >= (total_extents - 1)) in xfs_bmse_shift_one()
5598 adj_irecp = xfs_iext_get_ext(ifp, *current_ext + 1); in xfs_bmse_shift_one()
5618 (*current_ext)++; in xfs_bmse_shift_one()
5620 (*current_ext)--; in xfs_bmse_shift_one()
[all …]