Home
last modified time | relevance | path

Searched refs:FUSE_CAP_POSIX_LOCKS (Results 1 – 5 of 5) sorted by relevance

/third_party/libfuse/example/
Dprintcap.c42 if(conn->capable & FUSE_CAP_POSIX_LOCKS) in pc_init()
/third_party/libfuse/include/
Dfuse_common.h172 #define FUSE_CAP_POSIX_LOCKS (1 << 1) macro
/third_party/libfuse/lib/
Dhelper.c441 LL_DISABLE(opts->no_remote_posix_lock, FUSE_CAP_POSIX_LOCKS); in fuse_apply_conn_info_opts()
Dfuse_lowlevel.c1979 se->conn.capable |= FUSE_CAP_POSIX_LOCKS;
2062 FUSE_CAP_POSIX_LOCKS);
2124 if (se->conn.want & FUSE_CAP_POSIX_LOCKS)
Dfuse.c2600 conn->want &= ~FUSE_CAP_POSIX_LOCKS; in fuse_fs_init()