get_inode
int (*get_inode)(ino32_t ino, union ufs_dinode *dibuf);
fsi.get_inode = get_ffs_inode;
fsi.get_inode = get_lfs_inode;
#define ufs_get_inode(ino, di) ((*ufs_info.get_inode)((ino), (di)))
int (*get_inode)(ino32_t ino, union ufs_dinode *dibuf);
fsi.get_inode = get_ffs_inode;
fsi.get_inode = get_lfs_inode;
if ((dp = get_inode(fd, super, inode))
if ((dp = get_inode(fd, super, inode))
if ((dp = get_inode(fd, super, inode))
get_inode(-1, 0, 0); /* flush cache */
static union dinode *get_inode(int, struct fs *, ino_t);