Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log_recover.h48 struct xlog_recover *r_next; member
Dxfs_log_recover.c1351 p = p->r_next; in xlog_recover_find_tid()
1361 trans->r_next = *q; in xlog_recover_put_hashq()
1504 *q = (*q)->r_next; in xlog_recover_unlink_tid()
1508 if (tp->r_next == trans) { in xlog_recover_unlink_tid()
1512 tp = tp->r_next; in xlog_recover_unlink_tid()
1520 tp->r_next = tp->r_next->r_next; in xlog_recover_unlink_tid()
/fs/reiserfs/
Dprocfs.c424 static void *r_next(struct seq_file *m, void *v, loff_t * pos) in r_next() function
447 .next = r_next,