Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dcaps.c733 if (!ci->i_auth_cap || in ceph_add_cap()
735 if (ci->i_auth_cap && in ceph_add_cap()
738 ci->i_auth_cap = cap; in ceph_add_cap()
813 if (ci->i_auth_cap) { in __ceph_caps_issued()
814 cap = ci->i_auth_cap; in __ceph_caps_issued()
1129 ci->i_auth_cap = NULL; in __ceph_remove_cap()
1706 if (!ci->i_auth_cap) { in ceph_flush_snaps()
1764 if (!ci->i_auth_cap) { in __ceph_mark_dirty_caps()
2100 if (ci->i_auth_cap && cap != ci->i_auth_cap) in ceph_check_caps()
2388 if (ci->i_auth_cap) { in flush_mdlog_and_wait_inode_unsafe_requests()
[all …]
H A Dfile.c307 (!(wanted & CEPH_CAP_ANY_WR) || ci->i_auth_cap)) { in ceph_renew_caps()
398 (((fmode & CEPH_FILE_MODE_WR) == 0) || ci->i_auth_cap)) { in ceph_open()
477 if (!ci->i_auth_cap) in try_prep_async_create()
481 if (xa_empty(&ci->i_auth_cap->session->s_delegated_inos)) in try_prep_async_create()
501 ino = ceph_get_deleg_ino(ci->i_auth_cap->session); in try_prep_async_create()
522 if (ci->i_auth_cap) in restore_deleg_ino()
523 s = ceph_get_mds_session(ci->i_auth_cap->session); in restore_deleg_ino()
H A Dxattr.c350 ci->i_auth_cap ? ci->i_auth_cap->session->s_mds : -1); in ceph_vxattrcb_auth_mds()
H A Dinode.c383 if (ci->i_auth_cap) in ceph_fill_dirfrag()
384 diri_auth = ci->i_auth_cap->mds; in ceph_fill_dirfrag()
602 ci->i_auth_cap = NULL; in ceph_alloc_inode()
H A Dsuper.h384 struct ceph_cap *i_auth_cap; /* authoritative cap, if any */ member
H A Dmds_client.c1397 cap = ci->i_auth_cap; in __choose_mds()
1408 cap == ci->i_auth_cap ? "auth " : "", cap); in __choose_mds()
2152 if (cap == ci->i_auth_cap) { in trim_caps_cb()
3398 cap = ci->i_auth_cap; in __do_request()