Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_ioctl.h40 int xfs_fsbulkstat_one_fmt(struct xfs_ibulk *breq,
H A Dxfs_ioctl.c50 xfs_fsbulkstat_one_fmt( in xfs_fsbulkstat_one_fmt() function
133 error = xfs_bulkstat_one(&breq, xfs_fsbulkstat_one_fmt); in xfs_ioc_fsbulkstat()
136 error = xfs_bulkstat(&breq, xfs_fsbulkstat_one_fmt); in xfs_ioc_fsbulkstat()
H A Dxfs_ioctl32.c234 bs_one_func = xfs_fsbulkstat_one_fmt; in xfs_compat_ioc_fsbulkstat()