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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/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 41 milliseconds