Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Dcaps.c564 WARN_ON(cap != ci->i_auth_cap); in ceph_add_cap()
609 if (ci->i_auth_cap == NULL || in ceph_add_cap()
610 ceph_seq_cmp(ci->i_auth_cap->mseq, mseq) < 0) { in ceph_add_cap()
611 ci->i_auth_cap = cap; in ceph_add_cap()
615 WARN_ON(ci->i_auth_cap == cap); in ceph_add_cap()
690 if (ci->i_auth_cap) { in __ceph_caps_issued()
691 cap = ci->i_auth_cap; in __ceph_caps_issued()
871 if (cap == ci->i_auth_cap) in __ceph_caps_mds_wanted()
955 if (ci->i_auth_cap == cap) in __ceph_remove_cap()
956 ci->i_auth_cap = NULL; in __ceph_remove_cap()
[all …]
Dinode.c253 if (ci->i_auth_cap) in ceph_fill_dirfrag()
254 diri_auth = ci->i_auth_cap->mds; in ceph_fill_dirfrag()
414 ci->i_auth_cap = NULL; in ceph_alloc_inode()
Dsuper.h283 struct ceph_cap *i_auth_cap; /* authoritative cap, if any */ member
Dmds_client.c791 cap = ci->i_auth_cap; in __choose_mds()
801 cap == ci->i_auth_cap ? "auth " : "", cap); in __choose_mds()
1128 if (!ci->i_auth_cap) { in remove_session_caps_cb()
1373 if (cap == ci->i_auth_cap) { in trim_caps_cb()
Dfile.c176 (((fmode & CEPH_FILE_MODE_WR) == 0) || ci->i_auth_cap)) { in ceph_open()