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

/linux-master/fs/fuse/
H A Dcontrol.c323 list_for_each_entry(fc, &fuse_conn_list, entry) {
357 list_for_each_entry(fc, &fuse_conn_list, entry)
H A Dinode.c33 struct list_head fuse_conn_list; variable in typeref:struct:list_head
1749 list_add_tail(&fc->entry, &fuse_conn_list);
2102 INIT_LIST_HEAD(&fuse_conn_list);
H A Dfuse_i.h51 extern struct list_head fuse_conn_list;
53 /** Global mutex protecting fuse_conn_list and the control filesystem */

Completed in 106 milliseconds