Searched refs:CEPH_CAP_PIN (Results 1 – 5 of 5) sorted by relevance
624 #define CEPH_CAP_PIN 1 /* no specific capabilities beyond the pin */ macro669 #define CEPH_STAT_CAP_INODE CEPH_CAP_PIN670 #define CEPH_STAT_CAP_TYPE CEPH_CAP_PIN /* mode >> 12 */671 #define CEPH_STAT_CAP_SYMLINK CEPH_CAP_PIN681 #define CEPH_STAT_CAP_INODE_ALL (CEPH_CAP_PIN | \708 CEPH_CAP_PIN)709 #define CEPH_CAP_ALL_FILE (CEPH_CAP_PIN | CEPH_CAP_ANY_SHARED | \
86 int caps = CEPH_CAP_PIN; in ceph_caps_for_mode()
94 if (caps & CEPH_CAP_PIN) in ceph_cap_string()677 cap->issued = cap->implemented = CEPH_CAP_PIN; in ceph_add_cap()968 used |= CEPH_CAP_PIN; in __ceph_caps_used()1016 want |= CEPH_CAP_PIN; in __ceph_caps_file_wanted()1359 BUG_ON((retain & CEPH_CAP_PIN) == 0); in __prep_cap()1939 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()2123 (file_wanted & ~CEPH_CAP_PIN) && in ceph_check_caps()2599 if (got & CEPH_CAP_PIN) in ceph_take_cap_refs()3043 if (had & CEPH_CAP_PIN) in __ceph_put_cap_refs()3333 cap->issued = cap->implemented = CEPH_CAP_PIN; in handle_cap_grant()[all …]
839 ceph_put_cap_refs(ceph_inode(req->r_inode), CEPH_CAP_PIN); in ceph_mdsc_release_request()843 ceph_put_cap_refs(ceph_inode(req->r_parent), CEPH_CAP_PIN); in ceph_mdsc_release_request()859 CEPH_CAP_PIN); in ceph_mdsc_release_request()1692 cap->issued = cap->implemented = CEPH_CAP_PIN; in wake_up_session_cb()2908 ceph_get_cap_refs(ceph_inode(req->r_inode), CEPH_CAP_PIN); in ceph_mdsc_submit_request()2914 ceph_take_cap_refs(ci, CEPH_CAP_PIN, false); in ceph_mdsc_submit_request()2920 CEPH_CAP_PIN); in ceph_mdsc_submit_request()
111 ci->i_snap_caps = CEPH_CAP_PIN; /* so we can open */ in ceph_get_snapdir()
Completed in 28 milliseconds