Home
last modified time | relevance | path

Searched refs:bs_size (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_ioctl32.c140 get_user(bstat->bs_size, &bstat32->bs_size) || in xfs_ioctl32_bstat_copyin()
144 get_user(bstat->bs_blocks, &bstat32->bs_size) || in xfs_ioctl32_bstat_copyin()
145 get_user(bstat->bs_xflags, &bstat32->bs_size) || in xfs_ioctl32_bstat_copyin()
195 put_user(buffer->bs_size, &p32->bs_size) || in xfs_bulkstat_one_fmt_compat()
Dxfs_ioctl32.h47 __s64 bs_size; /* file size */ member
Dxfs_itable.c71 buf->bs_size = dic->di_size; in xfs_bulkstat_one_int()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_fs.h275 __s64 bs_size; /* file size */ member