Searched refs:fc_entry (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | control.c | 188 fm = list_first_entry(&fc->mounts, struct fuse_mount, fc_entry); in fuse_conn_congestion_threshold_write()
|
H A D | inode.c | 375 list_for_each_entry(fm_iter, &fc->mounts, fc_entry) { in fuse_ilookup() 716 list_add(&fm->fc_entry, &fc->mounts); in fuse_conn_init() 1542 list_del_init(&fm->fc_entry); in fuse_mount_remove()
|
H A D | fuse_i.h | 820 struct list_head fc_entry; member
|
H A D | dir.c | 351 list_add_tail(&fm->fc_entry, &fc->mounts); in fuse_dentry_automount()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | inode.c | 498 list_for_each_entry(fm_iter, &fc->mounts, fc_entry) { in fuse_ilookup() 934 list_add(&fm->fc_entry, &fc->mounts); in fuse_conn_init() 1600 list_add_tail(&fm->fc_entry, &fc->mounts); in fuse_get_tree_submount() 1865 list_del_init(&fm->fc_entry); in fuse_mount_remove()
|
H A D | fuse_i.h | 890 struct list_head fc_entry; member
|
Completed in 22 milliseconds