kubernetes/vendor/go.etcd.io/bbolt/mlock_unix.go

// mlock locks memory of db file
func mlock(db *DB, fileSize int) error {}

// munlock unlocks memory of db file
func munlock(db *DB, fileSize int) error {}