Lines Matching defs:stolen
4723 * ores == 1). The number of stolen blocks is returned. The availability and
4724 * subsequent accounting of stolen blocks is the responsibility of the caller.
4736 xfs_filblks_t stolen = 0;
4744 stolen = XFS_FILBLKS_MIN(nres - ores, avail);
4745 ores += stolen;
4749 return stolen;
4796 return stolen;
4812 xfs_filblks_t got_indlen, new_indlen, stolen;
4898 stolen = xfs_bmap_split_indlen(da_old, &got_indlen, &new_indlen,
4911 da_new = got_indlen + new_indlen - stolen;
4912 del->br_blockcount -= stolen;