Home
last modified time | relevance | path

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

/fs/ceph/
A Dcaps.c147 mdsc->caps_total_count = 0; in ceph_caps_finalize()
179 mdsc->caps_total_count -= nr_caps; in __ceph_unreserve_caps()
192 mdsc->caps_total_count, mdsc->caps_use_count, in __ceph_unreserve_caps()
227 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()
290 mdsc->caps_total_count += alloc; in ceph_reserve_caps()
294 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()
304 mdsc->caps_total_count, mdsc->caps_use_count, in ceph_reserve_caps()
343 mdsc->caps_total_count++; in ceph_get_cap()
393 mdsc->caps_total_count, mdsc->caps_use_count, in ceph_put_cap()
402 mdsc->caps_total_count--; in ceph_put_cap()
[all …]
A Dmds_client.h527 int caps_total_count; /* total caps allocated */ member

Completed in 14 milliseconds