Home
last modified time | relevance | path

Searched refs:agno (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()
184 xfs_agnumber_t agno; in di_read() local
189 agno = ino2agno (ino); in di_read()
193 daddr = agb2daddr (agno, agbno); in di_read()

Completed in 3 milliseconds