Searched refs:ubused (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_itable.h | 30 int *ubused, 56 int *ubused, /* bytes used by formatter */ 66 int *ubused, 75 int *ubused,
|
D | xfs_itable.c | 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() [all …]
|
D | xfs_ioctl32.c | 190 int *ubused, in xfs_bulkstat_one_fmt_compat() argument 221 if (ubused) in xfs_bulkstat_one_fmt_compat() 222 *ubused = sizeof(*p32); in xfs_bulkstat_one_fmt_compat() 232 int *ubused, /* bytes used by me */ in xfs_bulkstat_one_compat() argument 237 ubused, stat); in xfs_bulkstat_one_compat()
|
D | xfs_qm.c | 1128 int *ubused, /* not used */ in xfs_qm_dqusage_adjust() argument
|