Lines Matching +full:pm +full:- +full:api
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
44 * A pseudo-fuse errno used indicate that a fuse operation should have no
76 * fusefs-libs, but not by the FUSE protocol.
148 * In fusefs-libs 3.4.2 and below the buffer size is fixed at 0x21000
149 * minus the header sizes. fusefs-libs 3.4.3 (and FUSE Protocol 7.29)
152 * See fuse_kern_chan.c in fusefs-libs 2.9.9 and below, or
153 * FUSE_DEFAULT_MAX_PAGES_PER_REQ in fusefs-libs 3.4.3 and above.
156 max_max_write + 0x1000 - sizeof(struct fuse_in_header)
276 * Operates directly on the fusefs(4) kernel API, not the libfuse(3) user api.
290 /* The minor version of the kernel API that this mock daemon targets */
340 /* pid of child process, for two-process test cases */
358 enum poll_method pm, uint32_t flags,