Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ag.h333 int xfs_ag_get_geometry(struct xfs_perag *pag, struct xfs_ag_geometry *ageo);
Dxfs_ag.c1013 xfs_ag_get_geometry( in xfs_ag_get_geometry() function
/linux-6.12.1/fs/xfs/
Dxfs_ioctl.c389 error = xfs_ag_get_geometry(pag, &ageo); in xfs_ioc_ag_geometry()