Lines Matching refs:ubused
55 int *ubused, /* bytes used by me */ in xfs_bulkstat_one_int() argument
132 error = formatter(buffer, ubsize, ubused, buf); in xfs_bulkstat_one_int()
146 int *ubused, in xfs_bulkstat_one_fmt() argument
153 if (ubused) in xfs_bulkstat_one_fmt()
154 *ubused = sizeof(*buffer); in xfs_bulkstat_one_fmt()
164 int *ubused, /* bytes used by me */ in xfs_bulkstat_one() argument
168 xfs_bulkstat_one_fmt, ubused, stat); in xfs_bulkstat_one()
291 int ubused; in xfs_bulkstat_ag_ichunk() local
302 ubused = statstruct_size; in xfs_bulkstat_ag_ichunk()
304 *ubufp, acp->ac_ubleft, &ubused, &fmterror); in xfs_bulkstat_ag_ichunk()
319 *ubufp += ubused; in xfs_bulkstat_ag_ichunk()
320 acp->ac_ubleft -= ubused; in xfs_bulkstat_ag_ichunk()