Home
last modified time | relevance | path

Searched refs:can_merge (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dblock_validity.c46 static inline int can_merge(struct ext4_system_zone *entry1, in can_merge() function
104 if (can_merge(entry, new_entry)) { in add_system_zone()
116 if (can_merge(new_entry, entry)) { in add_system_zone()
/linux/lib/tests/
H A Dkunit_iov_iter.c224 struct page *can_merge = NULL, *page; in iov_kunit_load_bvec() local
238 if (pr->from == 0 && pr->from != pr->to && page == can_merge) { in iov_kunit_load_bvec()
247 can_merge = page + pr->to / PAGE_SIZE; in iov_kunit_load_bvec()
249 can_merge = NULL; in iov_kunit_load_bvec()