Searched refs:ep_ext (Results 1 – 3 of 3) sorted by relevance
197 } else if (path->ep_ext) { in ext4_ext_print_path() 198 error = ext4_ext_walk_extent(ip, path->ep_ext); in ext4_ext_print_path() 544 path->ep_ext = l - 1; in ext4_ext_binsearch_ext() 639 path[ppos].ep_ext = NULL; in ext4_ext_find_extent() 678 path[ppos].ep_ext = NULL; in ext4_ext_find_extent() 749 ex = path[depth].ep_ext; in ext4_ext_blkpref() 945 if (path[depth].ep_ext > EXT_MAX_EXTENT(path[depth].ep_header)) { in ext4_ext_split() 951 if (path[depth].ep_ext != EXT_MAX_EXTENT(path[depth].ep_header)) in ext4_ext_split() 952 border = le32toh(path[depth].ep_ext[1].e_blk); in ext4_ext_split() 990 path[depth].ep_ext in ext4_ext_split() [all...]
100 struct ext4_extent *ep_ext; member
124 ep = path[depth].ep_ext; in ext4_bmapext()