gvisor/pkg/sentry/fs/lock
Fabricio Voznika 67565078bb Implement flock(2) in VFS2
LockFD is the generic implementation that can be embedded in
FileDescriptionImpl implementations. Unique lock ID is
maintained in vfs.FileDescription and is created on demand.

Updates #1480

PiperOrigin-RevId: 315604825
2020-06-09 18:46:42 -07:00
..
BUILD
lock.go Implement flock(2) in VFS2 2020-06-09 18:46:42 -07:00
lock_range_test.go
lock_set_functions.go Implement flock(2) in VFS2 2020-06-09 18:46:42 -07:00
lock_test.go Implement flock(2) in VFS2 2020-06-09 18:46:42 -07:00