Home
last modified time | relevance | path

Searched refs:eof_offset_byte (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/fs/sysvbfs/
H A Dbfs.c395 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()
H A Dbfs.h91 uint32_t eof_offset_byte; /* 12 (offset from super block start) */ member
H A Dsysvbfs_vnops.c922 inode->eof_offset_byte = bnode->data_block * DEV_BSIZE + in sysvbfs_file_setsize()
/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dfileread_bfs.c106 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()
/netbsd-src/sbin/newfs_sysvbfs/
H A Dnewfs_sysvbfs.c211 inode->eof_offset_byte = sizeof(struct bfs_dirent) + in bfs_newfs()