Lines Matching refs:ipath
400 struct inode_fs_paths *ipath = NULL;
436 ipath = init_ipath(4096, local_root, swarn->path);
438 if (IS_ERR(ipath)) {
440 ret = PTR_ERR(ipath);
441 ipath = NULL;
444 ret = paths_from_inode(inum, ipath);
450 * we deliberately ignore the bit ipath might have been too small to
453 for (i = 0; i < ipath->fspath->elem_cnt; ++i)
461 (char *)(unsigned long)ipath->fspath->val[i]);
464 free_ipath(ipath);
475 free_ipath(ipath);