Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h837 static inline int tid_geq(tid_t x, tid_t y) EXT2FS_ATTR((unused));
848 static inline int tid_geq(tid_t x, tid_t y) in tid_geq() function
/external/e2fsprogs/e2fsck/
Drecovery.c401 if (tid_geq(next_commit_ID, info->end_transaction)) in do_one_pass()