Home
last modified time | relevance | path

Searched refs:agbno (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()
202 xfs_agblock_t agbno; in di_read() local
208 agbno = agino2agbno (agino); in di_read()
210 daddr = agb2daddr (agno, agbno); in di_read()

Completed in 3 milliseconds