Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dfuse.h797 struct fuse_out_header { struct
/Linux-v5.4/fs/fuse/
Ddev.c1798 unsigned reqsize = sizeof(struct fuse_out_header); in copy_out_args()
1830 struct fuse_out_header oh; in fuse_dev_do_write()
1833 if (nbytes < sizeof(struct fuse_out_header)) in fuse_dev_do_write()
1874 if (nbytes != sizeof(struct fuse_out_header)) in fuse_dev_do_write()
Dfuse_i.h350 struct fuse_out_header h;