Home
last modified time | relevance | path

Searched refs:fsgeo (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch87 - bbperag = (off64_t)fsgeo.agblocks *
88 - (off64_t)fsgeo.blocksize / BBSIZE;
89 + bbperag = (off_t)fsgeo.agblocks *
90 + (off_t)fsgeo.blocksize / BBSIZE;
91 sunit = (fsgeo.sunit * fsgeo.blocksize) / BBSIZE;
92 swidth = (fsgeo.swidth * fsgeo.blocksize) / BBSIZE;
181 - bperag = (off64_t)fsgeo->agblocks *
182 - (off64_t)fsgeo->blocksize;
183 + bperag = (off_t)fsgeo->agblocks *
184 + (off_t)fsgeo->blocksize;
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_ioctl32.c37 struct xfs_fsop_geom fsgeo; in xfs_compat_ioc_fsgeometry_v1() local
39 xfs_fs_geometry(mp, &fsgeo, 3); in xfs_compat_ioc_fsgeometry_v1()
41 if (copy_to_user(arg32, &fsgeo, sizeof(struct compat_xfs_fsop_geom_v1))) in xfs_compat_ioc_fsgeometry_v1()
H A Dxfs_ioctl.c935 struct xfs_fsop_geom fsgeo; in xfs_ioc_fsgeometry() local
938 xfs_fs_geometry(mp, &fsgeo, struct_version); in xfs_ioc_fsgeometry()
945 xfs_fsop_geom_health(mp, &fsgeo); in xfs_ioc_fsgeometry()
946 len = sizeof(fsgeo); in xfs_ioc_fsgeometry()
949 if (copy_to_user(arg, &fsgeo, len)) in xfs_ioc_fsgeometry()