OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:agbno
(Results
1 - 2
of
2
) sorted by null
/external/grub/stage2/
fsys_xfs.c
177
agb2daddr (xfs_agnumber_t agno, xfs_agblock_t
agbno
)
179
return ((xfs_fsblock_t)agno*xfs.agblocks +
agbno
) << xfs.bdlog;
206
xfs_agblock_t
agbno
;
local
212
agbno
= agino2agbno (agino);
214
daddr = agb2daddr (agno,
agbno
);
xfs.h
67
typedef xfs_uint64_t xfs_dfsbno_t; /* blockno in filesystem (agno|
agbno
) */
72
typedef xfs_uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|
agbno
) */
Completed in 761 milliseconds