Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
H A Dfuse_i.h228 /** RB node to be linked on fuse_conn->polled_files */
569 struct rb_root polled_files; member
H A Dfile.c286 rb_erase(&ff->polled_node, &fc->polled_files); in fuse_prepare_release()
3026 * fuse_conn->polled_files which is indexed by kh. Walk the tree and
3032 struct rb_node **link = &fc->polled_files.rb_node; in fuse_find_polled_node()
3055 * The file is about to be polled. Make sure it's on the polled_files
3056 * RB tree. Note that files once added to the polled_files tree are
3070 rb_insert_color(&ff->polled_node, &fc->polled_files); in fuse_register_polled_file()
H A Dinode.c704 fc->polled_files = RB_ROOT; in fuse_conn_init()
H A Ddev.c2107 p = rb_first(&fc->polled_files); in end_polls()
/kernel/linux/linux-6.6/fs/fuse/
H A Dfuse_i.h241 /** RB node to be linked on fuse_conn->polled_files */
604 struct rb_root polled_files; member
H A Dfile.c289 rb_erase(&ff->polled_node, &fc->polled_files); in fuse_prepare_release()
2749 * fuse_conn->polled_files which is indexed by kh. Walk the tree and
2755 struct rb_node **link = &fc->polled_files.rb_node; in fuse_find_polled_node()
2778 * The file is about to be polled. Make sure it's on the polled_files
2779 * RB tree. Note that files once added to the polled_files tree are
2793 rb_insert_color(&ff->polled_node, &fc->polled_files); in fuse_register_polled_file()
H A Dinode.c922 fc->polled_files = RB_ROOT; in fuse_conn_init()
H A Ddev.c2096 p = rb_first(&fc->polled_files); in end_polls()

Completed in 27 milliseconds