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