Home
last modified time | relevance | path

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

/linux-4.1.27/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.c329 void ocfs2_free_quota_recovery(struct ocfs2_quota_recovery *rec) in ocfs2_free_quota_recovery()
371 static struct ocfs2_quota_recovery *ocfs2_alloc_quota_recovery(void) in ocfs2_alloc_quota_recovery()
374 struct ocfs2_quota_recovery *rec; in ocfs2_alloc_quota_recovery()
376 rec = kmalloc(sizeof(struct ocfs2_quota_recovery), GFP_NOFS); in ocfs2_alloc_quota_recovery()
385 struct ocfs2_quota_recovery *ocfs2_begin_quota_recovery( in ocfs2_begin_quota_recovery()
400 struct ocfs2_quota_recovery *rec; in ocfs2_begin_quota_recovery()
461 struct ocfs2_quota_recovery *rec) in ocfs2_recover_local_quota_file()
584 struct ocfs2_quota_recovery *rec, in ocfs2_finish_quota_recovery()
692 struct ocfs2_quota_recovery *rec; in ocfs2_local_read_info()
Docfs2.h300 struct ocfs2_quota_recovery;
392 struct ocfs2_quota_recovery *quota_rec;
Djournal.c81 struct ocfs2_quota_recovery *qrec,
1182 struct ocfs2_quota_recovery *lri_qrec;
1204 struct ocfs2_quota_recovery *qrec; in ocfs2_complete_recovery()
1274 struct ocfs2_quota_recovery *qrec, in ocfs2_queue_recovery_completion()
1352 struct ocfs2_quota_recovery *qrec; in __ocfs2_recovery_thread()