Lines Matching refs:indlen
3970 xfs_extlen_t indlen;
4007 * Split changing sb for alen and indlen since they could be coming
4010 indlen = (xfs_extlen_t)xfs_bmap_worst_indlen(ip, alen);
4011 ASSERT(indlen > 0);
4017 error = xfs_mod_fdblocks(mp, -((int64_t)indlen), false);
4023 xfs_mod_delalloc(ip->i_mount, alen + indlen);
4026 got->br_startblock = nullstartblock(indlen);
4716 * indlen reservation must be shared across the two new extents that are left
4719 * Given the original reservation and the worst case indlen for the two new
4729 xfs_filblks_t *indlen1, /* ext1 worst indlen */
4730 xfs_filblks_t *indlen2, /* ext2 worst indlen */
4741 * indlen for both new extents.
4754 * and apply this percentage to each of the requested indlen values.
4885 * Distribute the original indlen reservation across the two new
4888 * Warn if either of the new indlen reservations is zero as this