fuse_ilookup
inode = fuse_ilookup(fc, nodeid, NULL);
inode = fuse_ilookup(fc, nodeid, &fm);
parent = fuse_ilookup(fc, parent_nodeid, NULL);
inode = fuse_ilookup(fc, FUSE_ROOT_ID, &fm);
struct inode *fuse_ilookup(struct fuse_conn *fc, u64 nodeid,
inode = fuse_ilookup(fc, nodeid, NULL);
inode = fuse_ilookup(fc, nodeid, NULL);