Home | History | Annotate | Download | only in sysvbfs

Lines Matching refs:eof

441 	uintptr_t eof;
446 eof = (uintptr_t)(dir + 1) - 1;
447 eof = eof - (uintptr_t)dir_base +
452 printf("eof new=%d old=%d\n", eof, root_inode->eof_offset_byte);
455 if (eof > root_inode->eof_offset_byte) {
456 root_inode->eof_offset_byte = eof;
460 if (eof == root_inode->eof_offset_byte) {
461 root_inode->eof_offset_byte = eof - sizeof *dir;