Lines Matching defs:dqp
101 static inline void xfs_dqflock(struct xfs_dquot *dqp) in xfs_dqflock()
106 static inline bool xfs_dqflock_nowait(struct xfs_dquot *dqp) in xfs_dqflock_nowait()
111 static inline void xfs_dqfunlock(struct xfs_dquot *dqp) in xfs_dqfunlock()
116 static inline int xfs_dqlock_nowait(struct xfs_dquot *dqp) in xfs_dqlock_nowait()
121 static inline void xfs_dqlock(struct xfs_dquot *dqp) in xfs_dqlock()
126 static inline void xfs_dqunlock(struct xfs_dquot *dqp) in xfs_dqunlock()
132 xfs_dquot_type(const struct xfs_dquot *dqp) in xfs_dquot_type()
170 const struct xfs_dquot *dqp) in xfs_dquot_is_enforced()
188 static inline bool xfs_dquot_lowsp(struct xfs_dquot *dqp) in xfs_dquot_lowsp()
201 #define XFS_DQ_IS_LOCKED(dqp) (mutex_is_locked(&((dqp)->q_qlock))) argument
202 #define XFS_DQ_IS_DIRTY(dqp) ((dqp)->q_flags & XFS_DQFLAG_DIRTY) argument
227 static inline struct xfs_dquot *xfs_qm_dqhold(struct xfs_dquot *dqp) in xfs_qm_dqhold()