Searched refs:xfs_ibulk (Results 1 – 5 of 5) sorted by relevance
/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 | 80 struct xfs_ibulk; 84 int xfs_fsbulkstat_one_fmt(struct xfs_ibulk *breq, 86 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 | 747 struct xfs_ibulk *breq, in xfs_fsbulkstat_one_fmt() 760 struct xfs_ibulk *breq, in xfs_fsinumbers_fmt() 778 struct xfs_ibulk breq = { in xfs_ioc_fsbulkstat() 851 struct xfs_ibulk *breq, in xfs_bulkstat_fmt() 869 struct xfs_ibulk *breq, in xfs_bulk_ireq_setup() 938 struct xfs_ibulk *breq) in xfs_bulk_ireq_teardown() 952 struct xfs_ibulk breq = { in xfs_ioc_bulkstat() 986 struct xfs_ibulk *breq, in xfs_inumbers_fmt() 1002 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()
|