Home
last modified time | relevance | path

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

/linux-4.1.27/fs/fuse/
Dcontrol.c306 list_for_each_entry(fc, &fuse_conn_list, entry) { in fuse_ctl_fill_super()
331 list_for_each_entry(fc, &fuse_conn_list, entry) in fuse_ctl_kill_sb()
Dinode.c29 struct list_head fuse_conn_list; variable
1080 list_add_tail(&fc->entry, &fuse_conn_list); in fuse_fill_super()
1277 INIT_LIST_HEAD(&fuse_conn_list); in fuse_init()
Dfuse_i.h52 extern struct list_head fuse_conn_list;