Searched refs:bs1 (Results 1 – 2 of 2) sorted by relevance
59 void xfs_bulkstat_to_bstat(struct xfs_mount *mp, struct xfs_bstat *bs1,
59 struct xfs_bstat bs1; in xfs_fsbulkstat_one_fmt() local61 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt()62 if (copy_to_user(breq->ubuffer, &bs1, sizeof(bs1))) in xfs_fsbulkstat_one_fmt()