Searched refs:fuse_conn_init (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | cuse.c | 510 fuse_conn_init(&cc->fc, &cc->fm, file->f_cred->user_ns, in cuse_channel_open()
|
H A D | inode.c | 919 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm, in fuse_conn_init() function 953 EXPORT_SYMBOL_GPL(fuse_conn_init); 1806 fuse_conn_init(fc, fm, fsc->user_ns, &fuse_dev_fiq_ops, NULL); in fuse_get_tree()
|
H A D | fuse_i.h | 1156 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm,
|
H A D | virtio_fs.c | 1456 fuse_conn_init(fc, fm, fsc->user_ns, &virtio_fs_fiq_ops, fs); in virtio_fs_get_tree()
|