xfs_bulkstat 493 fs/xfs/libxfs/xfs_fs.h struct xfs_bulkstat bulkstat[]; xfs_bulkstat 496 fs/xfs/libxfs/xfs_fs.h (nr) * sizeof(struct xfs_bulkstat)) xfs_bulkstat 188 fs/xfs/libxfs/xfs_health.h void xfs_bulkstat_health(struct xfs_inode *ip, struct xfs_bulkstat *bs); xfs_bulkstat 372 fs/xfs/xfs_health.c struct xfs_bulkstat *bs) xfs_bulkstat 722 fs/xfs/xfs_ioctl.c const struct xfs_bulkstat *bstat) xfs_bulkstat 804 fs/xfs/xfs_ioctl.c error = xfs_bulkstat(&breq, xfs_fsbulkstat_one_fmt); xfs_bulkstat 826 fs/xfs/xfs_ioctl.c const struct xfs_bulkstat *bstat) xfs_bulkstat 828 fs/xfs/xfs_ioctl.c if (copy_to_user(breq->ubuffer, bstat, sizeof(struct xfs_bulkstat))) xfs_bulkstat 830 fs/xfs/xfs_ioctl.c return xfs_ibulk_advance(breq, sizeof(struct xfs_bulkstat)); xfs_bulkstat 946 fs/xfs/xfs_ioctl.c error = xfs_bulkstat(&breq, xfs_bulkstat_fmt); xfs_bulkstat 85 fs/xfs/xfs_ioctl.h const struct xfs_bulkstat *bstat); xfs_bulkstat 174 fs/xfs/xfs_ioctl32.c const struct xfs_bulkstat *bstat) xfs_bulkstat 303 fs/xfs/xfs_ioctl32.c error = xfs_bulkstat(&breq, bs_one_func); xfs_bulkstat 35 fs/xfs/xfs_itable.c struct xfs_bulkstat *buf; xfs_bulkstat 64 fs/xfs/xfs_itable.c struct xfs_bulkstat *buf = bc->buf; xfs_bulkstat 171 fs/xfs/xfs_itable.c bc.buf = kmem_zalloc(sizeof(struct xfs_bulkstat), xfs_bulkstat 245 fs/xfs/xfs_itable.c bc.buf = kmem_zalloc(sizeof(struct xfs_bulkstat), xfs_bulkstat 273 fs/xfs/xfs_itable.c const struct xfs_bulkstat *bstat) xfs_bulkstat 50 fs/xfs/xfs_itable.h const struct xfs_bulkstat *bstat); xfs_bulkstat 53 fs/xfs/xfs_itable.h int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter); xfs_bulkstat 55 fs/xfs/xfs_itable.h const struct xfs_bulkstat *bstat); xfs_bulkstat 150 fs/xfs/xfs_ondisk.h XFS_CHECK_STRUCT_SIZE(struct xfs_bulkstat, 192);