Home
last modified time | relevance | path

Searched refs:bstat (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/
A Dxfs_itable.c353 const struct xfs_bulkstat *bstat) in xfs_bulkstat_to_bstat() argument
357 bs1->bs_ino = bstat->bs_ino; in xfs_bulkstat_to_bstat()
358 bs1->bs_mode = bstat->bs_mode; in xfs_bulkstat_to_bstat()
359 bs1->bs_nlink = bstat->bs_nlink; 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()
371 bs1->bs_blocks = bstat->bs_blocks; in xfs_bulkstat_to_bstat()
375 bs1->bs_gen = bstat->bs_gen; in xfs_bulkstat_to_bstat()
[all …]
A Dxfs_ioctl32.c112 struct xfs_bstat *bstat, in xfs_ioctl32_bstat_copyin() argument
115 if (get_user(bstat->bs_ino, &bstat32->bs_ino) || in xfs_ioctl32_bstat_copyin()
116 get_user(bstat->bs_mode, &bstat32->bs_mode) || in xfs_ioctl32_bstat_copyin()
117 get_user(bstat->bs_nlink, &bstat32->bs_nlink) || in xfs_ioctl32_bstat_copyin()
118 get_user(bstat->bs_uid, &bstat32->bs_uid) || in xfs_ioctl32_bstat_copyin()
119 get_user(bstat->bs_gid, &bstat32->bs_gid) || in xfs_ioctl32_bstat_copyin()
120 get_user(bstat->bs_rdev, &bstat32->bs_rdev) || in xfs_ioctl32_bstat_copyin()
122 get_user(bstat->bs_size, &bstat32->bs_size) || in xfs_ioctl32_bstat_copyin()
130 get_user(bstat->bs_gen, &bstat32->bs_gen) || in xfs_ioctl32_bstat_copyin()
161 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt_compat() argument
[all …]
A Dxfs_itable.h55 const struct xfs_bulkstat *bstat);
60 const struct xfs_bulkstat *bstat);
A Dxfs_ioctl.h41 const struct xfs_bulkstat *bstat);
A Dxfs_ioctl.c52 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt() argument
56 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt()
158 const struct xfs_bulkstat *bstat) in xfs_bulkstat_fmt() argument
160 if (copy_to_user(breq->ubuffer, bstat, sizeof(struct xfs_bulkstat))) in xfs_bulkstat_fmt()

Completed in 10 milliseconds