Lines Matching refs:cf
1177 struct ceph_cap_flush *cf; in remove_session_caps_cb() local
1187 cf = list_first_entry(&ci->i_cap_flush_list, in remove_session_caps_cb()
1189 list_move(&cf->i_list, &to_remove); in remove_session_caps_cb()
1194 list_for_each_entry(cf, &to_remove, i_list) in remove_session_caps_cb()
1195 list_del(&cf->g_list); in remove_session_caps_cb()
1234 struct ceph_cap_flush *cf; in remove_session_caps_cb() local
1235 cf = list_first_entry(&to_remove, in remove_session_caps_cb()
1237 list_del(&cf->i_list); in remove_session_caps_cb()
1238 ceph_free_cap_flush(cf); in remove_session_caps_cb()
1568 struct ceph_cap_flush *cf = in check_caps_flush() local
1571 if (cf->tid <= want_flush_tid) { in check_caps_flush()
1573 "%llu <= %llu\n", cf->tid, want_flush_tid); in check_caps_flush()
3742 struct ceph_cap_flush *cf = in ceph_mdsc_sync() local
3745 cf->wake = true; in ceph_mdsc_sync()