Home
last modified time | relevance | path

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

/tools/libfsimage/xfs/
A Dfsys_xfs.c159 agb2daddr (xfs_agnumber_t agno, xfs_agblock_t agbno) in agb2daddr() argument
161 return ((xfs_fsblock_t)agno*xfs.agblocks + agbno) << xfs.bdlog; in agb2daddr()
185 xfs_agblock_t agbno; in di_read() local
191 agbno = agino2agbno (agino); in di_read()
193 daddr = agb2daddr (agno, agbno); in di_read()

Completed in 3 milliseconds