lfs.c | 328 * lfs_raw_vget makes us a new vnode from the inode at the given disk address. 332 lfs_raw_vget(struct lfs * fs, ino_t ino, int fd, daddr_t daddr) function in typeref:struct:uvnode * 417 return lfs_raw_vget(fs, ino, fs->lfs_ivnode->v_fd, daddr); 570 fs->lfs_ivnode = lfs_raw_vget(fs, LFS_IFILE_INUM, 915 return lfs_raw_vget(fs, ino, fs->lfs_devvp->v_fd, 0x0);
|