Lines Matching refs:ipath
648 struct inode_fs_paths *ipath = NULL;
685 ipath = init_ipath(4096, local_root, swarn->path);
687 if (IS_ERR(ipath)) {
689 ret = PTR_ERR(ipath);
690 ipath = NULL;
693 ret = paths_from_inode(inum, ipath);
699 * we deliberately ignore the bit ipath might have been too small to
702 for (i = 0; i < ipath->fspath->elem_cnt; ++i)
710 (char *)(unsigned long)ipath->fspath->val[i]);
713 free_ipath(ipath);
724 free_ipath(ipath);