Home
last modified time | relevance | path

Searched refs:FUSE_POSIX_LOCKS (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/fuse/
Dinode.c901 if (!(arg->flags & FUSE_POSIX_LOCKS)) in process_init_reply()
907 if (!(arg->flags & FUSE_POSIX_LOCKS)) in process_init_reply()
983 FUSE_ASYNC_READ | FUSE_POSIX_LOCKS | FUSE_ATOMIC_O_TRUNC | in fuse_send_init()
/Linux-v5.4/include/uapi/linux/
Dfuse.h319 #define FUSE_POSIX_LOCKS (1 << 1) macro