Lines Matching refs:bsp
275 bbootfs_fstat(int fd, struct bootstat *bsp) in bbootfs_fstat() argument
282 bsp->st_dev = 1; in bbootfs_fstat()
283 bsp->st_ino = fdp->fd_file->bf_ino; in bbootfs_fstat()
284 bsp->st_mode = 0444; in bbootfs_fstat()
285 bsp->st_nlink = 1; in bbootfs_fstat()
286 bsp->st_uid = bsp->st_gid = 0; in bbootfs_fstat()
287 bsp->st_rdev = 0; in bbootfs_fstat()
288 bsp->st_size = fdp->fd_file->bf_size; in bbootfs_fstat()
289 bsp->st_blksize = 1; in bbootfs_fstat()
290 bsp->st_blocks = fdp->fd_file->bf_size; in bbootfs_fstat()
291 (void) strcpy(bsp->st_fstype, "bootfs"); in bbootfs_fstat()