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

/linux-master/fs/ocfs2/
H A Dquota.h45 struct ocfs2_quota_recovery { struct
66 struct ocfs2_quota_recovery *dqi_rec; /* Pointer to recovery
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);
H A Dquota_local.c328 void ocfs2_free_quota_recovery(struct ocfs2_quota_recovery *rec)
370 static struct ocfs2_quota_recovery *ocfs2_alloc_quota_recovery(void)
373 struct ocfs2_quota_recovery *rec;
375 rec = kmalloc(sizeof(struct ocfs2_quota_recovery), GFP_NOFS);
384 struct ocfs2_quota_recovery *ocfs2_begin_quota_recovery(
399 struct ocfs2_quota_recovery *rec;
460 struct ocfs2_quota_recovery *rec)
586 struct ocfs2_quota_recovery *rec,
694 struct ocfs2_quota_recovery *rec;
H A Docfs2.h291 struct ocfs2_quota_recovery;
381 struct ocfs2_quota_recovery *quota_rec;
H A Djournal.c66 struct ocfs2_quota_recovery *qrec,
1245 struct ocfs2_quota_recovery *lri_qrec;
1267 struct ocfs2_quota_recovery *qrec;
1337 struct ocfs2_quota_recovery *qrec,
1414 struct ocfs2_quota_recovery *qrec;

Completed in 122 milliseconds