Home
last modified time | relevance | path

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

/external/libfuse/include/
Dfuse_common.h154 #define FUSE_CAP_POSIX_LOCKS (1 << 1) macro
/external/libfuse/lib/
Dhelper.c404 LL_DISABLE(opts->no_remote_posix_lock, FUSE_CAP_POSIX_LOCKS); in fuse_apply_conn_info_opts()
Dfuse_lowlevel.c2029 se->conn.capable |= FUSE_CAP_POSIX_LOCKS; in do_init()
2102 FUSE_CAP_POSIX_LOCKS); in do_init()
2158 if (se->conn.want & FUSE_CAP_POSIX_LOCKS) in do_init()
Dfuse.c2649 conn->want &= ~FUSE_CAP_POSIX_LOCKS; in fuse_fs_init()