Home
last modified time | relevance | path

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

/linux-6.15/fs/fuse/
H A Ddev.c2081 reqsize = sizeof(struct fuse_out_header); in fuse_copy_out_args()
2113 struct fuse_out_header oh; in fuse_dev_do_write()
2116 if (nbytes < sizeof(struct fuse_out_header)) in fuse_dev_do_write()
2157 if (nbytes != sizeof(struct fuse_out_header)) in fuse_dev_do_write()
H A Dfuse_i.h450 struct fuse_out_header h;
H A Ddev_uring.c519 static int fuse_uring_out_header_has_err(struct fuse_out_header *oh, in fuse_uring_out_header_has_err()
/linux-6.15/include/uapi/linux/
H A Dfuse.h1036 struct fuse_out_header { struct