Home
last modified time | relevance | path

Searched refs:newcaps (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ceph/
Dcaps.c204 LIST_HEAD(newcaps); in ceph_reserve_caps()
224 list_add(&cap->caps_item, &newcaps); in ceph_reserve_caps()
280 list_splice(&newcaps, &mdsc->caps_list); in ceph_reserve_caps()
3084 int newcaps = le32_to_cpu(grant->caps); in handle_cap_grant() local
3097 inode, cap, session->s_mds, seq, ceph_cap_string(newcaps)); in handle_cap_grant()
3114 newcaps |= cap->issued; in handle_cap_grant()
3123 ((cap->issued & ~newcaps) & CEPH_CAP_FILE_CACHE) && in handle_cap_grant()
3124 (newcaps & CEPH_CAP_FILE_LAZYIO) == 0 && in handle_cap_grant()
3140 __check_cap_issue(ci, cap, newcaps); in handle_cap_grant()
3142 if ((newcaps & CEPH_CAP_AUTH_SHARED) && in handle_cap_grant()
[all …]