Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dtdb.c412 struct tdb_lock_type *new_lck; in _tdb_lock() local
455 new_lck = (struct tdb_lock_type *)realloc( in _tdb_lock()
458 if (new_lck == NULL) { in _tdb_lock()
462 tdb->lockrecs = new_lck; in _tdb_lock()