HomeSort by relevance Sort by last modified time
    Searched full:dttype (Results 1 - 1 of 1) sorted by null

  /external/grub/stage2/
fsys_jfs.c 42 int dttype; member in struct:jfs_info
136 if (jfs.dttype == DTTYPE_INLINE) {
171 jfs.dttype = DTTYPE_INLINE;
175 jfs.dttype = DTTYPE_PAGE;
194 return (jfs.dttype == DTTYPE_INLINE)

Completed in 462 milliseconds