Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfuse.h117 * - add FUSE_FLOCK_LOCKS and FUSE_RELEASE_FLOCK_UNLOCK
497 #define FUSE_RELEASE_FLOCK_UNLOCK (1 << 1)
486 #define FUSE_RELEASE_FLOCK_UNLOCK global() macro
/linux/fs/fuse/
H A Dfile.c346 ra->inarg.release_flags |= FUSE_RELEASE_FLOCK_UNLOCK; in fuse_file_release()