HomeSort by relevance Sort by last modified time
    Searched defs:NINDIR (Results 1 - 2 of 2) sorted by null

  /external/grub/stage2/
fs.h 181 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)
ufs2.h 278 grub_int32_t fs_nindir; /* value of NINDIR */
429 #define NINDIR(fs) ((fs)->fs_nindir)

Completed in 541 milliseconds