Searched refs:xfs_ibulk (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_itable.h | 9 struct xfs_ibulk { struct 32 struct xfs_ibulk *breq, in xfs_ibulk_advance() argument 54 typedef int (*bulkstat_one_fmt_pf)(struct xfs_ibulk *breq, 57 int xfs_bulkstat_one(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter); 58 int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter); 62 typedef int (*inumbers_fmt_pf)(struct xfs_ibulk *breq, 65 int xfs_inumbers(struct xfs_ibulk *breq, inumbers_fmt_pf formatter);
|
| H A D | xfs_ioctl.h | 10 struct xfs_ibulk; 40 int xfs_fsbulkstat_one_fmt(struct xfs_ibulk *breq, 42 int xfs_fsinumbers_fmt(struct xfs_ibulk *breq, const struct xfs_inumbers *igrp);
|
| H A D | xfs_ioctl.c | 56 struct xfs_ibulk *breq, in xfs_fsbulkstat_one_fmt() 69 struct xfs_ibulk *breq, in xfs_fsinumbers_fmt() 88 struct xfs_ibulk breq = { in xfs_ioc_fsbulkstat() 162 struct xfs_ibulk *breq, in xfs_bulkstat_fmt() 180 struct xfs_ibulk *breq, in xfs_bulk_ireq_setup() 256 struct xfs_ibulk *breq) in xfs_bulk_ireq_teardown() 271 struct xfs_ibulk breq = { in xfs_ioc_bulkstat() 306 struct xfs_ibulk *breq, in xfs_inumbers_fmt() 322 struct xfs_ibulk breq = { in xfs_ioc_inumbers()
|