fb_ino
fbuf->fb_ino = e->ino;
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.lookup(req, fbuf->fb_ino, name);
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.getattr(req, fbuf->fb_ino, &ffi);
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.setattr(req, fbuf->fb_ino, stbuf, io->fi_flags, &ffi);
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.opendir(req, fbuf->fb_ino, &ffi);
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.readdir(req, fbuf->fb_ino, fbuf->fb_io_len,
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.releasedir(req, fbuf->fb_ino, &ffi);
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.mkdir(req, fbuf->fb_ino, fbuf->fb_dat,
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.rmdir(req, fbuf->fb_ino, fbuf->fb_dat);
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.mknod(req, fbuf->fb_ino, fbuf->fb_dat,
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.open(req, fbuf->fb_ino, &ffi);
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.read(req, fbuf->fb_ino, fbuf->fb_io_len,
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.write(req, fbuf->fb_ino, fbuf->fb_dat,
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.fsync(req, fbuf->fb_ino, 0 /* datasync */, &ffi);
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.flush(req, fbuf->fb_ino, &ffi);
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.release(req, fbuf->fb_ino, &ffi);
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.forget(req, fbuf->fb_ino, 1 /* TODO */);
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.symlink(req, target, fbuf->fb_ino, name);
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.readlink(req, fbuf->fb_ino);
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.link(req, fbuf->fb_io_ino, fbuf->fb_ino, name);
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.unlink(req, fbuf->fb_ino, fbuf->fb_dat);
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.rename(req, fbuf->fb_ino, name, fbuf->fb_io_ino,
DPRINTF("inode: %llu\t", fbuf->fb_ino);
se->llops.statfs(req, fbuf->fb_ino);
fbuf->fb_ino = hdr.fh_ino;
nid = fbuf->fb_ino;
if ((error = VFS_VGET(fmp->mp, fbuf->fb_ino, &tdp)))
if ((error = VFS_VGET(fmp->mp, fbuf->fb_ino, &tdp)))
if ((error = VFS_VGET(fmp->mp, fbuf->fb_ino, &tdp))) {
if ((error = VFS_VGET(fmp->mp, fbuf->fb_ino, &tdp))) {
fbuf->fb_ino = ino;