Searched refs:eof_offset_byte (Results 1 – 5 of 5) sorted by relevance
395 inode->eof_offset_byte = start * DEV_BSIZE + bufsz - 1; in bfs_file_create()452 printf("eof new=%d old=%d\n", eof, root_inode->eof_offset_byte); in bfs_writeback_dirent()455 if (eof > root_inode->eof_offset_byte) { in bfs_writeback_dirent()456 root_inode->eof_offset_byte = eof; in bfs_writeback_dirent()460 if (eof == root_inode->eof_offset_byte) { in bfs_writeback_dirent()461 root_inode->eof_offset_byte = eof - sizeof *dir; in bfs_writeback_dirent()589 return inode->eof_offset_byte - inode->start_sector * DEV_BSIZE + 1; in bfs_file_size()709 inode->eof_offset_byte - in bfs_dump()
91 uint32_t eof_offset_byte; /* 12 (offset from super block start) */ member
922 inode->eof_offset_byte = bnode->data_block * DEV_BSIZE + in sysvbfs_file_setsize()
106 n = inode->eof_offset_byte - inode->start_sector * 512 + 1; in fileread()132 *size = inode->eof_offset_byte - inode->start_sector * 512 + 1; in fileread()
211 inode->eof_offset_byte = sizeof(struct bfs_dirent) + in bfs_newfs()