Home
last modified time | relevance | path

Searched refs:xfs_bulkstat (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_itable.h54 const struct xfs_bulkstat *bstat);
57 int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter);
59 const struct xfs_bulkstat *bstat);
H A Dxfs_ioctl.c51 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt()
135 error = xfs_bulkstat(&breq, xfs_fsbulkstat_one_fmt); in xfs_ioc_fsbulkstat()
157 const struct xfs_bulkstat *bstat) in xfs_bulkstat_fmt()
159 if (copy_to_user(breq->ubuffer, bstat, sizeof(struct xfs_bulkstat))) in xfs_bulkstat_fmt()
161 return xfs_ibulk_advance(breq, sizeof(struct xfs_bulkstat)); in xfs_bulkstat_fmt()
282 error = xfs_bulkstat(&breq, xfs_bulkstat_fmt); in xfs_ioc_bulkstat()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h360 struct xfs_bulkstat { struct
504 struct xfs_bulkstat bulkstat[];
507 (nr) * sizeof(struct xfs_bulkstat))
H A Dxfs_ondisk.h186 XFS_CHECK_STRUCT_SIZE(struct xfs_bulkstat, 192); in xfs_check_ondisk_structs()