Home
last modified time | relevance | path

Searched refs:g_node (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/ceph/
Dcaps.c1443 other = rb_entry(parent, struct ceph_cap_flush, g_node); in __add_cap_flushing_to_mdsc()
1453 rb_link_node(&cf->g_node, parent, p); in __add_cap_flushing_to_mdsc()
1454 rb_insert_color(&cf->g_node, &mdsc->cap_flush_tree); in __add_cap_flushing_to_mdsc()
1473 rb_entry(n, struct ceph_cap_flush, g_node); in __get_oldest_flush_tid()
3049 rb_erase(&cf->g_node, &mdsc->cap_flush_tree); in handle_cap_flush_ack()
3052 cf = n ? rb_entry(n, struct ceph_cap_flush, g_node) : NULL; in handle_cap_flush_ack()
Dsuper.h192 struct rb_node g_node; // global member
Dmds_client.c1171 rb_erase(&cf->g_node, &mdsc->cap_flush_tree); in remove_session_caps_cb()
1511 cf = n ? rb_entry(n, struct ceph_cap_flush, g_node) : NULL; in check_caps_flush()