Searched refs:F_SETLK (Results 1 – 4 of 4) sorted by relevance
98 rc = fcntl(fd, F_SETLK, &fl); in Java_java_util_prefs_FileSystemPreferences_lockFile0()132 rc = fcntl(fd, F_SETLK, &fl); in Java_java_util_prefs_FileSystemPreferences_unlockFile0()
49 #define F_SETLK64 F_SETLK
260 public static final int F_SETLK = placeholder(); field in OsConstants
234 initConstant(env, c, "F_SETLK", F_SETLK); in OsConstants_initConstants()