Home
last modified time | relevance | path

Searched refs:strip_unit_end (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Daddr.c898 pgoff_t strip_unit_end = 0; in ceph_writepages_start() local
948 if (strip_unit_end && (page->index > strip_unit_end)) { in ceph_writepages_start()
989 strip_unit_end = page->index + in ceph_writepages_start()
/kernel/linux/linux-6.6/fs/ceph/
H A Daddr.c1022 pgoff_t strip_unit_end = 0; in ceph_writepages_start() local
1074 if (strip_unit_end && (page->index > strip_unit_end)) { in ceph_writepages_start()
1116 strip_unit_end = page->index + in ceph_writepages_start()

Completed in 6 milliseconds