Home
last modified time | relevance | path

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

/include/linux/
Dquota.h294 struct dquot { struct
298 struct list_head dq_dirty; /* List of dirty dquots [dq_list_lock] */ argument
299 struct mutex dq_lock; /* dquot IO lock */ argument
304 loff_t dq_off; /* Offset of dquot on disk [dq_lock, stable once set] */ argument
315 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */ argument
Dquotaops.h49 static inline struct dquot *dqgrab(struct dquot *dquot) in dqgrab()
58 static inline bool dquot_is_busy(struct dquot *dquot) in dquot_is_busy()