Lines Matching refs:LL_SET_DEFAULT
2050 #define LL_SET_DEFAULT(cond, cap) \
2053 LL_SET_DEFAULT(1, FUSE_CAP_ASYNC_READ);
2054 LL_SET_DEFAULT(1, FUSE_CAP_PARALLEL_DIROPS);
2055 LL_SET_DEFAULT(1, FUSE_CAP_AUTO_INVAL_DATA);
2056 LL_SET_DEFAULT(1, FUSE_CAP_HANDLE_KILLPRIV);
2057 LL_SET_DEFAULT(1, FUSE_CAP_ASYNC_DIO);
2058 LL_SET_DEFAULT(1, FUSE_CAP_IOCTL_DIR);
2059 LL_SET_DEFAULT(1, FUSE_CAP_ATOMIC_O_TRUNC);
2060 LL_SET_DEFAULT(se->op.write_buf, FUSE_CAP_SPLICE_READ);
2061 LL_SET_DEFAULT(se->op.getlk && se->op.setlk,
2063 LL_SET_DEFAULT(se->op.flock, FUSE_CAP_FLOCK_LOCKS);
2064 LL_SET_DEFAULT(se->op.readdirplus, FUSE_CAP_READDIRPLUS);
2065 LL_SET_DEFAULT(se->op.readdirplus && se->op.readdir,
2070 * LL_SET_DEFAULT(1, FUSE_CAP_SETXATTR_EXT);