Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dtdb.c148 #define TDB_SEQNUM_OFS offsetof(struct tdb_header, sequence_number) macro
3092 if (tdb_ofs_read(tdb, TDB_SEQNUM_OFS, &seqnum) == -1) in tdb_increment_seqnum_nonblock()
3095 (void) tdb_ofs_write(tdb, TDB_SEQNUM_OFS, &seqnum); in tdb_increment_seqnum_nonblock()
3108 if (tdb_brlock(tdb, TDB_SEQNUM_OFS, F_WRLCK, F_SETLKW, 1, 1) != 0) { in tdb_increment_seqnum()
3114 tdb_brlock(tdb, TDB_SEQNUM_OFS, F_UNLCK, F_SETLKW, 1, 1); in tdb_increment_seqnum()
3696 if (tdb_ofs_read(tdb, TDB_SEQNUM_OFS, &seqnum) == -1) in tdb_get_seqnum()