Lines Matching defs:stolen
4711 * ores == 1). The number of stolen blocks is returned. The availability and
4712 * subsequent accounting of stolen blocks is the responsibility of the caller.
4724 xfs_filblks_t stolen = 0;
4732 stolen = XFS_FILBLKS_MIN(nres - ores, avail);
4733 ores += stolen;
4737 return stolen;
4784 return stolen;
4800 xfs_filblks_t got_indlen, new_indlen, stolen;
4887 stolen = xfs_bmap_split_indlen(da_old, &got_indlen, &new_indlen,
4900 da_new = got_indlen + new_indlen - stolen;
4901 del->br_blockcount -= stolen;