Searched refs:final_offset (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Ddir_iterate.c33 static int ext2fs_validate_entry(char *buf, int offset, int final_offset) argument
37 while (offset < final_offset) {
45 return (offset == final_offset);
196 unsigned int final_offset; local
198 final_offset = offset + dirent->rec_len;
200 while (offset < final_offset &&
203 final_offset))

Completed in 69 milliseconds