Home
last modified time | relevance | path

Searched refs:bs1 (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_itable.h59 void xfs_bulkstat_to_bstat(struct xfs_mount *mp, struct xfs_bstat *bs1,
H A Dxfs_ioctl.c59 struct xfs_bstat bs1; in xfs_fsbulkstat_one_fmt() local
61 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()