Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c177 agb2daddr (xfs_agnumber_t agno, xfs_agblock_t agbno) in agb2daddr() argument
179 return ((xfs_fsblock_t)agno*xfs.agblocks + agbno) << xfs.bdlog; in agb2daddr()
205 xfs_agnumber_t agno; in di_read() local
210 agno = ino2agno (ino); in di_read()
214 daddr = agb2daddr (agno, agbno); in di_read()