Searched refs:xfs_ibulk (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A 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);
|
| H A D | xfs_ioctl.h | 10 struct xfs_ibulk; 63 int xfs_fsbulkstat_one_fmt(struct xfs_ibulk *breq, 65 int xfs_fsinumbers_fmt(struct xfs_ibulk *breq, const struct xfs_inumbers *igrp);
|
| H A 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()
|
| H A D | xfs_ioctl.c | 712 struct xfs_ibulk *breq, in xfs_fsbulkstat_one_fmt() 725 struct xfs_ibulk *breq, in xfs_fsinumbers_fmt() 743 struct xfs_ibulk breq = { in xfs_ioc_fsbulkstat() 816 struct xfs_ibulk *breq, in xfs_bulkstat_fmt() 834 struct xfs_ibulk *breq, in xfs_bulk_ireq_setup() 903 struct xfs_ibulk *breq) in xfs_bulk_ireq_teardown() 917 struct xfs_ibulk breq = { in xfs_ioc_bulkstat() 951 struct xfs_ibulk *breq, in xfs_inumbers_fmt() 967 struct xfs_ibulk breq = { in xfs_ioc_inumbers()
|
| H A 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()
|