Searched refs:F_SETLKW64 (Results 1 – 5 of 5) sorted by relevance
54 #define F_SETLKW64 F_SETLKW macro215 cmd = F_SETLKW64; in FileDispatcherImpl_lock0()
552 public static final int F_SETLKW64; field in OsConstants553 static { F_SETLKW64 = 0; }
251 #if defined(F_SETLKW64) in OsConstants_initConstants()252 initConstant(env, c, "F_SETLKW64", F_SETLKW64); in OsConstants_initConstants()
353 public static final int F_SETLKW64 = placeholder(); field in OsConstants
327 field public static final int F_SETLKW64;