Searched refs:xfs_bulkstat (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/ |
D | xfs_itable.h | 54 const struct xfs_bulkstat *bstat); 57 int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter); 59 const struct xfs_bulkstat *bstat);
|
D | xfs_itable.c | 36 struct xfs_bulkstat *buf; 66 struct xfs_bulkstat *buf = bc->buf; in xfs_bulkstat_one_int() 200 bc.buf = kmem_zalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat_one() 272 xfs_bulkstat( in xfs_bulkstat() function 292 bc.buf = kmem_zalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat() 332 const struct xfs_bulkstat *bstat) in xfs_bulkstat_to_bstat()
|
D | xfs_ioctl.h | 69 const struct xfs_bulkstat *bstat);
|
D | xfs_ioctl.c | 635 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt() 719 error = xfs_bulkstat(&breq, xfs_fsbulkstat_one_fmt); in xfs_ioc_fsbulkstat() 741 const struct xfs_bulkstat *bstat) in xfs_bulkstat_fmt() 743 if (copy_to_user(breq->ubuffer, bstat, sizeof(struct xfs_bulkstat))) in xfs_bulkstat_fmt() 745 return xfs_ibulk_advance(breq, sizeof(struct xfs_bulkstat)); in xfs_bulkstat_fmt() 866 error = xfs_bulkstat(&breq, xfs_bulkstat_fmt); in xfs_ioc_bulkstat()
|
D | xfs_ioctl32.c | 160 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt_compat() 291 error = xfs_bulkstat(&breq, bs_one_func); in xfs_compat_ioc_fsbulkstat()
|
D | xfs_ondisk.h | 175 XFS_CHECK_STRUCT_SIZE(struct xfs_bulkstat, 192); in xfs_check_ondisk_structs()
|
D | xfs_health.c | 379 struct xfs_bulkstat *bs) in xfs_bulkstat_health()
|
/fs/xfs/libxfs/ |
D | xfs_fs.h | 354 struct xfs_bulkstat { struct 497 struct xfs_bulkstat bulkstat[]; 500 (nr) * sizeof(struct xfs_bulkstat))
|
D | xfs_health.h | 188 void xfs_bulkstat_health(struct xfs_inode *ip, struct xfs_bulkstat *bs);
|