Home
last modified time | relevance | path

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

/include/linux/
A Dquota.h296 struct dquot { struct
300 struct list_head dq_dirty; /* List of dirty dquots [dq_list_lock] */ argument
301 struct mutex dq_lock; /* dquot IO lock */ argument
306 loff_t dq_off; /* Offset of dquot on disk [dq_lock, stable once set] */ argument
317 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */ argument
A Dquotaops.h47 static inline struct dquot *dqgrab(struct dquot *dquot) in dqgrab()
56 static inline bool dquot_is_busy(struct dquot *dquot) in dquot_is_busy()

Completed in 8 milliseconds