Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfuse.h467 #define FUSE_RELEASE_FLOCK_UNLOCK (1 << 1) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h477 #define FUSE_RELEASE_FLOCK_UNLOCK (1 << 1) macro
/openbmc/linux/fs/fuse/
H A Dfile.c315 ra->inarg.release_flags |= FUSE_RELEASE_FLOCK_UNLOCK; in fuse_file_release()