Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/ceph/
Dlibceph.h85 #define CEPH_CAP_RELEASE_SAFETY_DEFAULT (CEPH_CAPS_PER_RELEASE * 4)
/linux-4.1.27/fs/ceph/
Dmds_client.h99 #define CEPH_CAPS_PER_RELEASE ((PAGE_CACHE_SIZE - \ macro
Dmds_client.c1454 (int)CEPH_CAPS_PER_RELEASE); in ceph_add_cap_releases()
1455 extra += CEPH_CAPS_PER_RELEASE - num; in ceph_add_cap_releases()
1472 session->s_num_cap_releases += CEPH_CAPS_PER_RELEASE; in ceph_add_cap_releases()
1479 (int)CEPH_CAPS_PER_RELEASE); in ceph_add_cap_releases()
1482 session->s_num_cap_releases -= CEPH_CAPS_PER_RELEASE - num; in ceph_add_cap_releases()
Dcaps.c1083 if (le32_to_cpu(head->num) == CEPH_CAPS_PER_RELEASE) { in __queue_cap_release()
1089 (int)CEPH_CAPS_PER_RELEASE, in __queue_cap_release()