Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dcaps.c642 int actual_wanted; in ceph_add_cap() local
723 actual_wanted = __ceph_caps_wanted(ci); in ceph_add_cap()
724 if ((wanted & ~actual_wanted) || in ceph_add_cap()
725 (issued & ~actual_wanted & CEPH_CAP_ANY_WR)) { in ceph_add_cap()
728 ceph_cap_string(actual_wanted)); in ceph_add_cap()