Lines Matching defs:want
151 * Capability bits for 'fuse_conn_info.capable' and 'fuse_conn_info.want' *
329 * Setting (or unsetting) this flag in the `want` field has *no
381 * setting this flag in the `want` field of the `fuse_conn_info` structure.
393 * Setting (or unsetting) this flag in the `want` field has *no effect*.
405 * By setting this flag in the `want` field of the `fuse_conn_info` structure,
513 unsigned want;
589 * Before using this function, think twice if you really want these
599 * -o async_read sets FUSE_CAP_ASYNC_READ in conn->want
600 * -o sync_read unsets FUSE_CAP_ASYNC_READ in conn->want
601 * -o atomic_o_trunc sets FUSE_CAP_ATOMIC_O_TRUNC in conn->want
603 * -o no_remote_flock Unsets FUSE_CAP_FLOCK_LOCKS in conn->want
604 * -o no_remote_posix_lock Unsets FUSE_CAP_POSIX_LOCKS in conn->want
605 * -o [no_]splice_write (un-)sets FUSE_CAP_SPLICE_WRITE in conn->want
606 * -o [no_]splice_move (un-)sets FUSE_CAP_SPLICE_MOVE in conn->want
607 * -o [no_]splice_read (un-)sets FUSE_CAP_SPLICE_READ in conn->want
608 * -o [no_]auto_inval_data (un-)sets FUSE_CAP_AUTO_INVAL_DATA in conn->want
609 * -o readdirplus=no unsets FUSE_CAP_READDIRPLUS in conn->want
611 * FUSE_CAP_READDIRPLUS_AUTO in conn->want
613 * FUSE_CAP_READDIRPLUS_AUTO in conn->want
614 * -o [no_]async_dio (un-)sets FUSE_CAP_ASYNC_DIO in conn->want
615 * -o [no_]writeback_cache (un-)sets FUSE_CAP_WRITEBACK_CACHE in conn->want