Searched refs:fuse_conn_list (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | control.c | 344 list_for_each_entry(fc, &fuse_conn_list, entry) { in fuse_ctl_fill_super() 378 list_for_each_entry(fc, &fuse_conn_list, entry) in fuse_ctl_kill_sb()
|
H A D | inode.c | 32 struct list_head fuse_conn_list; variable 1406 list_add_tail(&fc->entry, &fuse_conn_list); in fuse_fill_super_common() 1724 INIT_LIST_HEAD(&fuse_conn_list); in fuse_init()
|
H A D | fuse_i.h | 51 extern struct list_head fuse_conn_list; 53 /** Global mutex protecting fuse_conn_list and the control filesystem */
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | control.c | 327 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 D | inode.c | 33 struct list_head fuse_conn_list; variable 1701 list_add_tail(&fc->entry, &fuse_conn_list); in fuse_fill_super_common() 2054 INIT_LIST_HEAD(&fuse_conn_list); in fuse_init()
|
H A D | fuse_i.h | 51 extern struct list_head fuse_conn_list; 53 /** Global mutex protecting fuse_conn_list and the control filesystem */
|
Completed in 12 milliseconds