Home
last modified time | relevance | path

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

/xen/tools/libfsimage/xfs/
A Dfsys_xfs.c173 agb2daddr (xfs_agnumber_t agno, xfs_agblock_t agbno) in agb2daddr() argument
175 return ((xfs_fsblock_t)agno*xfs.agblocks + agbno) << xfs.bdlog; in agb2daddr()
201 xfs_agnumber_t agno; in di_read() local
206 agno = ino2agno (ino); in di_read()
210 daddr = agb2daddr (agno, agbno); in di_read()

Completed in 3 milliseconds