Lines Matching refs:bsp
281 bbootfs_fstat(int fd, struct bootstat *bsp) in bbootfs_fstat() argument
288 bsp->st_dev = 1; in bbootfs_fstat()
289 bsp->st_ino = fdp->fd_file->bf_ino; in bbootfs_fstat()
290 bsp->st_mode = 0444; in bbootfs_fstat()
291 bsp->st_nlink = 1; in bbootfs_fstat()
292 bsp->st_uid = bsp->st_gid = 0; in bbootfs_fstat()
293 bsp->st_rdev = 0; in bbootfs_fstat()
294 bsp->st_size = fdp->fd_file->bf_size; in bbootfs_fstat()
295 bsp->st_blksize = 1; in bbootfs_fstat()
296 bsp->st_blocks = fdp->fd_file->bf_size; in bbootfs_fstat()
297 (void) strcpy(bsp->st_fstype, "bootfs"); in bbootfs_fstat()