ocfs2_dquot
static inline struct ocfs2_dquot *OCFS2_DQUOT(struct dquot *dquot)
return container_of(dquot, struct ocfs2_dquot, dq_dquot);
struct ocfs2_dquot *dquot =
struct ocfs2_dquot *odquot, *next_odquot;
struct ocfs2_dquot *od = OCFS2_DQUOT(dquot);
struct ocfs2_dquot *od = OCFS2_DQUOT(dquot);
struct ocfs2_dquot *od = private;
struct ocfs2_dquot *od = OCFS2_DQUOT(dquot);
sizeof(struct ocfs2_dquot),