Searched refs:xfs_bulkstat (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_itable.h54 const struct xfs_bulkstat *bstat);
57 int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter);
59 const struct xfs_bulkstat *bstat);
H A Dxfs_ioctl.h69 const struct xfs_bulkstat *bstat);
H A Dxfs_itable.c28 * Use the inode walking functions to fill out struct xfs_bulkstat for every
36 struct xfs_bulkstat *buf;
66 struct xfs_bulkstat *buf = bc->buf;
200 bc.buf = kzalloc(sizeof(struct xfs_bulkstat),
272 xfs_bulkstat( function
292 bc.buf = kzalloc(sizeof(struct xfs_bulkstat),
332 const struct xfs_bulkstat *bstat)
H A Dxfs_ioctl.c636 const struct xfs_bulkstat *bstat)
720 error = xfs_bulkstat(&breq, xfs_fsbulkstat_one_fmt);
742 const struct xfs_bulkstat *bstat)
744 if (copy_to_user(breq->ubuffer, bstat, sizeof(struct xfs_bulkstat)))
746 return xfs_ibulk_advance(breq, sizeof(struct xfs_bulkstat));
867 error = xfs_bulkstat(&breq, xfs_bulkstat_fmt);
H A Dxfs_ioctl32.c156 /* Return 0 on success or positive error (to xfs_bulkstat()) */
160 const struct xfs_bulkstat *bstat)
291 error = xfs_bulkstat(&breq, bs_one_func);
H A Dxfs_health.c480 struct xfs_bulkstat *bs)
/linux-master/fs/xfs/libxfs/
H A Dxfs_health.h280 void xfs_bulkstat_health(struct xfs_inode *ip, struct xfs_bulkstat *bs);
H A Dxfs_fs.h357 struct xfs_bulkstat { struct
479 * Return data fork extent count via xfs_bulkstat->bs_extents64 field and assign
480 * 0 to xfs_bulkstat->bs_extents when the flag is set. Otherwise, use
481 * xfs_bulkstat->bs_extents for returning data fork extent count and set
482 * xfs_bulkstat->bs_extents64 to 0. In the second case, return -EOVERFLOW and
483 * assign 0 to xfs_bulkstat->bs_extents if data fork extent count is larger than
500 struct xfs_bulkstat bulkstat[];
503 (nr) * sizeof(struct xfs_bulkstat))
H A Dxfs_ondisk.h179 XFS_CHECK_STRUCT_SIZE(struct xfs_bulkstat, 192);

Completed in 223 milliseconds