Searched refs:r_list (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_log_recover.h | 34 struct hlist_node r_list; member
|
/linux-4.19.296/drivers/lightnvm/ |
D | pblk-gc.c | 342 if (list_empty(&gc->r_list)) { in pblk_gc_read() 347 line = list_first_entry(&gc->r_list, struct pblk_line, list); in pblk_gc_read() 460 list_add_tail(&line->list, &gc->r_list); in pblk_gc_run() 665 INIT_LIST_HEAD(&gc->r_list); in pblk_gc_init()
|
D | pblk.h | 253 struct list_head r_list; member
|
/linux-4.19.296/fs/ocfs2/ |
D | quota_local.c | 333 free_recovery_list(&(rec->r_list[type])); in ocfs2_free_quota_recovery() 379 INIT_LIST_HEAD(&(rec->r_list[type])); in ocfs2_alloc_quota_recovery() 437 &rec->r_list[type]); in ocfs2_begin_quota_recovery() 476 list_for_each_entry_safe(rchunk, next, &(rec->r_list[type]), rc_list) { in ocfs2_recover_local_quota_file() 575 free_recovery_list(&(rec->r_list[type])); in ocfs2_recover_local_quota_file() 602 if (list_empty(&(rec->r_list[type]))) in ocfs2_finish_quota_recovery() 749 &rec->r_list[type]); in ocfs2_local_read_info()
|
D | quota.h | 46 struct list_head r_list[OCFS2_MAXQUOTAS]; /* List of chunks to recover */ member
|
/linux-4.19.296/fs/xfs/ |
D | xfs_log_recover.c | 4192 hlist_del_init(&trans->r_list); in xlog_recover_commit_trans() 4394 hlist_del_init(&trans->r_list); in xlog_recover_free_trans() 4487 hlist_for_each_entry(trans, rhp, r_list) { in xlog_recover_ophdr_to_trans() 4509 INIT_HLIST_NODE(&trans->r_list); in xlog_recover_ophdr_to_trans() 4510 hlist_add_head(&trans->r_list, rhp); in xlog_recover_ophdr_to_trans() 5581 hlist_for_each_entry_safe(trans, tmp, &rhash[i], r_list) in xlog_do_recovery_pass()
|