Lines Matching defs:root
441 struct nilfs_root *root;
447 root = NILFS_I(d_inode(child))->i_root;
449 inode = nilfs_iget(child->d_sb, root, ino);
459 struct nilfs_root *root;
465 root = nilfs_lookup_root(sb->s_fs_info, cno);
466 if (!root)
469 inode = nilfs_iget(sb, root, ino);
470 nilfs_put_root(root);
510 struct nilfs_root *root = NILFS_I(inode)->i_root;
522 fid->cno = root->cno;