Searched refs:newcaps (Results 1 – 1 of 1) sorted by relevance
158 LIST_HEAD(newcaps); in ceph_reserve_caps()179 list_add(&cap->caps_item, &newcaps); in ceph_reserve_caps()190 list_splice(&newcaps, &mdsc->caps_list); in ceph_reserve_caps()2489 int newcaps = le32_to_cpu(grant->caps); in handle_cap_grant() local2504 inode, cap, mds, seq, ceph_cap_string(newcaps)); in handle_cap_grant()2521 newcaps |= cap->issued; in handle_cap_grant()2529 if (((cap->issued & ~newcaps) & CEPH_CAP_FILE_CACHE) && in handle_cap_grant()2530 (newcaps & CEPH_CAP_FILE_LAZYIO) == 0 && in handle_cap_grant()2548 __check_cap_issue(ci, cap, newcaps); in handle_cap_grant()2550 if ((newcaps & CEPH_CAP_AUTH_SHARED) && in handle_cap_grant()[all …]