Home
last modified time | relevance | path

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

/external/grub/stage2/
Dfs.h370 #define itoo(fs, x) ((x) % INOPB(fs))
374 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs))))))
451 #define INOPB(fs) ((fs)->fs_inopb) macro
Dufs2.h376 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs))))))
377 #define ino_to_fsbo(fs, x) ((x) % INOPB(fs))
423 #define INOPB(fs) ((fs)->fs_inopb) macro