bstat32 126 fs/xfs/xfs_ioctl32.c struct compat_xfs_bstat __user *bstat32) bstat32 128 fs/xfs/xfs_ioctl32.c if (get_user(bstat->bs_ino, &bstat32->bs_ino) || bstat32 129 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_mode, &bstat32->bs_mode) || bstat32 130 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_nlink, &bstat32->bs_nlink) || bstat32 131 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_uid, &bstat32->bs_uid) || bstat32 132 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_gid, &bstat32->bs_gid) || bstat32 133 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_rdev, &bstat32->bs_rdev) || bstat32 134 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_blksize, &bstat32->bs_blksize) || bstat32 135 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_size, &bstat32->bs_size) || bstat32 136 fs/xfs/xfs_ioctl32.c xfs_ioctl32_bstime_copyin(&bstat->bs_atime, &bstat32->bs_atime) || bstat32 137 fs/xfs/xfs_ioctl32.c xfs_ioctl32_bstime_copyin(&bstat->bs_mtime, &bstat32->bs_mtime) || bstat32 138 fs/xfs/xfs_ioctl32.c xfs_ioctl32_bstime_copyin(&bstat->bs_ctime, &bstat32->bs_ctime) || bstat32 139 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_blocks, &bstat32->bs_size) || bstat32 140 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_xflags, &bstat32->bs_size) || bstat32 141 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_extsize, &bstat32->bs_extsize) || bstat32 142 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_extents, &bstat32->bs_extents) || bstat32 143 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_gen, &bstat32->bs_gen) || bstat32 144 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_projid_lo, &bstat32->bs_projid_lo) || bstat32 145 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_projid_hi, &bstat32->bs_projid_hi) || bstat32 146 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_forkoff, &bstat32->bs_forkoff) || bstat32 147 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_dmevmask, &bstat32->bs_dmevmask) || bstat32 148 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_dmstate, &bstat32->bs_dmstate) || bstat32 149 fs/xfs/xfs_ioctl32.c get_user(bstat->bs_aextents, &bstat32->bs_aextents))