Home
last modified time | relevance | path

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

/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
/fs/xfs/libxfs/
Dxfs_log_recover.h34 struct hlist_node r_list; member
/fs/xfs/
Dxfs_log_recover.c4137 hlist_del_init(&trans->r_list); in xlog_recover_commit_trans()
4348 hlist_del_init(&trans->r_list); in xlog_recover_free_trans()
4441 hlist_for_each_entry(trans, rhp, r_list) { in xlog_recover_ophdr_to_trans()
4463 INIT_HLIST_NODE(&trans->r_list); in xlog_recover_ophdr_to_trans()
4464 hlist_add_head(&trans->r_list, rhp); in xlog_recover_ophdr_to_trans()
5567 hlist_for_each_entry_safe(trans, tmp, &rhash[i], r_list) in xlog_do_recovery_pass()