Lines Matching refs:indlen
3972 xfs_extlen_t indlen;
4010 * Split changing sb for alen and indlen since they could be coming
4013 indlen = (xfs_extlen_t)xfs_bmap_worst_indlen(ip, alen);
4014 ASSERT(indlen > 0);
4020 error = xfs_mod_fdblocks(mp, -((int64_t)indlen), false);
4026 xfs_mod_delalloc(ip->i_mount, alen + indlen);
4029 got->br_startblock = nullstartblock(indlen);
4704 * indlen reservation must be shared across the two new extents that are left
4707 * Given the original reservation and the worst case indlen for the two new
4717 xfs_filblks_t *indlen1, /* ext1 worst indlen */
4718 xfs_filblks_t *indlen2, /* ext2 worst indlen */
4729 * indlen for both new extents.
4742 * and apply this percentage to each of the requested indlen values.
4874 * Distribute the original indlen reservation across the two new
4877 * Warn if either of the new indlen reservations is zero as this