Searched defs:dquot (Results 1 – 2 of 2) sorted by relevance
294 struct dquot { struct298 struct list_head dq_dirty; /* List of dirty dquots [dq_list_lock] */ argument299 struct mutex dq_lock; /* dquot IO lock */ argument304 loff_t dq_off; /* Offset of dquot on disk [dq_lock, stable once set] */ argument315 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */ argument
49 static inline struct dquot *dqgrab(struct dquot *dquot) in dqgrab()58 static inline bool dquot_is_busy(struct dquot *dquot) in dquot_is_busy()