Home
last modified time | relevance | path

Searched refs:LL_SET_DEFAULT (Results 1 - 1 of 1) sorted by relevance

/third_party/libfuse/lib/
H A Dfuse_lowlevel.c2050 #define LL_SET_DEFAULT(cond, cap) \ macro
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(s
[all...]

Completed in 4 milliseconds