Home
last modified time | relevance | path

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

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