Searched refs:bs1 (Results 1 – 4 of 4) sorted by relevance
352 struct xfs_bstat *bs1, in xfs_bulkstat_to_bstat() argument357 bs1->bs_ino = bstat->bs_ino; in xfs_bulkstat_to_bstat()358 bs1->bs_mode = bstat->bs_mode; in xfs_bulkstat_to_bstat()360 bs1->bs_uid = bstat->bs_uid; in xfs_bulkstat_to_bstat()361 bs1->bs_gid = bstat->bs_gid; in xfs_bulkstat_to_bstat()362 bs1->bs_rdev = bstat->bs_rdev; in xfs_bulkstat_to_bstat()364 bs1->bs_size = bstat->bs_size; in xfs_bulkstat_to_bstat()375 bs1->bs_gen = bstat->bs_gen; in xfs_bulkstat_to_bstat()379 bs1->bs_sick = bstat->bs_sick; in xfs_bulkstat_to_bstat()382 bs1->bs_dmevmask = 0; in xfs_bulkstat_to_bstat()[all …]
59 void xfs_bulkstat_to_bstat(struct xfs_mount *mp, struct xfs_bstat *bs1,
164 struct xfs_bstat bs1; in xfs_fsbulkstat_one_fmt_compat() local165 struct xfs_bstat *buffer = &bs1; in xfs_fsbulkstat_one_fmt_compat()167 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt_compat()
54 struct xfs_bstat bs1; in xfs_fsbulkstat_one_fmt() local56 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt()57 if (copy_to_user(breq->ubuffer, &bs1, sizeof(bs1))) in xfs_fsbulkstat_one_fmt()
Completed in 10 milliseconds