Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dfuse.h257 FUSE_SETLK = 32, enumerator
/linux-2.6.39/fs/fuse/
Dfile.c1494 int opcode = (fl->fl_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk()