Searched defs:NINDIR (Results 1 - 2 of 2) sorted by relevance

/external/grub/stage2/
H A Dfs.h181 int fs_nindir; /* value of NINDIR */
455 * NINDIR is the number of indirects in a file system block.
457 #define NINDIR(fs) ((fs)->fs_nindir) macro
H A Dufs2.h278 grub_int32_t fs_nindir; /* value of NINDIR */
429 #define NINDIR(fs) ((fs)->fs_nindir) macro

Completed in 25 milliseconds