Lines Matching refs:xfs_dquot
45 typedef struct xfs_dquot { struct
99 static inline int xfs_dqlock_nowait(struct xfs_dquot *dqp) in xfs_dqlock_nowait()
104 static inline void xfs_dqlock(struct xfs_dquot *dqp) in xfs_dqlock()
109 static inline void xfs_dqunlock(struct xfs_dquot *dqp) in xfs_dqunlock()
146 static inline bool xfs_dquot_lowsp(struct xfs_dquot *dqp) in xfs_dquot_lowsp()
164 uint, struct xfs_dquot **);
166 extern int xfs_qm_dqflush(struct xfs_dquot *, struct xfs_buf **);
171 struct xfs_dquot *);
176 extern void xfs_dqlock2(struct xfs_dquot *, struct xfs_dquot *);
178 extern void xfs_dquot_set_prealloc_limits(struct xfs_dquot *);
180 static inline struct xfs_dquot *xfs_qm_dqhold(struct xfs_dquot *dqp) in xfs_qm_dqhold()