Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ag.h339 int xfs_ag_get_geometry(struct xfs_perag *pag, struct xfs_ag_geometry *ageo);
H A Dxfs_ag.c965 xfs_ag_get_geometry( in xfs_ag_get_geometry() function
/linux/fs/xfs/
H A Dxfs_ioctl.c399 error = xfs_ag_get_geometry(pag, &ageo); in xfs_ioc_ag_geometry()