Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/sysvbfs/
H A Dbfs.h63 uint32_t data_start_byte; member
H A Dbfs.c163 bfs->data_start = super.header.data_start_byte; in bfs_init_superblock()
693 DPRINTF(bfs->debug, "data_start_byte=0x%x\n", h->data_start_byte); in bfs_dump()
/netbsd-src/sbin/newfs_sysvbfs/
H A Dnewfs_sysvbfs.c190 bfs->header.data_start_byte = DEV_BSIZE * 2; /* super block + inode */ in bfs_newfs()