Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ext2/src/
H A Dlinux.c381 container_of(new, struct buffer_head, b_rb_node); in __buffer_head_search()
400 a_bh = container_of(a, struct buffer_head, b_rb_node); in buffer_head_blocknr_cmp()
401 b_bh = container_of(b, struct buffer_head, b_rb_node); in buffer_head_blocknr_cmp()
421 rb_insert(&bdev->bd_bh_root, &bh->b_rb_node, buffer_head_blocknr_cmp); in buffer_head_insert()
426 rb_erase(&bh->b_rb_node, &bdev->bd_bh_root); in buffer_head_remove()
/reactos/drivers/filesystems/ext2/inc/linux/
H A Dmodule.h741 struct rb_node b_rb_node; /* Red-black tree node entry */ member
/reactos/drivers/filesystems/ext2/src/ext3/
H A Dgeneric.c353 bh = container_of(node, struct buffer_head, b_rb_node); in Ext2FlushVcb()