Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_ioctl.c52 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt()
136 error = xfs_bulkstat(&breq, xfs_fsbulkstat_one_fmt); in xfs_ioc_fsbulkstat()
158 const struct xfs_bulkstat *bstat) in xfs_bulkstat_fmt()
160 if (copy_to_user(breq->ubuffer, bstat, sizeof(struct xfs_bulkstat))) in xfs_bulkstat_fmt()
162 return xfs_ibulk_advance(breq, sizeof(struct xfs_bulkstat)); in xfs_bulkstat_fmt()
287 error = xfs_bulkstat(&breq, xfs_bulkstat_fmt); in xfs_ioc_bulkstat()
H A Dxfs_health.c496 struct xfs_bulkstat *bs) in xfs_bulkstat_health()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h365 struct xfs_bulkstat { struct
517 struct xfs_bulkstat bulkstat[];
520 (nr) * sizeof(struct xfs_bulkstat))
H A Dxfs_health.h287 void xfs_bulkstat_health(struct xfs_inode *ip, struct xfs_bulkstat *bs);
H A Dxfs_ondisk.h216 XFS_CHECK_STRUCT_SIZE(struct xfs_bulkstat, 192); in xfs_check_ondisk_structs()