Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_ioctl32.c150 get_user(bstat->bs_size, &bstat32->bs_size) || in xfs_ioctl32_bstat_copyin()
154 get_user(bstat->bs_blocks, &bstat32->bs_size) || in xfs_ioctl32_bstat_copyin()
155 get_user(bstat->bs_xflags, &bstat32->bs_size) || in xfs_ioctl32_bstat_copyin()
205 put_user(buffer->bs_size, &p32->bs_size) || in xfs_bulkstat_one_fmt_compat()
Dxfs_ioctl32.h59 __s64 bs_size; /* file size */ member
Dxfs_itable.c93 buf->bs_size = dic->di_size; in xfs_bulkstat_one_int()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_fs.h298 __s64 bs_size; /* file size */ member