Searched refs:TDB_SEQNUM (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.h49 #define TDB_SEQNUM 128 /* maintain a sequence number */ macro
H A Dtdb.c197 tdb_off_t sequence_number; /* used when TDB_SEQNUM is set */
3064 the TDB_SEQNUM flag
3070 if (!(tdb->flags & TDB_SEQNUM)) {
3084 the TDB_SEQNUM flag
3088 if (!(tdb->flags & TDB_SEQNUM)) {
3667 with TDB_SEQNUM set. Note that this sequence number will wrap quite
3704 tdb->flags |= TDB_SEQNUM;

Completed in 1419 milliseconds