Home
last modified time | relevance | path

Searched refs:i_node (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/ceph/
Dcaps.c1420 other = rb_entry(parent, struct ceph_cap_flush, i_node); in __add_cap_flushing_to_inode()
1430 rb_link_node(&cf->i_node, parent, p); in __add_cap_flushing_to_inode()
1431 rb_insert_color(&cf->i_node, &ci->i_cap_flush_tree); in __add_cap_flushing_to_inode()
1890 rb_entry(n, struct ceph_cap_flush, i_node); in try_flush_caps()
1917 cf = rb_entry(n, struct ceph_cap_flush, i_node); in caps_are_flushed()
2146 cf = rb_entry(n, struct ceph_cap_flush, i_node); in __kick_flushing_caps()
2155 cf = rb_entry(n, struct ceph_cap_flush, i_node); in __kick_flushing_caps()
3020 cf = rb_entry(n, struct ceph_cap_flush, i_node); in handle_cap_flush_ack()
3021 n = rb_next(&cf->i_node); in handle_cap_flush_ack()
3025 rb_erase(&cf->i_node, &ci->i_cap_flush_tree); in handle_cap_flush_ack()
Dsuper.h194 struct rb_node i_node; // inode member
Dmds_client.c1163 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()
/linux-4.4.14/arch/ia64/include/asm/sn/
Dshubio.h471 u64 i_node:11; member