Lines Matching defs:root
443 struct nilfs_root *root;
449 root = NILFS_I(d_inode(child))->i_root;
451 inode = nilfs_iget(child->d_sb, root, ino);
461 struct nilfs_root *root;
467 root = nilfs_lookup_root(sb->s_fs_info, cno);
468 if (!root)
471 inode = nilfs_iget(sb, root, ino);
472 nilfs_put_root(root);
512 struct nilfs_root *root = NILFS_I(inode)->i_root;
524 fid->cno = root->cno;