Searched refs:F_GETLK64 (Results 1 – 6 of 6) sorted by relevance
111 #ifndef F_GETLK64112 #define F_GETLK64 12 /* using 'struct flock64' */ macro
31 #define F_GETLK64 33 /* using 'struct flock64' */ macro
142 #ifdef F_GETLK64143 { F_GETLK64, "F_GETLK64" },398 #if defined(F_GETLK64) && F_GETLK64+0!=F_GETLK in sys_fcntl()399 case F_GETLK64: in sys_fcntl()
44 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64)
1304 case F_GETLK64: in PRE()1311 if (ARG3 && (ARG2 == F_GETLK || ARG2 == F_GETLK64)) in PRE()1327 if (ARG3 && (ARG2 == F_GETLK || ARG2 == F_GETLK64)) in POST()
147 public static final int F_GETLK64 = placeholder(); field in OsConstants