Home
last modified time | relevance | path

Searched refs:r_list (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_recover.h34 struct hlist_node r_list; member
/linux-4.19.296/drivers/lightnvm/
Dpblk-gc.c342 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()
Dpblk.h253 struct list_head r_list; member
/linux-4.19.296/fs/ocfs2/
Dquota_local.c333 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()
Dquota.h46 struct list_head r_list[OCFS2_MAXQUOTAS]; /* List of chunks to recover */ member
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c4192 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()