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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dquota.h40 struct ocfs2_quota_recovery { struct
60 struct ocfs2_quota_recovery *dqi_rec; /* Pointer to recovery
82 struct ocfs2_quota_recovery *ocfs2_begin_quota_recovery(
85 struct ocfs2_quota_recovery *rec,
87 void ocfs2_free_quota_recovery(struct ocfs2_quota_recovery *rec);
H A Dquota_local.c335 void ocfs2_free_quota_recovery(struct ocfs2_quota_recovery *rec)
377 static struct ocfs2_quota_recovery *ocfs2_alloc_quota_recovery(void)
380 struct ocfs2_quota_recovery *rec;
382 rec = kmalloc(sizeof(struct ocfs2_quota_recovery), GFP_NOFS);
391 struct ocfs2_quota_recovery *ocfs2_begin_quota_recovery(
405 struct ocfs2_quota_recovery *rec;
464 struct ocfs2_quota_recovery *rec)
584 struct ocfs2_quota_recovery *rec,
689 struct ocfs2_quota_recovery *rec;
H A Docfs2.h272 struct ocfs2_quota_recovery;
365 struct ocfs2_quota_recovery *quota_rec;
H A Djournal.c77 struct ocfs2_quota_recovery *qrec);
1174 struct ocfs2_quota_recovery *lri_qrec;
1195 struct ocfs2_quota_recovery *qrec;
1267 struct ocfs2_quota_recovery *qrec)
1341 struct ocfs2_quota_recovery *qrec;

Completed in 127 milliseconds