kubernetes/pkg/util/flock/flock_unix.go

// Acquire acquires a lock on a file for the duration of the process. This method
// is reentrant.
func Acquire(path string) error {}