Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Ddir.c767 struct rb_root ra_root = RB_ROOT; in ntfs_readdir() local
950 struct rb_node *node = ra_root.rb_node; in ntfs_readdir()
982 ntfs_insert_rb(nir, &ra_root); in ntfs_readdir()
1028 while (!RB_EMPTY_ROOT(&ra_root)) { in ntfs_readdir()
1032 node = rb_first(&ra_root); in ntfs_readdir()
1037 rb_erase(node, &ra_root); in ntfs_readdir()