Lines Matching defs:path
575 /* Ext4 commit path routines */
1636 struct ext4_ext_path *path = NULL;
1677 path = ext4_find_extent(inode, cur, NULL, 0);
1678 if (IS_ERR(path))
1689 NULL, inode, &path, &newex, 0);
1691 ext4_ext_drop_refs(path);
1692 kfree(path);
1839 struct ext4_ext_path *path = NULL;
1864 path = ext4_find_extent(inode, map.m_lblk, NULL, 0);
1865 if (!IS_ERR(path)) {
1866 for (j = 0; j < path->p_depth; j++)
1868 path[j].p_block, 1, 1);
1869 ext4_ext_drop_refs(path);
1870 kfree(path);
2045 * Main recovery path entry point.