Home
last modified time | relevance | path

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

/openbmc/linux/fs/fuse/
H A Dcontrol.c327 list_for_each_entry(fc, &fuse_conn_list, entry) { in fuse_ctl_fill_super()
361 list_for_each_entry(fc, &fuse_conn_list, entry) in fuse_ctl_kill_sb()
H A Dinode.c33 struct list_head fuse_conn_list; variable
1724 list_add_tail(&fc->entry, &fuse_conn_list); in fuse_fill_super_common()
2077 INIT_LIST_HEAD(&fuse_conn_list); in fuse_init()
H A Dfuse_i.h51 extern struct list_head fuse_conn_list;