Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_ioctl.h68 int xfs_fsbulkstat_one_fmt(struct xfs_ibulk *breq,
H A Dxfs_ioctl.c634 xfs_fsbulkstat_one_fmt( in xfs_fsbulkstat_one_fmt() function
717 error = xfs_bulkstat_one(&breq, xfs_fsbulkstat_one_fmt); in xfs_ioc_fsbulkstat()
720 error = xfs_bulkstat(&breq, xfs_fsbulkstat_one_fmt); in xfs_ioc_fsbulkstat()
H A Dxfs_ioctl32.c233 bs_one_func = xfs_fsbulkstat_one_fmt; in xfs_compat_ioc_fsbulkstat()