Lines Matching defs:npath
1976 struct ext4_ext_path *npath = NULL;
2083 BUG_ON(npath != NULL);
2084 npath = ext4_find_extent(inode, next, NULL, gb_flags);
2085 if (IS_ERR(npath))
2086 return PTR_ERR(npath);
2087 BUG_ON(npath->p_depth != path->p_depth);
2088 eh = npath[depth].p_hdr;
2092 path = npath;
2184 ext4_ext_drop_refs(npath);
2185 kfree(npath);