Searched refs:current_ext (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.c | 5420 int current_ext, /* idx of gotp */ in xfs_bmse_merge() argument 5446 xfs_iext_remove(ip, current_ext, 1, 0); in xfs_bmse_merge() 5493 int *current_ext, in xfs_bmse_shift_one() argument 5526 if (!*current_ext) { in xfs_bmse_shift_one() 5535 adj_irecp = xfs_iext_get_ext(ifp, *current_ext - 1); in xfs_bmse_shift_one() 5546 *current_ext, gotp, adj_irecp, in xfs_bmse_shift_one() 5552 if (*current_ext >= (total_extents - 1)) in xfs_bmse_shift_one() 5559 adj_irecp = xfs_iext_get_ext(ifp, *current_ext + 1); in xfs_bmse_shift_one() 5579 (*current_ext)++; in xfs_bmse_shift_one() 5581 (*current_ext)--; in xfs_bmse_shift_one() [all …]
|