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()3257 int newcaps = le32_to_cpu(grant->caps); in handle_cap_grant() local3271 inode, cap, session->s_mds, seq, ceph_cap_string(newcaps)); in handle_cap_grant()3282 ((cap->issued & ~newcaps) & CEPH_CAP_FILE_CACHE) && in handle_cap_grant()3283 (newcaps & CEPH_CAP_FILE_LAZYIO) == 0 && in handle_cap_grant()3310 newcaps |= cap->issued; in handle_cap_grant()3317 __check_cap_issue(ci, cap, newcaps); in handle_cap_grant()3321 if ((newcaps & CEPH_CAP_AUTH_SHARED) && in handle_cap_grant()[all …]