Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_ioctl.h40 int xfs_fsbulkstat_one_fmt(struct xfs_ibulk *breq,
Dxfs_ioctl.c49 xfs_fsbulkstat_one_fmt( in xfs_fsbulkstat_one_fmt() function
132 error = xfs_bulkstat_one(&breq, xfs_fsbulkstat_one_fmt); in xfs_ioc_fsbulkstat()
135 error = xfs_bulkstat(&breq, xfs_fsbulkstat_one_fmt); in xfs_ioc_fsbulkstat()
Dxfs_ioctl32.c234 bs_one_func = xfs_fsbulkstat_one_fmt; in xfs_compat_ioc_fsbulkstat()