Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dcaps.c668 WARN_ON(cap != ci->i_auth_cap); in ceph_add_cap()
727 if (!ci->i_auth_cap || in ceph_add_cap()
728 ceph_seq_cmp(ci->i_auth_cap->mseq, mseq) < 0) { in ceph_add_cap()
729 ci->i_auth_cap = cap; in ceph_add_cap()
733 WARN_ON(ci->i_auth_cap == cap); in ceph_add_cap()
808 if (ci->i_auth_cap) { in __ceph_caps_issued()
809 cap = ci->i_auth_cap; in __ceph_caps_issued()
993 if (cap == ci->i_auth_cap) in __ceph_caps_mds_wanted()
1065 if (ci->i_auth_cap == cap) in __ceph_remove_cap()
1066 ci->i_auth_cap = NULL; in __ceph_remove_cap()
[all …]
Dinode.c249 if (ci->i_auth_cap) in ceph_fill_dirfrag()
250 diri_auth = ci->i_auth_cap->mds; in ceph_fill_dirfrag()
464 ci->i_auth_cap = NULL; in ceph_alloc_inode()
Dfile.c291 (!(wanted & CEPH_CAP_ANY_WR) || ci->i_auth_cap)) { in ceph_renew_caps()
381 (((fmode & CEPH_FILE_MODE_WR) == 0) || ci->i_auth_cap)) { in ceph_open()
Dsuper.h327 struct ceph_cap *i_auth_cap; /* authoritative cap, if any */ member
Dmds_client.c860 cap = ci->i_auth_cap; in __choose_mds()
871 cap == ci->i_auth_cap ? "auth " : "", cap); in __choose_mds()
1240 if (!ci->i_auth_cap) { in remove_session_caps_cb()
1566 if (cap == ci->i_auth_cap) { in trim_caps_cb()