Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_itable.h50 typedef int (*bulkstat_one_fmt_pf)(struct xfs_ibulk *breq, typedef
53 int xfs_bulkstat_one(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter);
54 int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter);
Dxfs_itable.c34 bulkstat_one_fmt_pf formatter;
161 bulkstat_one_fmt_pf formatter) in xfs_bulkstat_one()
252 bulkstat_one_fmt_pf formatter) in xfs_bulkstat()
Dxfs_ioctl32.c234 bulkstat_one_fmt_pf bs_one_func = xfs_fsbulkstat_one_fmt_compat; in xfs_compat_ioc_fsbulkstat()