Searched defs:dquot (Results 1 – 2 of 2) sorted by relevance
295 struct dquot { struct299 struct list_head dq_dirty; /* List of dirty dquots */ argument300 struct mutex dq_lock; /* dquot IO lock */ argument302 wait_queue_head_t dq_wait_unused; /* Wait queue for dquot to become unused */ argument305 loff_t dq_off; /* Offset of dquot on disk */ argument316 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */ argument
49 static inline struct dquot *dqgrab(struct dquot *dquot) in dqgrab()