Searched refs:newcaps (Results 1 – 1 of 1) sorted by relevance
164 LIST_HEAD(newcaps); in ceph_reserve_caps()185 list_add(&cap->caps_item, &newcaps); in ceph_reserve_caps()196 list_splice(&newcaps, &mdsc->caps_list); in ceph_reserve_caps()2938 int newcaps = le32_to_cpu(grant->caps); in handle_cap_grant() local2952 inode, cap, mds, seq, ceph_cap_string(newcaps)); in handle_cap_grant()2969 newcaps |= cap->issued; in handle_cap_grant()2978 ((cap->issued & ~newcaps) & CEPH_CAP_FILE_CACHE) && in handle_cap_grant()2979 (newcaps & CEPH_CAP_FILE_LAZYIO) == 0 && in handle_cap_grant()2995 __check_cap_issue(ci, cap, newcaps); in handle_cap_grant()2997 if ((newcaps & CEPH_CAP_AUTH_SHARED) && in handle_cap_grant()[all …]