Searched refs:xfs_bulkstat (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/xfs/ |
| H A D | xfs_itable.h | 57 const struct xfs_bulkstat *bstat); 60 int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter); 62 const struct xfs_bulkstat *bstat);
|
| H A D | xfs_itable.c | 36 struct xfs_bulkstat *buf; 74 struct xfs_bulkstat *buf = bc->buf; in xfs_bulkstat_one_int() 233 bc.buf = kzalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat_one() 305 xfs_bulkstat( in xfs_bulkstat() function 325 bc.buf = kzalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat() 365 const struct xfs_bulkstat *bstat) in xfs_bulkstat_to_bstat()
|
| H A D | xfs_ioctl.h | 41 const struct xfs_bulkstat *bstat);
|
| H A D | xfs_ioctl.c | 52 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 D | xfs_ioctl32.c | 161 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt_compat() 292 error = xfs_bulkstat(&breq, bs_one_func); in xfs_compat_ioc_fsbulkstat()
|
| H A D | xfs_health.c | 496 struct xfs_bulkstat *bs) in xfs_bulkstat_health()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_fs.h | 368 struct xfs_bulkstat { struct 520 struct xfs_bulkstat bulkstat[]; 523 (nr) * sizeof(struct xfs_bulkstat))
|
| H A D | xfs_health.h | 287 void xfs_bulkstat_health(struct xfs_inode *ip, struct xfs_bulkstat *bs);
|
| H A D | xfs_ondisk.h | 216 XFS_CHECK_STRUCT_SIZE(struct xfs_bulkstat, 192); in xfs_check_ondisk_structs()
|