xfs_bulkstat
struct xfs_bulkstat bulkstat[];
(nr) * sizeof(struct xfs_bulkstat))
void xfs_bulkstat_health(struct xfs_inode *ip, struct xfs_bulkstat *bs);
XFS_CHECK_STRUCT_SIZE(struct xfs_bulkstat, 192);
struct xfs_bulkstat *bs)
error = xfs_bulkstat(&breq, xfs_fsbulkstat_one_fmt);
const struct xfs_bulkstat *bstat)
if (copy_to_user(breq->ubuffer, bstat, sizeof(struct xfs_bulkstat)))
return xfs_ibulk_advance(breq, sizeof(struct xfs_bulkstat));
error = xfs_bulkstat(&breq, xfs_bulkstat_fmt);
const struct xfs_bulkstat *bstat)
const struct xfs_bulkstat *bstat);
const struct xfs_bulkstat *bstat)
error = xfs_bulkstat(&breq, bs_one_func);
bc.buf = kzalloc_obj(struct xfs_bulkstat,
bc.buf = kzalloc_obj(struct xfs_bulkstat,
const struct xfs_bulkstat *bstat)
struct xfs_bulkstat *buf;
struct xfs_bulkstat *buf = bc->buf;
const struct xfs_bulkstat *bstat);
int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter);
const struct xfs_bulkstat *bstat);