Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dquota.h27 struct ocfs2_dquot { struct
72 static inline struct ocfs2_dquot *OCFS2_DQUOT(struct dquot *dquot) in OCFS2_DQUOT()
74 return container_of(dquot, struct ocfs2_dquot, dq_dquot); in OCFS2_DQUOT()
Dquota_local.c871 struct ocfs2_dquot *od = private; in olq_set_dquot()
896 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); in ocfs2_local_write_dquot()
1222 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); in ocfs2_create_local_dquot()
1274 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); in ocfs2_local_release_dquot()
Dquota_global.c702 struct ocfs2_dquot *odquot, *next_odquot; in ocfs2_drop_dquot_refs()
995 struct ocfs2_dquot *dquot = in ocfs2_alloc_dquot()
Dsuper.c1775 sizeof(struct ocfs2_dquot), in ocfs2_initialize_mem_caches()