Lines Matching refs:CEPH_CAP_PIN
94 if (caps & CEPH_CAP_PIN) in ceph_cap_string()
679 cap->issued = cap->implemented = CEPH_CAP_PIN; in ceph_add_cap()
989 used |= CEPH_CAP_PIN; in __ceph_caps_used()
1037 want |= CEPH_CAP_PIN; in __ceph_caps_file_wanted()
1364 BUG_ON((retain & CEPH_CAP_PIN) == 0); in __prep_cap()
1943 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()
2169 (file_wanted & ~CEPH_CAP_PIN) && in ceph_check_caps()
2591 if (got & CEPH_CAP_PIN) in ceph_take_cap_refs()
3038 if (had & CEPH_CAP_PIN) in __ceph_put_cap_refs()
3296 cap->issued = cap->implemented = CEPH_CAP_PIN; in handle_cap_grant()
4373 drop |= ~(__ceph_caps_wanted(ci) | CEPH_CAP_PIN); in ceph_drop_caps_for_unlink()