Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/arch/i386/interface/syslinux/
Dcomboot_call.c110 static void shuffle ( unsigned int list_segment, unsigned int list_offset, unsigned int count ) in shuffle() argument
116 copy_from_user ( shuf, real_to_user ( list_segment, list_offset ), 0, in shuffle()
/external/e2fsprogs/e2fsck/
Dpass2.c83 unsigned long long list_offset; member
140 cd.list_offset = 0; in e2fsck_pass2()
860 if (cd->ra_entries && cd->list_offset >= cd->next_ra_off) { in check_dir_block2()
864 cd->list_offset + cd->ra_entries / 8, in check_dir_block2()
868 cd->next_ra_off = cd->list_offset + (cd->ra_entries * 7 / 8); in check_dir_block2()
872 cd->list_offset++; in check_dir_block2()