Merge tag 'upstream-4.19-rc1-fix' of git://git.infradead.org/linux-ubifs
[linux-2.6-block.git] / include / uapi / linux / fuse.h
CommitLineData
e2be04c7 1/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause) */
d8a5ba45 2/*
7e98d530 3 This file defines the kernel interface of FUSE
1f55ed06 4 Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu>
d8a5ba45
MS
5
6 This program can be distributed under the terms of the GNU GPL.
7 See the file COPYING.
7e98d530
MS
8
9 This -- and only this -- header file may also be distributed under
10 the terms of the BSD Licence as follows:
11
12 Copyright (C) 2001-2007 Miklos Szeredi. All rights reserved.
13
14 Redistribution and use in source and binary forms, with or without
15 modification, are permitted provided that the following conditions
16 are met:
17 1. Redistributions of source code must retain the above copyright
18 notice, this list of conditions and the following disclaimer.
19 2. Redistributions in binary form must reproduce the above copyright
20 notice, this list of conditions and the following disclaimer in the
21 documentation and/or other materials provided with the distribution.
22
23 THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
24 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
27 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 SUCH DAMAGE.
d8a5ba45
MS
34*/
35
c79e322f
MS
36/*
37 * This file defines the kernel interface of FUSE
38 *
39 * Protocol changelog:
40 *
41 * 7.9:
42 * - new fuse_getattr_in input argument of GETATTR
a9ff4f87 43 * - add lk_flags in fuse_lk_in
f3332114 44 * - add lock_owner field to fuse_setattr_in, fuse_read_in and fuse_write_in
0e9663ee 45 * - add blksize field to fuse_attr
a6643094 46 * - add file flags field to fuse_read_in and fuse_write_in
a7c1b990
TH
47 *
48 * 7.10
49 * - add nonseekable open flag
1f55ed06
MS
50 *
51 * 7.11
52 * - add IOCTL message
53 * - add unsolicited notification support
54 * - add POLL message and NOTIFY_POLL notification
e0a43ddc
MS
55 *
56 * 7.12
57 * - add umask flag to input argument of open, mknod and mkdir
3b463ae0
JM
58 * - add notification messages for invalidation of inodes and
59 * directory entries
7a6d3c8b
CH
60 *
61 * 7.13
62 * - make max number of background requests and congestion threshold
63 * tunables
dd3bb14f
MS
64 *
65 * 7.14
66 * - add splice support to fuse device
a1d75f25
MS
67 *
68 * 7.15
69 * - add store notify
2d45ba38 70 * - add retrieve notify
02c048b9
MS
71 *
72 * 7.16
73 * - add BATCH_FORGET request
1baa26b2
MS
74 * - FUSE_IOCTL_UNRESTRICTED shall now return with array of 'struct
75 * fuse_ioctl_iovec' instead of ambiguous 'struct iovec'
76 * - add FUSE_IOCTL_32BIT flag
37fb3a30
MS
77 *
78 * 7.17
79 * - add FUSE_FLOCK_LOCKS and FUSE_RELEASE_FLOCK_UNLOCK
b18da0c5
MS
80 *
81 * 7.18
82 * - add FUSE_IOCTL_DIR flag
451d0f59 83 * - add FUSE_NOTIFY_DELETE
05ba1f08
AP
84 *
85 * 7.19
86 * - add FUSE_FALLOCATE
72d0d248
BF
87 *
88 * 7.20
89 * - add FUSE_AUTO_INVAL_DATA
23c153e5
MS
90 *
91 * 7.21
92 * - add FUSE_READDIRPLUS
0415d291 93 * - send the requested events in POLL request
60b9df7a
MS
94 *
95 * 7.22
96 * - add FUSE_ASYNC_DIO
4d99ff8f
PE
97 *
98 * 7.23
99 * - add FUSE_WRITEBACK_CACHE
e27c9d38
MS
100 * - add time_gran to fuse_init_out
101 * - add reserved space to fuse_init_out
ab9e13f7
MP
102 * - add FATTR_CTIME
103 * - add ctime and ctimensec to fuse_setattr_in
1560c974 104 * - add FUSE_RENAME2 request
d7afaec0 105 * - add FUSE_NO_OPEN_SUPPORT flag
0b5da8db
R
106 *
107 * 7.24
108 * - add FUSE_LSEEK for SEEK_HOLE and SEEK_DATA support
5c672ab3
MS
109 *
110 * 7.25
111 * - add FUSE_PARALLEL_DIROPS
5e940c1d
MS
112 *
113 * 7.26
114 * - add FUSE_HANDLE_KILLPRIV
60bcc88a 115 * - add FUSE_POSIX_ACL
3b7008b2
SL
116 *
117 * 7.27
118 * - add FUSE_ABORT_ERROR
c79e322f 119 */
d8a5ba45 120
29d434b3
TH
121#ifndef _LINUX_FUSE_H
122#define _LINUX_FUSE_H
123
4c82456e 124#ifdef __KERNEL__
1f55ed06 125#include <linux/types.h>
7e98d530
MS
126#else
127#include <stdint.h>
7e98d530 128#endif
d8a5ba45 129
37d217f0
MS
130/*
131 * Version negotiation:
132 *
133 * Both the kernel and userspace send the version they support in the
134 * INIT request and reply respectively.
135 *
136 * If the major versions match then both shall use the smallest
137 * of the two minor versions for communication.
138 *
139 * If the kernel supports a larger major version, then userspace shall
140 * reply with the major version it supports, ignore the rest of the
141 * INIT message and expect a new INIT message from the kernel with a
142 * matching major version.
143 *
144 * If the library supports a larger major version, then it shall fall
145 * back to the major protocol version sent by the kernel for
146 * communication and reply with that major version (and an arbitrary
147 * supported minor version).
148 */
149
d8a5ba45 150/** Version number of this interface */
9e6268db 151#define FUSE_KERNEL_VERSION 7
d8a5ba45
MS
152
153/** Minor version number of this interface */
3b7008b2 154#define FUSE_KERNEL_MINOR_VERSION 27
d8a5ba45
MS
155
156/** The node ID of the root inode */
157#define FUSE_ROOT_ID 1
158
06663267
MS
159/* Make sure all structures are padded to 64bit boundary, so 32bit
160 userspace works under 64bit kernels */
161
d8a5ba45 162struct fuse_attr {
4c82456e
MS
163 uint64_t ino;
164 uint64_t size;
165 uint64_t blocks;
166 uint64_t atime;
167 uint64_t mtime;
168 uint64_t ctime;
169 uint32_t atimensec;
170 uint32_t mtimensec;
171 uint32_t ctimensec;
172 uint32_t mode;
173 uint32_t nlink;
174 uint32_t uid;
175 uint32_t gid;
176 uint32_t rdev;
177 uint32_t blksize;
178 uint32_t padding;
d8a5ba45
MS
179};
180
e5e5558e 181struct fuse_kstatfs {
4c82456e
MS
182 uint64_t blocks;
183 uint64_t bfree;
184 uint64_t bavail;
185 uint64_t files;
186 uint64_t ffree;
187 uint32_t bsize;
188 uint32_t namelen;
189 uint32_t frsize;
190 uint32_t padding;
191 uint32_t spare[6];
e5e5558e
MS
192};
193
71421259 194struct fuse_file_lock {
4c82456e
MS
195 uint64_t start;
196 uint64_t end;
197 uint32_t type;
198 uint32_t pid; /* tgid */
71421259
MS
199};
200
9cd68455
MS
201/**
202 * Bitmasks for fuse_setattr_in.valid
203 */
9e6268db
MS
204#define FATTR_MODE (1 << 0)
205#define FATTR_UID (1 << 1)
206#define FATTR_GID (1 << 2)
207#define FATTR_SIZE (1 << 3)
208#define FATTR_ATIME (1 << 4)
209#define FATTR_MTIME (1 << 5)
befc649c 210#define FATTR_FH (1 << 6)
17637cba
MS
211#define FATTR_ATIME_NOW (1 << 7)
212#define FATTR_MTIME_NOW (1 << 8)
f3332114 213#define FATTR_LOCKOWNER (1 << 9)
ab9e13f7 214#define FATTR_CTIME (1 << 10)
9e6268db 215
45323fb7
MS
216/**
217 * Flags returned by the OPEN request
218 *
219 * FOPEN_DIRECT_IO: bypass page cache for this open file
220 * FOPEN_KEEP_CACHE: don't invalidate the data cache on open
a7c1b990 221 * FOPEN_NONSEEKABLE: the file is not seekable
45323fb7
MS
222 */
223#define FOPEN_DIRECT_IO (1 << 0)
224#define FOPEN_KEEP_CACHE (1 << 1)
a7c1b990 225#define FOPEN_NONSEEKABLE (1 << 2)
45323fb7 226
9cd68455
MS
227/**
228 * INIT request/reply flags
33670fa2 229 *
f3840dc0 230 * FUSE_ASYNC_READ: asynchronous read requests
37fb3a30 231 * FUSE_POSIX_LOCKS: remote locking for POSIX file locks
f3840dc0
MS
232 * FUSE_FILE_OPS: kernel sends file handle for fstat, etc... (not yet supported)
233 * FUSE_ATOMIC_O_TRUNC: handles the O_TRUNC open flag in the filesystem
33670fa2 234 * FUSE_EXPORT_SUPPORT: filesystem handles lookups of "." and ".."
f3840dc0 235 * FUSE_BIG_WRITES: filesystem can handle write size larger than 4kB
e0a43ddc 236 * FUSE_DONT_MASK: don't apply umask to file mode on create operations
69fe05c9
MS
237 * FUSE_SPLICE_WRITE: kernel supports splice write on the device
238 * FUSE_SPLICE_MOVE: kernel supports splice move on the device
239 * FUSE_SPLICE_READ: kernel supports splice read on the device
37fb3a30 240 * FUSE_FLOCK_LOCKS: remote locking for BSD style file locks
69fe05c9 241 * FUSE_HAS_IOCTL_DIR: kernel supports ioctl on directories
72d0d248 242 * FUSE_AUTO_INVAL_DATA: automatically invalidate cached pages
634734b6
EW
243 * FUSE_DO_READDIRPLUS: do READDIRPLUS (READDIR+LOOKUP in one)
244 * FUSE_READDIRPLUS_AUTO: adaptive readdirplus
60b9df7a 245 * FUSE_ASYNC_DIO: asynchronous direct I/O submission
4d99ff8f 246 * FUSE_WRITEBACK_CACHE: use writeback cache for buffered writes
d7afaec0 247 * FUSE_NO_OPEN_SUPPORT: kernel supports zero-message opens
5c672ab3 248 * FUSE_PARALLEL_DIROPS: allow parallel lookups and readdir
5e940c1d 249 * FUSE_HANDLE_KILLPRIV: fs handles killing suid/sgid/cap on write/chown/trunc
60bcc88a 250 * FUSE_POSIX_ACL: filesystem supports posix acls
3b7008b2 251 * FUSE_ABORT_ERROR: reading the device after abort returns ECONNABORTED
9cd68455
MS
252 */
253#define FUSE_ASYNC_READ (1 << 0)
71421259 254#define FUSE_POSIX_LOCKS (1 << 1)
c79e322f 255#define FUSE_FILE_OPS (1 << 2)
6ff958ed 256#define FUSE_ATOMIC_O_TRUNC (1 << 3)
33670fa2 257#define FUSE_EXPORT_SUPPORT (1 << 4)
78bb6cb9 258#define FUSE_BIG_WRITES (1 << 5)
e0a43ddc 259#define FUSE_DONT_MASK (1 << 6)
69fe05c9
MS
260#define FUSE_SPLICE_WRITE (1 << 7)
261#define FUSE_SPLICE_MOVE (1 << 8)
262#define FUSE_SPLICE_READ (1 << 9)
37fb3a30 263#define FUSE_FLOCK_LOCKS (1 << 10)
69fe05c9 264#define FUSE_HAS_IOCTL_DIR (1 << 11)
72d0d248 265#define FUSE_AUTO_INVAL_DATA (1 << 12)
0b05b183 266#define FUSE_DO_READDIRPLUS (1 << 13)
634734b6 267#define FUSE_READDIRPLUS_AUTO (1 << 14)
60b9df7a 268#define FUSE_ASYNC_DIO (1 << 15)
4d99ff8f 269#define FUSE_WRITEBACK_CACHE (1 << 16)
d7afaec0 270#define FUSE_NO_OPEN_SUPPORT (1 << 17)
5c672ab3 271#define FUSE_PARALLEL_DIROPS (1 << 18)
5e940c1d 272#define FUSE_HANDLE_KILLPRIV (1 << 19)
60bcc88a 273#define FUSE_POSIX_ACL (1 << 20)
3b7008b2 274#define FUSE_ABORT_ERROR (1 << 21)
9cd68455 275
151060ac
TH
276/**
277 * CUSE INIT request/reply flags
278 *
279 * CUSE_UNRESTRICTED_IOCTL: use unrestricted ioctl
280 */
281#define CUSE_UNRESTRICTED_IOCTL (1 << 0)
282
e9168c18
MS
283/**
284 * Release flags
285 */
286#define FUSE_RELEASE_FLUSH (1 << 0)
37fb3a30 287#define FUSE_RELEASE_FLOCK_UNLOCK (1 << 1)
e9168c18 288
c79e322f
MS
289/**
290 * Getattr flags
291 */
292#define FUSE_GETATTR_FH (1 << 0)
293
a9ff4f87
MS
294/**
295 * Lock flags
296 */
297#define FUSE_LK_FLOCK (1 << 0)
298
b25e82e5
MS
299/**
300 * WRITE flags
301 *
302 * FUSE_WRITE_CACHE: delayed write from page cache, file handle is guessed
f3332114 303 * FUSE_WRITE_LOCKOWNER: lock_owner field is valid
b25e82e5
MS
304 */
305#define FUSE_WRITE_CACHE (1 << 0)
f3332114
MS
306#define FUSE_WRITE_LOCKOWNER (1 << 1)
307
308/**
309 * Read flags
310 */
311#define FUSE_READ_LOCKOWNER (1 << 1)
b25e82e5 312
59efec7b
TH
313/**
314 * Ioctl flags
315 *
316 * FUSE_IOCTL_COMPAT: 32bit compat ioctl on 64bit machine
317 * FUSE_IOCTL_UNRESTRICTED: not restricted to well-formed ioctls, retry allowed
318 * FUSE_IOCTL_RETRY: retry with new iovecs
1baa26b2 319 * FUSE_IOCTL_32BIT: 32bit ioctl
b18da0c5 320 * FUSE_IOCTL_DIR: is a directory
59efec7b
TH
321 *
322 * FUSE_IOCTL_MAX_IOV: maximum of in_iovecs + out_iovecs
323 */
324#define FUSE_IOCTL_COMPAT (1 << 0)
325#define FUSE_IOCTL_UNRESTRICTED (1 << 1)
326#define FUSE_IOCTL_RETRY (1 << 2)
1baa26b2 327#define FUSE_IOCTL_32BIT (1 << 3)
b18da0c5 328#define FUSE_IOCTL_DIR (1 << 4)
59efec7b
TH
329
330#define FUSE_IOCTL_MAX_IOV 256
331
95668a69
TH
332/**
333 * Poll flags
334 *
335 * FUSE_POLL_SCHEDULE_NOTIFY: request poll notify
336 */
337#define FUSE_POLL_SCHEDULE_NOTIFY (1 << 0)
338
334f485d 339enum fuse_opcode {
e5e5558e
MS
340 FUSE_LOOKUP = 1,
341 FUSE_FORGET = 2, /* no reply */
342 FUSE_GETATTR = 3,
9e6268db 343 FUSE_SETATTR = 4,
e5e5558e 344 FUSE_READLINK = 5,
9e6268db 345 FUSE_SYMLINK = 6,
9e6268db
MS
346 FUSE_MKNOD = 8,
347 FUSE_MKDIR = 9,
348 FUSE_UNLINK = 10,
349 FUSE_RMDIR = 11,
350 FUSE_RENAME = 12,
351 FUSE_LINK = 13,
b6aeaded
MS
352 FUSE_OPEN = 14,
353 FUSE_READ = 15,
354 FUSE_WRITE = 16,
e5e5558e 355 FUSE_STATFS = 17,
b6aeaded
MS
356 FUSE_RELEASE = 18,
357 FUSE_FSYNC = 20,
92a8780e
MS
358 FUSE_SETXATTR = 21,
359 FUSE_GETXATTR = 22,
360 FUSE_LISTXATTR = 23,
361 FUSE_REMOVEXATTR = 24,
b6aeaded 362 FUSE_FLUSH = 25,
04730fef
MS
363 FUSE_INIT = 26,
364 FUSE_OPENDIR = 27,
365 FUSE_READDIR = 28,
82547981 366 FUSE_RELEASEDIR = 29,
31d40d74 367 FUSE_FSYNCDIR = 30,
71421259
MS
368 FUSE_GETLK = 31,
369 FUSE_SETLK = 32,
370 FUSE_SETLKW = 33,
fd72faac 371 FUSE_ACCESS = 34,
a4d27e75
MS
372 FUSE_CREATE = 35,
373 FUSE_INTERRUPT = 36,
b2d2272f 374 FUSE_BMAP = 37,
0ec7ca41 375 FUSE_DESTROY = 38,
59efec7b 376 FUSE_IOCTL = 39,
95668a69 377 FUSE_POLL = 40,
2d45ba38 378 FUSE_NOTIFY_REPLY = 41,
02c048b9 379 FUSE_BATCH_FORGET = 42,
05ba1f08 380 FUSE_FALLOCATE = 43,
0b05b183 381 FUSE_READDIRPLUS = 44,
1560c974 382 FUSE_RENAME2 = 45,
0b5da8db 383 FUSE_LSEEK = 46,
151060ac
TH
384
385 /* CUSE specific operations */
386 CUSE_INIT = 4096,
334f485d
MS
387};
388
8599396b 389enum fuse_notify_code {
95668a69 390 FUSE_NOTIFY_POLL = 1,
3b463ae0
JM
391 FUSE_NOTIFY_INVAL_INODE = 2,
392 FUSE_NOTIFY_INVAL_ENTRY = 3,
a1d75f25 393 FUSE_NOTIFY_STORE = 4,
2d45ba38 394 FUSE_NOTIFY_RETRIEVE = 5,
451d0f59 395 FUSE_NOTIFY_DELETE = 6,
8599396b
TH
396 FUSE_NOTIFY_CODE_MAX,
397};
398
1d3d752b
MS
399/* The read buffer is required to be at least 8k, but may be much larger */
400#define FUSE_MIN_READ_BUFFER 8192
e5e5558e 401
0e9663ee
MS
402#define FUSE_COMPAT_ENTRY_OUT_SIZE 120
403
e5e5558e 404struct fuse_entry_out {
4c82456e
MS
405 uint64_t nodeid; /* Inode ID */
406 uint64_t generation; /* Inode generation: nodeid:gen must
407 be unique for the fs's lifetime */
408 uint64_t entry_valid; /* Cache timeout for the name */
409 uint64_t attr_valid; /* Cache timeout for the attributes */
410 uint32_t entry_valid_nsec;
411 uint32_t attr_valid_nsec;
e5e5558e
MS
412 struct fuse_attr attr;
413};
414
415struct fuse_forget_in {
4c82456e 416 uint64_t nlookup;
e5e5558e
MS
417};
418
02c048b9 419struct fuse_forget_one {
4c82456e
MS
420 uint64_t nodeid;
421 uint64_t nlookup;
02c048b9
MS
422};
423
424struct fuse_batch_forget_in {
4c82456e
MS
425 uint32_t count;
426 uint32_t dummy;
02c048b9
MS
427};
428
c79e322f 429struct fuse_getattr_in {
4c82456e
MS
430 uint32_t getattr_flags;
431 uint32_t dummy;
432 uint64_t fh;
c79e322f
MS
433};
434
0e9663ee
MS
435#define FUSE_COMPAT_ATTR_OUT_SIZE 96
436
e5e5558e 437struct fuse_attr_out {
4c82456e
MS
438 uint64_t attr_valid; /* Cache timeout for the attributes */
439 uint32_t attr_valid_nsec;
440 uint32_t dummy;
e5e5558e
MS
441 struct fuse_attr attr;
442};
443
e0a43ddc
MS
444#define FUSE_COMPAT_MKNOD_IN_SIZE 8
445
9e6268db 446struct fuse_mknod_in {
4c82456e
MS
447 uint32_t mode;
448 uint32_t rdev;
449 uint32_t umask;
450 uint32_t padding;
9e6268db
MS
451};
452
453struct fuse_mkdir_in {
4c82456e
MS
454 uint32_t mode;
455 uint32_t umask;
9e6268db
MS
456};
457
458struct fuse_rename_in {
4c82456e 459 uint64_t newdir;
9e6268db
MS
460};
461
1560c974
MS
462struct fuse_rename2_in {
463 uint64_t newdir;
464 uint32_t flags;
465 uint32_t padding;
466};
467
9e6268db 468struct fuse_link_in {
4c82456e 469 uint64_t oldnodeid;
9e6268db
MS
470};
471
472struct fuse_setattr_in {
4c82456e
MS
473 uint32_t valid;
474 uint32_t padding;
475 uint64_t fh;
476 uint64_t size;
477 uint64_t lock_owner;
478 uint64_t atime;
479 uint64_t mtime;
ab9e13f7 480 uint64_t ctime;
4c82456e
MS
481 uint32_t atimensec;
482 uint32_t mtimensec;
ab9e13f7 483 uint32_t ctimensec;
4c82456e
MS
484 uint32_t mode;
485 uint32_t unused4;
486 uint32_t uid;
487 uint32_t gid;
488 uint32_t unused5;
9e6268db
MS
489};
490
b6aeaded 491struct fuse_open_in {
4c82456e
MS
492 uint32_t flags;
493 uint32_t unused;
e0a43ddc
MS
494};
495
496struct fuse_create_in {
4c82456e
MS
497 uint32_t flags;
498 uint32_t mode;
499 uint32_t umask;
500 uint32_t padding;
b6aeaded
MS
501};
502
503struct fuse_open_out {
4c82456e
MS
504 uint64_t fh;
505 uint32_t open_flags;
506 uint32_t padding;
b6aeaded
MS
507};
508
509struct fuse_release_in {
4c82456e
MS
510 uint64_t fh;
511 uint32_t flags;
512 uint32_t release_flags;
513 uint64_t lock_owner;
b6aeaded
MS
514};
515
516struct fuse_flush_in {
4c82456e
MS
517 uint64_t fh;
518 uint32_t unused;
519 uint32_t padding;
520 uint64_t lock_owner;
b6aeaded
MS
521};
522
523struct fuse_read_in {
4c82456e
MS
524 uint64_t fh;
525 uint64_t offset;
526 uint32_t size;
527 uint32_t read_flags;
528 uint64_t lock_owner;
529 uint32_t flags;
530 uint32_t padding;
b6aeaded
MS
531};
532
f3332114
MS
533#define FUSE_COMPAT_WRITE_IN_SIZE 24
534
b6aeaded 535struct fuse_write_in {
4c82456e
MS
536 uint64_t fh;
537 uint64_t offset;
538 uint32_t size;
539 uint32_t write_flags;
540 uint64_t lock_owner;
541 uint32_t flags;
542 uint32_t padding;
b6aeaded
MS
543};
544
545struct fuse_write_out {
4c82456e
MS
546 uint32_t size;
547 uint32_t padding;
b6aeaded
MS
548};
549
de5f1202
MS
550#define FUSE_COMPAT_STATFS_SIZE 48
551
e5e5558e
MS
552struct fuse_statfs_out {
553 struct fuse_kstatfs st;
554};
555
b6aeaded 556struct fuse_fsync_in {
4c82456e
MS
557 uint64_t fh;
558 uint32_t fsync_flags;
559 uint32_t padding;
b6aeaded
MS
560};
561
92a8780e 562struct fuse_setxattr_in {
4c82456e
MS
563 uint32_t size;
564 uint32_t flags;
92a8780e
MS
565};
566
567struct fuse_getxattr_in {
4c82456e
MS
568 uint32_t size;
569 uint32_t padding;
92a8780e
MS
570};
571
572struct fuse_getxattr_out {
4c82456e
MS
573 uint32_t size;
574 uint32_t padding;
92a8780e
MS
575};
576
71421259 577struct fuse_lk_in {
4c82456e
MS
578 uint64_t fh;
579 uint64_t owner;
71421259 580 struct fuse_file_lock lk;
4c82456e
MS
581 uint32_t lk_flags;
582 uint32_t padding;
71421259
MS
583};
584
585struct fuse_lk_out {
586 struct fuse_file_lock lk;
587};
588
31d40d74 589struct fuse_access_in {
4c82456e
MS
590 uint32_t mask;
591 uint32_t padding;
31d40d74
MS
592};
593
3ec870d5 594struct fuse_init_in {
4c82456e
MS
595 uint32_t major;
596 uint32_t minor;
597 uint32_t max_readahead;
598 uint32_t flags;
334f485d
MS
599};
600
e27c9d38
MS
601#define FUSE_COMPAT_INIT_OUT_SIZE 8
602#define FUSE_COMPAT_22_INIT_OUT_SIZE 24
603
3ec870d5 604struct fuse_init_out {
4c82456e
MS
605 uint32_t major;
606 uint32_t minor;
607 uint32_t max_readahead;
608 uint32_t flags;
609 uint16_t max_background;
610 uint16_t congestion_threshold;
611 uint32_t max_write;
e27c9d38
MS
612 uint32_t time_gran;
613 uint32_t unused[9];
3ec870d5
MS
614};
615
151060ac
TH
616#define CUSE_INIT_INFO_MAX 4096
617
618struct cuse_init_in {
4c82456e
MS
619 uint32_t major;
620 uint32_t minor;
621 uint32_t unused;
622 uint32_t flags;
151060ac
TH
623};
624
625struct cuse_init_out {
4c82456e
MS
626 uint32_t major;
627 uint32_t minor;
628 uint32_t unused;
629 uint32_t flags;
630 uint32_t max_read;
631 uint32_t max_write;
632 uint32_t dev_major; /* chardev major */
633 uint32_t dev_minor; /* chardev minor */
634 uint32_t spare[10];
151060ac
TH
635};
636
a4d27e75 637struct fuse_interrupt_in {
4c82456e 638 uint64_t unique;
a4d27e75
MS
639};
640
b2d2272f 641struct fuse_bmap_in {
4c82456e
MS
642 uint64_t block;
643 uint32_t blocksize;
644 uint32_t padding;
b2d2272f
MS
645};
646
647struct fuse_bmap_out {
4c82456e 648 uint64_t block;
b2d2272f
MS
649};
650
59efec7b 651struct fuse_ioctl_in {
4c82456e
MS
652 uint64_t fh;
653 uint32_t flags;
654 uint32_t cmd;
655 uint64_t arg;
656 uint32_t in_size;
657 uint32_t out_size;
59efec7b
TH
658};
659
1baa26b2 660struct fuse_ioctl_iovec {
4c82456e
MS
661 uint64_t base;
662 uint64_t len;
1baa26b2
MS
663};
664
59efec7b 665struct fuse_ioctl_out {
4c82456e
MS
666 int32_t result;
667 uint32_t flags;
668 uint32_t in_iovs;
669 uint32_t out_iovs;
59efec7b
TH
670};
671
95668a69 672struct fuse_poll_in {
4c82456e
MS
673 uint64_t fh;
674 uint64_t kh;
675 uint32_t flags;
676 uint32_t events;
95668a69
TH
677};
678
679struct fuse_poll_out {
4c82456e
MS
680 uint32_t revents;
681 uint32_t padding;
95668a69
TH
682};
683
684struct fuse_notify_poll_wakeup_out {
4c82456e 685 uint64_t kh;
95668a69
TH
686};
687
05ba1f08 688struct fuse_fallocate_in {
4c82456e
MS
689 uint64_t fh;
690 uint64_t offset;
691 uint64_t length;
692 uint32_t mode;
693 uint32_t padding;
05ba1f08
AP
694};
695
334f485d 696struct fuse_in_header {
4c82456e
MS
697 uint32_t len;
698 uint32_t opcode;
699 uint64_t unique;
700 uint64_t nodeid;
701 uint32_t uid;
702 uint32_t gid;
703 uint32_t pid;
704 uint32_t padding;
334f485d
MS
705};
706
707struct fuse_out_header {
4c82456e
MS
708 uint32_t len;
709 int32_t error;
710 uint64_t unique;
334f485d
MS
711};
712
e5e5558e 713struct fuse_dirent {
4c82456e
MS
714 uint64_t ino;
715 uint64_t off;
716 uint32_t namelen;
717 uint32_t type;
c628ee67 718 char name[];
e5e5558e
MS
719};
720
21f3da95 721#define FUSE_NAME_OFFSET offsetof(struct fuse_dirent, name)
4c82456e
MS
722#define FUSE_DIRENT_ALIGN(x) \
723 (((x) + sizeof(uint64_t) - 1) & ~(sizeof(uint64_t) - 1))
e5e5558e
MS
724#define FUSE_DIRENT_SIZE(d) \
725 FUSE_DIRENT_ALIGN(FUSE_NAME_OFFSET + (d)->namelen)
29d434b3 726
0b05b183
AA
727struct fuse_direntplus {
728 struct fuse_entry_out entry_out;
729 struct fuse_dirent dirent;
730};
731
732#define FUSE_NAME_OFFSET_DIRENTPLUS \
733 offsetof(struct fuse_direntplus, dirent.name)
734#define FUSE_DIRENTPLUS_SIZE(d) \
735 FUSE_DIRENT_ALIGN(FUSE_NAME_OFFSET_DIRENTPLUS + (d)->dirent.namelen)
736
3b463ae0 737struct fuse_notify_inval_inode_out {
4c82456e
MS
738 uint64_t ino;
739 int64_t off;
740 int64_t len;
3b463ae0
JM
741};
742
743struct fuse_notify_inval_entry_out {
4c82456e
MS
744 uint64_t parent;
745 uint32_t namelen;
746 uint32_t padding;
3b463ae0
JM
747};
748
451d0f59 749struct fuse_notify_delete_out {
4c82456e
MS
750 uint64_t parent;
751 uint64_t child;
752 uint32_t namelen;
753 uint32_t padding;
451d0f59
JM
754};
755
a1d75f25 756struct fuse_notify_store_out {
4c82456e
MS
757 uint64_t nodeid;
758 uint64_t offset;
759 uint32_t size;
760 uint32_t padding;
a1d75f25
MS
761};
762
2d45ba38 763struct fuse_notify_retrieve_out {
4c82456e
MS
764 uint64_t notify_unique;
765 uint64_t nodeid;
766 uint64_t offset;
767 uint32_t size;
768 uint32_t padding;
2d45ba38
MS
769};
770
771/* Matches the size of fuse_write_in */
772struct fuse_notify_retrieve_in {
4c82456e
MS
773 uint64_t dummy1;
774 uint64_t offset;
775 uint32_t size;
776 uint32_t dummy2;
777 uint64_t dummy3;
778 uint64_t dummy4;
2d45ba38
MS
779};
780
00c570f4
MS
781/* Device ioctls: */
782#define FUSE_DEV_IOC_CLONE _IOR(229, 0, uint32_t)
783
0b5da8db
R
784struct fuse_lseek_in {
785 uint64_t fh;
786 uint64_t offset;
787 uint32_t whence;
788 uint32_t padding;
789};
790
791struct fuse_lseek_out {
792 uint64_t offset;
793};
794
29d434b3 795#endif /* _LINUX_FUSE_H */