Lines Matching refs:xfs_dquot
60 struct xfs_dquot { struct
101 static inline void xfs_dqflock(struct xfs_dquot *dqp) in xfs_dqflock() argument
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()
151 static inline struct xfs_dquot *xfs_inode_dquot( in xfs_inode_dquot()
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()
199 void xfs_dquot_to_disk(struct xfs_disk_dquot *ddqp, struct xfs_dquot *dqp);
204 void xfs_qm_dqdestroy(struct xfs_dquot *dqp);
205 int xfs_qm_dqflush(struct xfs_dquot *dqp, struct xfs_buf **bpp);
206 void xfs_qm_dqunpin_wait(struct xfs_dquot *dqp);
207 void xfs_qm_adjust_dqtimers(struct xfs_dquot *d);
208 void xfs_qm_adjust_dqlimits(struct xfs_dquot *d);
213 struct xfs_dquot **dqpp);
215 bool can_alloc, struct xfs_dquot **dqpp);
217 xfs_dqtype_t type, struct xfs_dquot **dqpp);
220 struct xfs_dquot **dqpp);
221 void xfs_qm_dqput(struct xfs_dquot *dqp);
223 void xfs_dqlock2(struct xfs_dquot *, struct xfs_dquot *);
225 void xfs_dquot_set_prealloc_limits(struct xfs_dquot *);
227 static inline struct xfs_dquot *xfs_qm_dqhold(struct xfs_dquot *dqp) in xfs_qm_dqhold()
235 typedef int (*xfs_qm_dqiterate_fn)(struct xfs_dquot *dq,