quot.c | 94 static union dinode *get_inode(int, struct fs *, ino_t); 108 get_inode(int fd, struct fs *super, ino_t ino) function in typeref:union:dinode * 357 if ((dp = get_inode(fd, super, inode)) 423 if ((dp = get_inode(fd, super, inode)) 477 if ((dp = get_inode(fd, super, inode)) 552 get_inode(-1, 0, 0); /* flush cache */
|