Home
last modified time | relevance | path

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

/fs/ceph/
Dcaps.c569 WARN_ON(cap != ci->i_auth_cap); in ceph_add_cap()
614 if (ci->i_auth_cap == NULL || in ceph_add_cap()
615 ceph_seq_cmp(ci->i_auth_cap->mseq, mseq) < 0) { in ceph_add_cap()
616 ci->i_auth_cap = cap; in ceph_add_cap()
620 WARN_ON(ci->i_auth_cap == cap); in ceph_add_cap()
695 if (ci->i_auth_cap) { in __ceph_caps_issued()
696 cap = ci->i_auth_cap; in __ceph_caps_issued()
880 if (cap == ci->i_auth_cap) in __ceph_caps_mds_wanted()
973 if (ci->i_auth_cap == cap) in __ceph_remove_cap()
974 ci->i_auth_cap = NULL; in __ceph_remove_cap()
[all …]
Dinode.c251 if (ci->i_auth_cap) in ceph_fill_dirfrag()
252 diri_auth = ci->i_auth_cap->mds; in ceph_fill_dirfrag()
463 ci->i_auth_cap = NULL; in ceph_alloc_inode()
Dsuper.h305 struct ceph_cap *i_auth_cap; /* authoritative cap, if any */ member
Dfile.c195 (!(wanted & CEPH_CAP_ANY_WR) == 0 || ci->i_auth_cap)) { in ceph_renew_caps()
285 (((fmode & CEPH_FILE_MODE_WR) == 0) || ci->i_auth_cap)) { in ceph_open()
Dmds_client.c798 cap = ci->i_auth_cap; in __choose_mds()
808 cap == ci->i_auth_cap ? "auth " : "", cap); in __choose_mds()
1144 if (!ci->i_auth_cap) { in remove_session_caps_cb()
1450 if (cap == ci->i_auth_cap) { in trim_caps_cb()