Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfuse.h601 FUSE_SETLK = 32, enumerator
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h611 FUSE_SETLK = 32, enumerator
/openbmc/linux/fs/fuse/
H A Dfile.c2582 int opcode = (fl->fl_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk()