Lines Matching refs:ipath
145 struct inode_fs_paths *ipath = NULL;
176 ipath = init_ipath(4096, local_root, &warn->path);
178 if (IS_ERR(ipath)) {
180 ret = PTR_ERR(ipath);
181 ipath = NULL;
191 ret = paths_from_inode(inum, ipath);
196 * We deliberately ignore the bit ipath might have been too small to
199 for (int i = 0; i < ipath->fspath->elem_cnt; i++) {
204 (char *)(unsigned long)ipath->fspath->val[i]);
208 free_ipath(ipath);
216 free_ipath(ipath);