Home
last modified time | relevance | path

Searched refs:p_ext (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dextents.c235 ex = path[depth].p_ext; in ext4_ext_find_goal()
727 ex = path[depth].p_ext; in ext4_ext_show_move()
843 path->p_ext = l - 1; in ext4_ext_binsearch()
949 path[ppos].p_ext = NULL; in ext4_find_extent()
955 if (path[ppos].p_ext) in ext4_find_extent()
1492 ex = path[depth].p_ext; in ext4_ext_search_left()
1560 ex = path[depth].p_ext; in ext4_ext_search_right()
1657 if (p->p_ext && p->p_ext != EXT_LAST_EXTENT(p->p_hdr)) in ext4_ext_next_allocated_block()
1715 ex = path[depth].p_ext; in ext4_ext_correct_indexes()
1930 if (!path[depth].p_ext) in ext4_ext_check_overlap()
[all …]
H A Dmove_extent.c34 if (path[ext_depth(inode)].p_ext == NULL) { in get_ext_path()
101 ext = path[ext_depth(inode)].p_ext; in mext_check_coverage()
633 ex = path[path->p_depth].p_ext; in ext4_move_extents()
H A Dext4_extents.h116 struct ext4_extent *p_ext; member
H A Dverity.c296 last_extent = path[path->p_depth].p_ext; in ext4_get_verity_descriptor_location()
H A Dextents_status.c631 ex = path[depth].p_ext; in ext4_es_insert_extent_ext_check()
/openbmc/linux/net/core/
H A Dgro.c314 struct tc_skb_ext *p_ext; in gro_list_prepare_tc_ext() local
317 p_ext = skb_ext_find(p, TC_SKB_EXT); in gro_list_prepare_tc_ext()
319 diffs |= (!!p_ext) ^ (!!skb_ext); in gro_list_prepare_tc_ext()
321 diffs |= p_ext->chain ^ skb_ext->chain; in gro_list_prepare_tc_ext()