Searched refs:ubused (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_itable.h | 18 int *ubused, 44 int *ubused, /* bytes used by formatter */ 54 int *ubused, 63 int *ubused,
|
D | xfs_itable.c | 33 int *ubused, /* bytes used by me */ in xfs_bulkstat_one_int() argument 119 error = formatter(buffer, ubsize, ubused, buf); in xfs_bulkstat_one_int() 133 int *ubused, in xfs_bulkstat_one_fmt() argument 140 if (ubused) in xfs_bulkstat_one_fmt() 141 *ubused = sizeof(*buffer); in xfs_bulkstat_one_fmt() 151 int *ubused, /* bytes used by me */ in xfs_bulkstat_one() argument 155 xfs_bulkstat_one_fmt, ubused, stat); in xfs_bulkstat_one() 278 int ubused; in xfs_bulkstat_ag_ichunk() local 289 ubused = statstruct_size; in xfs_bulkstat_ag_ichunk() 291 *ubufp, acp->ac_ubleft, &ubused, &fmterror); in xfs_bulkstat_ag_ichunk() [all …]
|
D | xfs_ioctl32.c | 180 int *ubused, in xfs_bulkstat_one_fmt_compat() argument 211 if (ubused) in xfs_bulkstat_one_fmt_compat() 212 *ubused = sizeof(*p32); in xfs_bulkstat_one_fmt_compat() 222 int *ubused, /* bytes used by me */ in xfs_bulkstat_one_compat() argument 227 ubused, stat); in xfs_bulkstat_one_compat()
|
D | xfs_qm.c | 1125 int *ubused, /* not used */ in xfs_qm_dqusage_adjust() argument
|