Home
last modified time | relevance | path

Searched defs:dquot (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dquota.h295 struct dquot { struct
299 struct list_head dq_dirty; /* List of dirty dquots */ argument
300 struct mutex dq_lock; /* dquot IO lock */ argument
302 wait_queue_head_t dq_wait_unused; /* Wait queue for dquot to become unused */ argument
305 loff_t dq_off; /* Offset of dquot on disk */ argument
316 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */ argument
Dquotaops.h49 static inline struct dquot *dqgrab(struct dquot *dquot) in dqgrab()