Searched refs:f_buf (Results 1 – 1 of 1) sorted by relevance
92 char *f_buf; /* buffer for data block */ member275 if (fp->f_buf == (char *)0) in buf_read_file()276 fp->f_buf = alloc(fs->fs_bsize); in buf_read_file()279 bzero(fp->f_buf, block_size); in buf_read_file()285 block_size, fp->f_buf, &fp->f_buf_size); in buf_read_file()298 *buf_p = fp->f_buf + off; in buf_read_file()553 if (fp->f_buf) in ufs_close()554 free(fp->f_buf, fp->f_fs->fs_bsize); in ufs_close()