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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Dcontrol.c173 list_for_each_entry(fc, &fuse_conn_list, entry) {
200 list_for_each_entry(fc, &fuse_conn_list, entry)
H A Dfuse_i.h41 extern struct list_head fuse_conn_list;
43 /** Global mutex protecting fuse_conn_list and the control filesystem */
357 /** Entry on the fuse_conn_list */
H A Dinode.c27 struct list_head fuse_conn_list; variable in typeref:struct:list_head
604 list_add_tail(&fc->entry, &fuse_conn_list);
766 INIT_LIST_HEAD(&fuse_conn_list);

Completed in 95 milliseconds