Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_ioctl.h68 int xfs_fsbulkstat_one_fmt(struct xfs_ibulk *breq,
Dxfs_ioctl.c633 xfs_fsbulkstat_one_fmt( in xfs_fsbulkstat_one_fmt() function
716 error = xfs_bulkstat_one(&breq, xfs_fsbulkstat_one_fmt); in xfs_ioc_fsbulkstat()
719 error = xfs_bulkstat(&breq, xfs_fsbulkstat_one_fmt); in xfs_ioc_fsbulkstat()
Dxfs_ioctl32.c233 bs_one_func = xfs_fsbulkstat_one_fmt; in xfs_compat_ioc_fsbulkstat()