Lines Matching defs:dqp
103 static inline void xfs_dqflock(struct xfs_dquot *dqp) in xfs_dqflock()
108 static inline bool xfs_dqflock_nowait(struct xfs_dquot *dqp) in xfs_dqflock_nowait()
113 static inline void xfs_dqfunlock(struct xfs_dquot *dqp) in xfs_dqfunlock()
118 static inline int xfs_dqlock_nowait(struct xfs_dquot *dqp) in xfs_dqlock_nowait()
123 static inline void xfs_dqlock(struct xfs_dquot *dqp) in xfs_dqlock()
128 static inline void xfs_dqunlock(struct xfs_dquot *dqp) in xfs_dqunlock()
134 xfs_dquot_type(const struct xfs_dquot *dqp) in xfs_dquot_type()
172 const struct xfs_dquot *dqp) in xfs_dquot_is_enforced()
190 static inline bool xfs_dquot_lowsp(struct xfs_dquot *dqp) in xfs_dquot_lowsp()
203 #define XFS_DQ_IS_LOCKED(dqp) (mutex_is_locked(&((dqp)->q_qlock))) argument
204 #define XFS_DQ_IS_DIRTY(dqp) ((dqp)->q_flags & XFS_DQFLAG_DIRTY) argument
229 static inline struct xfs_dquot *xfs_qm_dqhold(struct xfs_dquot *dqp) in xfs_qm_dqhold()