Searched refs:FUSE_SETLKW (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/uapi/linux/ | ||
D | fuse.h | 348 FUSE_SETLKW = 33, enumerator |
/linux-4.1.27/fs/fuse/ | ||
D | file.c | 2146 int opcode = (fl->fl_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk() |