Lines Matching refs:dquot
27 struct dquot dq_dquot; /* Generic VFS dquot */
71 static inline struct ocfs2_dquot *OCFS2_DQUOT(struct dquot *dquot) in OCFS2_DQUOT() argument
73 return container_of(dquot, struct ocfs2_dquot, dq_dquot); in OCFS2_DQUOT()
99 int ocfs2_global_read_dquot(struct dquot *dquot);
100 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing);
101 static inline int ocfs2_sync_dquot(struct dquot *dquot) in ocfs2_sync_dquot() argument
103 return __ocfs2_sync_dquot(dquot, 0); in ocfs2_sync_dquot()
105 static inline int ocfs2_global_release_dquot(struct dquot *dquot) in ocfs2_global_release_dquot() argument
107 return __ocfs2_sync_dquot(dquot, 1); in ocfs2_global_release_dquot()
115 int ocfs2_create_local_dquot(struct dquot *dquot);
116 int ocfs2_local_release_dquot(handle_t *handle, struct dquot *dquot);
117 int ocfs2_local_write_dquot(struct dquot *dquot);