Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfuse.h707 struct fuse_out_header { struct
/Linux-v4.19/fs/fuse/
Dfuse_i.h191 struct fuse_out_header h;
Ddev.c1807 unsigned reqsize = sizeof(struct fuse_out_header); in copy_out_args()
1841 struct fuse_out_header oh; in fuse_dev_do_write()
1843 if (nbytes < sizeof(struct fuse_out_header)) in fuse_dev_do_write()
1881 if (nbytes != sizeof(struct fuse_out_header)) in fuse_dev_do_write()