Home
last modified time | relevance | path

Searched refs:can_merge (Results 1 – 3 of 3) 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.c244 struct page *can_merge = NULL, *page; in iov_kunit_load_bvec() local
258 if (pr->from == 0 && pr->from != pr->to && page == can_merge) { in iov_kunit_load_bvec()
267 can_merge = page + pr->to / PAGE_SIZE; in iov_kunit_load_bvec()
269 can_merge = NULL; in iov_kunit_load_bvec()
1151 struct page *p, *can_merge = NULL; in iov_kunit_iter_to_sg_bvec() local
1165 if (p == can_merge) in iov_kunit_iter_to_sg_bvec()
1169 can_merge = p + 1; in iov_kunit_iter_to_sg_bvec()
/linux/fs/smb/client/
H A Dfile.c3472 .can_merge = swap_fs_can_merge, in cifs_swap_activate()