Home
last modified time | relevance | path

Searched refs:fuse_out_header (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/uapi/linux/
Dfuse.h880 struct fuse_out_header { struct
/Linux-v6.1/fs/fuse/
Ddev.c1822 unsigned reqsize = sizeof(struct fuse_out_header); in copy_out_args()
1854 struct fuse_out_header oh; in fuse_dev_do_write()
1857 if (nbytes < sizeof(struct fuse_out_header)) in fuse_dev_do_write()
1898 if (nbytes != sizeof(struct fuse_out_header)) in fuse_dev_do_write()
Dfuse_i.h364 struct fuse_out_header h;