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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Dorphan.c550 * @last_cmt_no: cmt_no of last orphan node read is passed and returned here
559 unsigned long long *last_cmt_no, int *outofdate,
590 if (cmt_no < *last_cmt_no && *last_flagged) {
624 *last_cmt_no = cmt_no;
648 unsigned long long last_cmt_no = 0; local
682 err = do_kill_orphans(c, sleb, &last_cmt_no, &outofdate,
558 do_kill_orphans(struct ubifs_info *c, struct ubifs_scan_leb *sleb, unsigned long long *last_cmt_no, int *outofdate, int *last_flagged) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Dorphan.c550 * @last_cmt_no: cmt_no of last orphan node read is passed and returned here
559 unsigned long long *last_cmt_no, int *outofdate,
590 if (cmt_no < *last_cmt_no && *last_flagged) {
624 *last_cmt_no = cmt_no;
648 unsigned long long last_cmt_no = 0; local
682 err = do_kill_orphans(c, sleb, &last_cmt_no, &outofdate,
558 do_kill_orphans(struct ubifs_info *c, struct ubifs_scan_leb *sleb, unsigned long long *last_cmt_no, int *outofdate, int *last_flagged) argument

Completed in 53 milliseconds