Lines Matching refs:xfs_dquot
33 typedef struct xfs_dquot { struct
86 static inline int xfs_dqlock_nowait(struct xfs_dquot *dqp) in xfs_dqlock_nowait()
91 static inline void xfs_dqlock(struct xfs_dquot *dqp) in xfs_dqlock()
96 static inline void xfs_dqunlock(struct xfs_dquot *dqp) in xfs_dqunlock()
133 static inline bool xfs_dquot_lowsp(struct xfs_dquot *dqp) in xfs_dquot_lowsp()
151 extern int xfs_qm_dqflush(struct xfs_dquot *, struct xfs_buf **);
156 struct xfs_dquot *);
161 struct xfs_dquot **dqpp);
164 struct xfs_dquot **dqpp);
166 uint type, struct xfs_dquot **dqpp);
169 struct xfs_dquot **dqpp);
172 extern void xfs_dqlock2(struct xfs_dquot *, struct xfs_dquot *);
174 extern void xfs_dquot_set_prealloc_limits(struct xfs_dquot *);
176 static inline struct xfs_dquot *xfs_qm_dqhold(struct xfs_dquot *dqp) in xfs_qm_dqhold()
184 typedef int (*xfs_qm_dqiterate_fn)(struct xfs_dquot *dq, uint dqtype,