Lines Matching refs:cf
1155 struct ceph_cap_flush *cf; in remove_session_caps_cb() local
1163 cf = rb_entry(n, struct ceph_cap_flush, i_node); in remove_session_caps_cb()
1164 rb_erase(&cf->i_node, &ci->i_cap_flush_tree); in remove_session_caps_cb()
1165 list_add(&cf->list, &to_remove); in remove_session_caps_cb()
1170 list_for_each_entry(cf, &to_remove, list) in remove_session_caps_cb()
1171 rb_erase(&cf->g_node, &mdsc->cap_flush_tree); in remove_session_caps_cb()
1201 struct ceph_cap_flush *cf; in remove_session_caps_cb() local
1202 cf = list_first_entry(&to_remove, in remove_session_caps_cb()
1204 list_del(&cf->list); in remove_session_caps_cb()
1205 ceph_free_cap_flush(cf); in remove_session_caps_cb()
1506 struct ceph_cap_flush *cf; in check_caps_flush() local
1511 cf = n ? rb_entry(n, struct ceph_cap_flush, g_node) : NULL; in check_caps_flush()
1512 if (cf && cf->tid <= want_flush_tid) { in check_caps_flush()
1514 cf->tid, want_flush_tid); in check_caps_flush()