Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dfuse.h709 struct fuse_out_header { struct
/linux-4.19.296/fs/fuse/
Dfuse_i.h193 struct fuse_out_header h;
Ddev.c1858 unsigned reqsize = sizeof(struct fuse_out_header); in copy_out_args()
1892 struct fuse_out_header oh; in fuse_dev_do_write()
1894 if (nbytes < sizeof(struct fuse_out_header)) in fuse_dev_do_write()
1933 if (nbytes != sizeof(struct fuse_out_header)) { in fuse_dev_do_write()