Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dquota.h45 struct ocfs2_quota_recovery { struct
66 struct ocfs2_quota_recovery *dqi_rec; /* Pointer to recovery argument
88 struct ocfs2_quota_recovery *ocfs2_begin_quota_recovery(
91 struct ocfs2_quota_recovery *rec,
93 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.h291 struct ocfs2_quota_recovery;
381 struct ocfs2_quota_recovery *quota_rec;
Djournal.c65 struct ocfs2_quota_recovery *qrec,
1234 struct ocfs2_quota_recovery *lri_qrec;
1256 struct ocfs2_quota_recovery *qrec; in ocfs2_complete_recovery()
1326 struct ocfs2_quota_recovery *qrec, in ocfs2_queue_recovery_completion()
1403 struct ocfs2_quota_recovery *qrec; in __ocfs2_recovery_thread()