Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcaps.c711 WARN_ON(cap != ci->i_auth_cap); in ceph_add_cap()
753 if (!ci->i_auth_cap || in ceph_add_cap()
754 ceph_seq_cmp(ci->i_auth_cap->mseq, mseq) < 0) { in ceph_add_cap()
755 if (ci->i_auth_cap && in ceph_add_cap()
756 ci->i_auth_cap->session != cap->session) in ceph_add_cap()
758 ci->i_auth_cap = cap; in ceph_add_cap()
762 WARN_ON(ci->i_auth_cap == cap); in ceph_add_cap()
837 if (ci->i_auth_cap) { in __ceph_caps_issued()
838 cap = ci->i_auth_cap; in __ceph_caps_issued()
1109 if (cap == ci->i_auth_cap) in __ceph_caps_mds_wanted()
[all …]
H A Dxattr.c351 ci->i_auth_cap ? ci->i_auth_cap->session->s_mds : -1); in ceph_vxattrcb_auth_mds()
H A Dinode.c392 if (ci->i_auth_cap) in ceph_fill_dirfrag()
393 diri_auth = ci->i_auth_cap->mds; in ceph_fill_dirfrag()
614 ci->i_auth_cap = NULL; in ceph_alloc_inode()
H A Dsuper.h386 struct ceph_cap *i_auth_cap; /* authoritative cap, if any */ member
H A Dmds_client.c1411 cap = ci->i_auth_cap; in __choose_mds()
1422 cap == ci->i_auth_cap ? "auth " : "", cap); in __choose_mds()
2196 if (cap == ci->i_auth_cap) { in trim_caps_cb()
3557 cap = ci->i_auth_cap; in __do_request()