Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_itable.h50 const struct xfs_bulkstat *bstat);
53 int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter);
55 const struct xfs_bulkstat *bstat);
Dxfs_itable.c35 struct xfs_bulkstat *buf;
64 struct xfs_bulkstat *buf = bc->buf; in xfs_bulkstat_one_int()
171 bc.buf = kmem_zalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat_one()
232 xfs_bulkstat( in xfs_bulkstat() function
245 bc.buf = kmem_zalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat()
273 const struct xfs_bulkstat *bstat) in xfs_bulkstat_to_bstat()
Dxfs_ioctl.h64 const struct xfs_bulkstat *bstat);
Dxfs_ondisk.h157 XFS_CHECK_STRUCT_SIZE(struct xfs_bulkstat, 192); in xfs_check_ondisk_structs()
Dxfs_ioctl.c713 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt()
795 error = xfs_bulkstat(&breq, xfs_fsbulkstat_one_fmt); in xfs_ioc_fsbulkstat()
817 const struct xfs_bulkstat *bstat) in xfs_bulkstat_fmt()
819 if (copy_to_user(breq->ubuffer, bstat, sizeof(struct xfs_bulkstat))) in xfs_bulkstat_fmt()
821 return xfs_ibulk_advance(breq, sizeof(struct xfs_bulkstat)); in xfs_bulkstat_fmt()
937 error = xfs_bulkstat(&breq, xfs_bulkstat_fmt); in xfs_ioc_bulkstat()
Dxfs_ioctl32.c174 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt_compat()
303 error = xfs_bulkstat(&breq, bs_one_func); in xfs_compat_ioc_fsbulkstat()
Dxfs_health.c372 struct xfs_bulkstat *bs) in xfs_bulkstat_health()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_fs.h363 struct xfs_bulkstat { struct
494 struct xfs_bulkstat bulkstat[];
497 (nr) * sizeof(struct xfs_bulkstat))
Dxfs_health.h188 void xfs_bulkstat_health(struct xfs_inode *ip, struct xfs_bulkstat *bs);