Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_itable.h51 const struct xfs_bulkstat *bstat);
54 int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter);
56 const struct xfs_bulkstat *bstat);
A Dxfs_itable.c36 struct xfs_bulkstat *buf;
66 struct xfs_bulkstat *buf = bc->buf; in xfs_bulkstat_one_int()
178 bc.buf = kmem_zalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat_one()
250 xfs_bulkstat( in xfs_bulkstat() function
269 bc.buf = kmem_zalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat()
306 const struct xfs_bulkstat *bstat) in xfs_bulkstat_to_bstat()
A Dxfs_ioctl.h74 const struct xfs_bulkstat *bstat);
A Dxfs_ioctl.c715 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt()
799 error = xfs_bulkstat(&breq, xfs_fsbulkstat_one_fmt); in xfs_ioc_fsbulkstat()
821 const struct xfs_bulkstat *bstat) in xfs_bulkstat_fmt()
823 if (copy_to_user(breq->ubuffer, bstat, sizeof(struct xfs_bulkstat))) in xfs_bulkstat_fmt()
825 return xfs_ibulk_advance(breq, sizeof(struct xfs_bulkstat)); in xfs_bulkstat_fmt()
943 error = xfs_bulkstat(&breq, xfs_bulkstat_fmt); in xfs_ioc_bulkstat()
A Dxfs_ondisk.h157 XFS_CHECK_STRUCT_SIZE(struct xfs_bulkstat, 192); in xfs_check_ondisk_structs()
A Dxfs_ioctl32.c174 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt_compat()
305 error = xfs_bulkstat(&breq, bs_one_func); in xfs_compat_ioc_fsbulkstat()
A Dxfs_health.c379 struct xfs_bulkstat *bs) in xfs_bulkstat_health()
/linux/fs/xfs/libxfs/
A Dxfs_fs.h366 struct xfs_bulkstat { struct
497 struct xfs_bulkstat bulkstat[];
500 (nr) * sizeof(struct xfs_bulkstat))
A Dxfs_health.h188 void xfs_bulkstat_health(struct xfs_inode *ip, struct xfs_bulkstat *bs);

Completed in 16 milliseconds