Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Dquota.h44 struct ocfs2_quota_recovery { struct
65 struct ocfs2_quota_recovery *dqi_rec; /* Pointer to recovery argument
87 struct ocfs2_quota_recovery *ocfs2_begin_quota_recovery(
90 struct ocfs2_quota_recovery *rec,
92 void ocfs2_free_quota_recovery(struct ocfs2_quota_recovery *rec);
Dquota_local.c328 void ocfs2_free_quota_recovery(struct ocfs2_quota_recovery *rec) in ocfs2_free_quota_recovery()
370 static struct ocfs2_quota_recovery *ocfs2_alloc_quota_recovery(void) in ocfs2_alloc_quota_recovery()
373 struct ocfs2_quota_recovery *rec; in ocfs2_alloc_quota_recovery()
375 rec = kmalloc(sizeof(struct ocfs2_quota_recovery), GFP_NOFS); in ocfs2_alloc_quota_recovery()
384 struct ocfs2_quota_recovery *ocfs2_begin_quota_recovery( in ocfs2_begin_quota_recovery()
399 struct ocfs2_quota_recovery *rec; in ocfs2_begin_quota_recovery()
460 struct ocfs2_quota_recovery *rec) in ocfs2_recover_local_quota_file()
583 struct ocfs2_quota_recovery *rec, in ocfs2_finish_quota_recovery()
691 struct ocfs2_quota_recovery *rec; in ocfs2_local_read_info()
Docfs2.h302 struct ocfs2_quota_recovery;
394 struct ocfs2_quota_recovery *quota_rec;
Djournal.c81 struct ocfs2_quota_recovery *qrec,
1209 struct ocfs2_quota_recovery *lri_qrec;
1231 struct ocfs2_quota_recovery *qrec; in ocfs2_complete_recovery()
1301 struct ocfs2_quota_recovery *qrec, in ocfs2_queue_recovery_completion()
1379 struct ocfs2_quota_recovery *qrec; in __ocfs2_recovery_thread()