Lines Matching refs:ep_ext
197 } else if (path->ep_ext) {
198 error = ext4_ext_walk_extent(ip, path->ep_ext);
544 path->ep_ext = l - 1;
639 path[ppos].ep_ext = NULL;
678 path[ppos].ep_ext = NULL;
749 ex = path[depth].ep_ext;
945 if (path[depth].ep_ext > EXT_MAX_EXTENT(path[depth].ep_header)) {
951 if (path[depth].ep_ext != EXT_MAX_EXTENT(path[depth].ep_header))
952 border = le32toh(path[depth].ep_ext[1].e_blk);
990 path[depth].ep_ext++;
991 while (path[depth].ep_ext <= EXT_MAX_EXTENT(path[depth].ep_header)) {
992 path[depth].ep_ext++;
996 memmove(ex, path[depth].ep_ext - m,
1206 ex = path[depth].ep_ext;
1219 border = le32toh(path[depth].ep_ext->e_blk);
1244 ex = path[depth].ep_ext;
1300 nearex = path[depth].ep_ext;
1303 path[depth].ep_ext = EXT_FIRST_EXTENT(eh);
1311 path[depth].ep_ext = nearex + 1;
1316 path[depth].ep_ext = nearex;
1320 nearex = path[depth].ep_ext;
1431 if (path[depth].ep_ext == NULL && depth != 0) {
1436 if ((ex = path[depth].ep_ext)) {
1581 path[depth].ep_ext = ex;