Searched refs:FUSE_SETLKW (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/ | ||
A D | fuse.h | 556 FUSE_SETLKW = 33, enumerator |
/linux-6.3-rc2/fs/fuse/ | ||
A D | file.c | 2612 int opcode = (fl->fl_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk() |
Completed in 13 milliseconds