Searched refs:F_SETLKW64 (Results 1 – 3 of 3) sorted by relevance
54 #define F_SETLKW64 F_SETLKW macro215 cmd = F_SETLKW64; in FileDispatcherImpl_lock0()
246 #if defined(F_SETLKW64) in OsConstants_initConstants()247 initConstant(env, c, "F_SETLKW64", F_SETLKW64); in OsConstants_initConstants()
293 public static final int F_SETLKW64 = placeholder(); field in OsConstants