Searched refs:tid_gt (Results 1 - 8 of 8) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Djournal.c538 while (tid_gt(tid, journal->j_commit_sequence)) {
544 !tid_gt(tid, journal->j_commit_sequence));
H A Drevoke.c652 if (tid_gt(sequence, record->sequence))
675 if (tid_gt(sequence, record->sequence))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Djournal.c538 while (tid_gt(tid, journal->j_commit_sequence)) {
544 !tid_gt(tid, journal->j_commit_sequence));
H A Drevoke.c661 if (tid_gt(sequence, record->sequence))
684 if (tid_gt(sequence, record->sequence))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djbd.h1035 static inline int tid_gt(tid_t x, tid_t y) function
H A Djbd2.h1043 static inline int tid_gt(tid_t x, tid_t y) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c11195 if (tid_gt(sequence, record->sequence))
11217 if (tid_gt(sequence, record->sequence))
H A De2fsck.h632 #define tid_gt(x, y) ((x - y) > 0) macro

Completed in 161 milliseconds