Searched refs:xfs_ibulk (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/fs/xfs/ |
| D | xfs_itable.h | 9 struct xfs_ibulk { struct 27 struct xfs_ibulk *breq, in xfs_ibulk_advance() argument 49 typedef int (*bulkstat_one_fmt_pf)(struct xfs_ibulk *breq, 52 int xfs_bulkstat_one(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter); 53 int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter); 57 typedef int (*inumbers_fmt_pf)(struct xfs_ibulk *breq, 60 int xfs_inumbers(struct xfs_ibulk *breq, inumbers_fmt_pf formatter);
|
| D | xfs_ioctl.h | 10 struct xfs_ibulk; 62 int xfs_fsbulkstat_one_fmt(struct xfs_ibulk *breq, 64 int xfs_fsinumbers_fmt(struct xfs_ibulk *breq, const struct xfs_inumbers *igrp);
|
| D | xfs_itable.c | 34 struct xfs_ibulk *breq; 160 struct xfs_ibulk *breq, in xfs_bulkstat_one() 233 struct xfs_ibulk *breq, in xfs_bulkstat() 309 struct xfs_ibulk *breq; 358 struct xfs_ibulk *breq, in xfs_inumbers()
|
| D | xfs_ioctl.c | 711 struct xfs_ibulk *breq, in xfs_fsbulkstat_one_fmt() 724 struct xfs_ibulk *breq, in xfs_fsinumbers_fmt() 742 struct xfs_ibulk breq = { in xfs_ioc_fsbulkstat() 815 struct xfs_ibulk *breq, in xfs_bulkstat_fmt() 833 struct xfs_ibulk *breq, in xfs_bulk_ireq_setup() 902 struct xfs_ibulk *breq) in xfs_bulk_ireq_teardown() 916 struct xfs_ibulk breq = { in xfs_ioc_bulkstat() 950 struct xfs_ibulk *breq, in xfs_inumbers_fmt() 966 struct xfs_ibulk breq = { in xfs_ioc_inumbers()
|
| D | xfs_ioctl32.c | 84 struct xfs_ibulk *breq, in xfs_fsinumbers_fmt_compat() 173 struct xfs_ibulk *breq, in xfs_fsbulkstat_one_fmt_compat() 218 struct xfs_ibulk breq = { in xfs_compat_ioc_fsbulkstat()
|