Home
last modified time | relevance | path

Searched refs:CEPH_CAPS_PER_RELEASE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dmds_client.h171 #define CEPH_CAPS_PER_RELEASE ((PAGE_SIZE - sizeof(u32) - \ macro
H A Ddir.c1696 lwc.nr_to_scan = CEPH_CAPS_PER_RELEASE * 2; in ceph_trim_dentries()
1701 if (lwc.nr_to_scan < CEPH_CAPS_PER_RELEASE) in ceph_trim_dentries()
1702 lwc.nr_to_scan = CEPH_CAPS_PER_RELEASE; in ceph_trim_dentries()
H A Dmds_client.c2321 if (le32_to_cpu(head->num) == CEPH_CAPS_PER_RELEASE) { in ceph_send_cap_releases()
2399 if (!(session->s_num_cap_releases % CEPH_CAPS_PER_RELEASE)) in __ceph_queue_cap_release()
2430 if ((val % CEPH_CAPS_PER_RELEASE) < nr) { in ceph_reclaim_caps_nr()