Searched refs:last_ex (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/ceph/ |
D | striper.c | 117 struct ceph_object_extent *last_ex, *ex; in ceph_file_to_extents() local 127 last_ex = lookup_last(object_extents, objno, &add_pos); in ceph_file_to_extents() 128 if (!last_ex || last_ex->oe_off + last_ex->oe_len != objoff) { in ceph_file_to_extents() 139 if (!last_ex) in ceph_file_to_extents() 142 list_add(&ex->oe_item, &last_ex->oe_item); in ceph_file_to_extents() 144 last_ex->oe_len += xlen; in ceph_file_to_extents() 146 action_fn(last_ex, xlen, action_arg); in ceph_file_to_extents() 153 for (last_ex = list_first_entry(object_extents, typeof(*ex), oe_item), in ceph_file_to_extents() 154 ex = list_next_entry(last_ex, oe_item); in ceph_file_to_extents() 156 last_ex = ex, ex = list_next_entry(ex, oe_item)) { in ceph_file_to_extents() [all …]
|
/Linux-v4.19/fs/ext4/ |
D | extents.c | 3779 struct ext4_extent *last_ex; in check_eofblocks_fl() local 3794 last_ex = EXT_LAST_EXTENT(eh); in check_eofblocks_fl() 3804 if (lblk + len < le32_to_cpu(last_ex->ee_block) + in check_eofblocks_fl() 3805 ext4_ext_get_actual_len(last_ex)) in check_eofblocks_fl()
|