Searched refs:xfs_bstat (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_ioctl.h | 9 struct xfs_bstat;
|
H A D | xfs_itable.h | 54 void xfs_bulkstat_to_bstat(struct xfs_mount *mp, struct xfs_bstat *bs1,
|
H A D | xfs_ioctl32.c | 120 * struct xfs_bstat has differing alignment on intel, & bstime_t sizes 125 struct xfs_bstat *bstat, in xfs_ioctl32_bstat_copyin() 177 struct xfs_bstat bs1; in xfs_fsbulkstat_one_fmt_compat() 178 struct xfs_bstat *buffer = &bs1; in xfs_fsbulkstat_one_fmt_compat() 227 * either the xfs_bstat and xfs_inogrp structures are written out in xfs_compat_ioc_fsbulkstat() 239 * the xfs_bstat and xfs_inogrp structures follow native 64- in xfs_compat_ioc_fsbulkstat()
|
H A D | xfs_itable.c | 272 struct xfs_bstat *bs1, in xfs_bulkstat_to_bstat() 276 memset(bs1, 0, sizeof(struct xfs_bstat)); in xfs_bulkstat_to_bstat()
|
H A D | xfs_ioctl.c | 715 struct xfs_bstat bs1; in xfs_fsbulkstat_one_fmt() 720 return xfs_ibulk_advance(breq, sizeof(struct xfs_bstat)); in xfs_fsbulkstat_one_fmt()
|
H A D | xfs_bmap_util.c | 1569 struct xfs_bstat *sbp = &sxp->sx_stat; in xfs_swap_extents()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_itable.h | 58 void xfs_bulkstat_to_bstat(struct xfs_mount *mp, struct xfs_bstat *bs1,
|
H A D | xfs_ioctl.h | 9 struct xfs_bstat;
|
H A D | xfs_ioctl32.c | 106 * struct xfs_bstat has differing alignment on intel, & bstime_t sizes 111 struct xfs_bstat *bstat, in xfs_ioctl32_bstat_copyin() 163 struct xfs_bstat bs1; in xfs_fsbulkstat_one_fmt_compat() 164 struct xfs_bstat *buffer = &bs1; in xfs_fsbulkstat_one_fmt_compat() 215 * either the xfs_bstat and xfs_inogrp structures are written out in xfs_compat_ioc_fsbulkstat() 227 * the xfs_bstat and xfs_inogrp structures follow native 64- in xfs_compat_ioc_fsbulkstat()
|
H A D | xfs_itable.c | 331 struct xfs_bstat *bs1, in xfs_bulkstat_to_bstat() 335 memset(bs1, 0, sizeof(struct xfs_bstat)); in xfs_bulkstat_to_bstat()
|
H A D | xfs_ioctl.c | 637 struct xfs_bstat bs1; in xfs_fsbulkstat_one_fmt() 642 return xfs_ibulk_advance(breq, sizeof(struct xfs_bstat)); in xfs_fsbulkstat_one_fmt()
|
H A D | xfs_bmap_util.c | 1643 struct xfs_bstat *sbp = &sxp->sx_stat; in xfs_swap_extents()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 100 * struct xfs_bstat fields bs_dmevmask and bs_dmstate.) 332 struct xfs_bstat { struct 424 bstat_get_projid(const struct xfs_bstat *bs) in bstat_get_projid() 665 struct xfs_bstat sx_stat; /* stat of target b4 copy */
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 323 struct xfs_bstat { struct 416 bstat_get_projid(const struct xfs_bstat *bs) in bstat_get_projid() 662 struct xfs_bstat sx_stat; /* stat of target b4 copy */
|
Completed in 17 milliseconds