Lines Matching refs:xfs_dquot
33 typedef struct xfs_dquot { struct
87 static inline int xfs_dqlock_nowait(struct xfs_dquot *dqp) in xfs_dqlock_nowait()
92 static inline void xfs_dqlock(struct xfs_dquot *dqp) in xfs_dqlock()
97 static inline void xfs_dqunlock(struct xfs_dquot *dqp) in xfs_dqunlock()
134 static inline bool xfs_dquot_lowsp(struct xfs_dquot *dqp) in xfs_dquot_lowsp()
152 extern int xfs_qm_dqflush(struct xfs_dquot *, struct xfs_buf **);
157 struct xfs_dquot *);
162 struct xfs_dquot **dqpp);
165 struct xfs_dquot **dqpp);
167 uint type, struct xfs_dquot **dqpp);
170 struct xfs_dquot **dqpp);
173 extern void xfs_dqlock2(struct xfs_dquot *, struct xfs_dquot *);
175 extern void xfs_dquot_set_prealloc_limits(struct xfs_dquot *);
177 static inline struct xfs_dquot *xfs_qm_dqhold(struct xfs_dquot *dqp) in xfs_qm_dqhold()
185 typedef int (*xfs_qm_dqiterate_fn)(struct xfs_dquot *dq, uint dqtype,