Home
last modified time | relevance | path

Searched refs:bulkstat_one_fmt_pf (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/xfs/
Dxfs_itable.h53 typedef int (*bulkstat_one_fmt_pf)(struct xfs_ibulk *breq, typedef
56 int xfs_bulkstat_one(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter);
57 int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter);
Dxfs_itable.c34 bulkstat_one_fmt_pf formatter;
172 bulkstat_one_fmt_pf formatter) in xfs_bulkstat_one()
263 bulkstat_one_fmt_pf formatter) in xfs_bulkstat()
Dxfs_ioctl32.c220 bulkstat_one_fmt_pf bs_one_func = xfs_fsbulkstat_one_fmt_compat; in xfs_compat_ioc_fsbulkstat()