fs/fuse/cuse.c
507
struct fuse_dev *fud;
fs/fuse/cuse.c
557
struct fuse_dev *fud = __fuse_get_dev(file);
fs/fuse/dev.c
1516
static ssize_t fuse_dev_do_read(struct fuse_dev *fud, struct file *file,
fs/fuse/dev.c
1653
struct fuse_dev *fud = fuse_dev_alloc_no_pq();
fs/fuse/dev.c
1662
struct fuse_dev *fuse_get_dev(struct file *file)
fs/fuse/dev.c
1664
struct fuse_dev *fud = fuse_file_to_fud(file);
fs/fuse/dev.c
1684
struct fuse_dev *fud = fuse_get_dev(file);
fs/fuse/dev.c
1705
struct fuse_dev *fud = fuse_get_dev(in);
fs/fuse/dev.c
1762
struct fuse_dev *fud;
fs/fuse/dev.c
1860
static ssize_t fuse_dev_do_write(struct fuse_dev *fud,
fs/fuse/dev.c
1971
struct fuse_dev *fud = __fuse_get_dev(iocb->ki_filp);
fs/fuse/dev.c
1993
struct fuse_dev *fud = __fuse_get_dev(out);
fs/fuse/dev.c
2080
struct fuse_dev *fud = fuse_get_dev(file);
fs/fuse/dev.c
2137
struct fuse_dev *fud;
fs/fuse/dev.c
2216
struct fuse_dev *fud = fuse_file_to_fud(file);
fs/fuse/dev.c
2254
struct fuse_dev *fud = fuse_get_dev(file);
fs/fuse/dev.c
2266
struct fuse_dev *fud, *new_fud;
fs/fuse/dev.c
2301
struct fuse_dev *fud = fuse_get_dev(file);
fs/fuse/dev.c
2318
struct fuse_dev *fud = fuse_get_dev(file);
fs/fuse/dev.c
2335
struct fuse_dev *fud = fuse_file_to_fud(file);
fs/fuse/dev.c
2370
struct fuse_dev *fud = __fuse_get_dev(file);
fs/fuse/dev.c
427
static struct fuse_dev *fuse_dev_alloc_no_pq(void)
fs/fuse/dev.c
429
struct fuse_dev *fud;
fs/fuse/dev.c
431
fud = kzalloc_obj(struct fuse_dev);
fs/fuse/dev.c
441
struct fuse_dev *fuse_dev_alloc(void)
fs/fuse/dev.c
443
struct fuse_dev *fud __free(kfree) = fuse_dev_alloc_no_pq();
fs/fuse/dev.c
458
static bool fuse_dev_install_with_pq(struct fuse_dev *fud, struct fuse_chan *fch,
fs/fuse/dev.c
489
void fuse_dev_install(struct fuse_dev *fud, struct fuse_chan *fch)
fs/fuse/dev.c
501
struct fuse_dev *fuse_dev_alloc_install(struct fuse_chan *fch)
fs/fuse/dev.c
503
struct fuse_dev *fud;
fs/fuse/dev.c
514
void fuse_dev_put(struct fuse_dev *fud)
fs/fuse/dev.c
535
bool fuse_dev_is_installed(struct fuse_dev *fud)
fs/fuse/dev.c
545
bool fuse_dev_verify(struct fuse_dev *fud, struct fuse_chan *fch)
fs/fuse/dev.c
550
bool fuse_dev_is_sync_init(struct fuse_dev *fud)
fs/fuse/dev.c
555
struct fuse_dev *fuse_dev_grab(struct file *file)
fs/fuse/dev.c
557
struct fuse_dev *fud = fuse_file_to_fud(file);
fs/fuse/dev.h
13
struct fuse_dev;
fs/fuse/dev.h
59
void fuse_dev_install(struct fuse_dev *fud, struct fuse_chan *fch);
fs/fuse/dev.h
60
bool fuse_dev_verify(struct fuse_dev *fud, struct fuse_chan *fch);
fs/fuse/dev.h
61
void fuse_dev_put(struct fuse_dev *fud);
fs/fuse/dev.h
62
bool fuse_dev_is_installed(struct fuse_dev *fud);
fs/fuse/dev.h
63
bool fuse_dev_is_sync_init(struct fuse_dev *fud);
fs/fuse/dev.h
64
struct fuse_dev *fuse_dev_grab(struct file *file);
fs/fuse/dev_uring.c
1219
struct fuse_dev *fud;
fs/fuse/fuse_dev_i.h
344
static inline struct fuse_chan *fuse_dev_chan_get(struct fuse_dev *fud)
fs/fuse/fuse_dev_i.h
350
static inline struct fuse_dev *fuse_file_to_fud(struct file *file)
fs/fuse/fuse_dev_i.h
355
static inline struct fuse_dev *__fuse_get_dev(struct file *file)
fs/fuse/fuse_dev_i.h
357
struct fuse_dev *fud = fuse_file_to_fud(file);
fs/fuse/fuse_dev_i.h
367
struct fuse_dev *fuse_get_dev(struct file *file);
fs/fuse/fuse_dev_i.h
404
struct fuse_dev *fuse_dev_alloc_install(struct fuse_chan *fch);
fs/fuse/fuse_dev_i.h
405
struct fuse_dev *fuse_dev_alloc(void);
fs/fuse/fuse_i.h
380
struct fuse_dev *fud;
fs/fuse/inode.c
1722
struct fuse_dev *fud = ctx->fud;
fs/fuse/req_timeout.c
71
struct fuse_dev *fud;
fs/fuse/virtio_fs.c
56
struct fuse_dev *fud;