Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dtdb.c405 struct tdb_lock_type *new_lck; in _tdb_lock() local
448 new_lck = (struct tdb_lock_type *)realloc( in _tdb_lock()
451 if (new_lck == NULL) { in _tdb_lock()
455 tdb->lockrecs = new_lck; in _tdb_lock()