Searched refs:TDB_SEQNUM_OFS (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 142 #define TDB_SEQNUM_OFS offsetof(struct tdb_header, sequence_number) macro 3078 tdb_ofs_read(tdb, TDB_SEQNUM_OFS, &seqnum); in tdb_increment_seqnum_nonblock() 3080 tdb_ofs_write(tdb, TDB_SEQNUM_OFS, &seqnum); in tdb_increment_seqnum_nonblock() 3093 if (tdb_brlock(tdb, TDB_SEQNUM_OFS, F_WRLCK, F_SETLKW, 1, 1) != 0) { in tdb_increment_seqnum() 3099 tdb_brlock(tdb, TDB_SEQNUM_OFS, F_UNLCK, F_SETLKW, 1, 1); in tdb_increment_seqnum() 3680 tdb_ofs_read(tdb, TDB_SEQNUM_OFS, &seqnum); in tdb_get_seqnum()
|