Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_ioctl32.c141 get_user(bstat->bs_extsize, &bstat32->bs_extsize) || in xfs_ioctl32_bstat_copyin()
195 put_user(buffer->bs_extsize, &p32->bs_extsize) || in xfs_fsbulkstat_one_fmt_compat()
Dxfs_ioctl32.h53 __s32 bs_extsize; /* extent size */ member
Dxfs_itable.c293 bs1->bs_extsize = XFS_FSB_TO_B(mp, bstat->bs_extsize_blks); in xfs_bulkstat_to_bstat()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_fs.h346 __s32 bs_extsize; /* extent size */ member