Searched refs:newcaps (Results 1 – 1 of 1) sorted by relevance
211 LIST_HEAD(newcaps); in ceph_reserve_caps()231 list_add(&cap->caps_item, &newcaps); in ceph_reserve_caps()288 list_splice(&newcaps, &mdsc->caps_list); in ceph_reserve_caps()3299 int newcaps = le32_to_cpu(grant->caps); in handle_cap_grant() local3313 inode, cap, session->s_mds, seq, ceph_cap_string(newcaps)); in handle_cap_grant()3324 ((cap->issued & ~newcaps) & CEPH_CAP_FILE_CACHE) && in handle_cap_grant()3325 (newcaps & CEPH_CAP_FILE_LAZYIO) == 0 && in handle_cap_grant()3352 newcaps |= cap->issued; in handle_cap_grant()3359 __check_cap_issue(ci, cap, newcaps); in handle_cap_grant()3363 if ((newcaps & CEPH_CAP_AUTH_SHARED) && in handle_cap_grant()[all …]