Home
last modified time | relevance | path

Searched refs:data_end_byte (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/fs/sysvbfs/
H A Dbfs.h64 uint32_t data_end_byte; member
H A Dbfs.c164 bfs->data_end = super.header.data_end_byte; in bfs_init_superblock()
694 DPRINTF(bfs->debug, "data_end_byte=0x%x\n", h->data_end_byte); in bfs_dump()
/netbsd-src/sbin/newfs_sysvbfs/
H A Dnewfs_sysvbfs.c191 bfs->header.data_end_byte = nsectors * BFS_BSIZE - 1; in bfs_newfs()