Searched refs:polled_files (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Dfuse_i.h126 /** RB node to be linked on fuse_conn->polled_files */
352 struct rb_root polled_files; member in struct:fuse_conn
H A Dfile.c188 rb_erase(&ff->polled_node, &fc->polled_files);
1933 * fuse_conn->polled_files which is indexed by kh. Walk the tree and
1939 struct rb_node **link = &fc->polled_files.rb_node;
1962 * The file is about to be polled. Make sure it's on the polled_files
1963 * RB tree. Note that files once added to the polled_files tree are
1977 rb_insert_color(&ff->polled_node, &fc->polled_files);
H A Dinode.c541 fc->polled_files = RB_ROOT;

Completed in 37 milliseconds