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