Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/ !
Dxfs_ioctl32.c127 get_user(bstat->bs_extsize, &bstat32->bs_extsize) || in xfs_ioctl32_bstat_copyin()
181 put_user(buffer->bs_extsize, &p32->bs_extsize) || in xfs_fsbulkstat_one_fmt_compat()
Dxfs_ioctl32.h51 __s32 bs_extsize; /* extent size */ member
Dxfs_itable.c352 bs1->bs_extsize = XFS_FSB_TO_B(mp, bstat->bs_extsize_blks); in xfs_bulkstat_to_bstat()
/linux-6.6.21/fs/xfs/libxfs/ !
Dxfs_fs.h337 __s32 bs_extsize; /* extent size */ member