Home
last modified time | relevance | path

Searched refs:new_lck (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dtdb.c403 struct tdb_lock_type *new_lck; in _tdb_lock() local
446 new_lck = (struct tdb_lock_type *)realloc( in _tdb_lock()
449 if (new_lck == NULL) { in _tdb_lock()
453 tdb->lockrecs = new_lck; in _tdb_lock()