Lines Matching refs:dquot
48 struct dquot *dqget(struct super_block *sb, struct kqid qid);
49 static inline struct dquot *dqgrab(struct dquot *dquot) in dqgrab() argument
52 WARN_ON_ONCE(!atomic_read(&dquot->dq_count)); in dqgrab()
53 WARN_ON_ONCE(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)); in dqgrab()
54 atomic_inc(&dquot->dq_count); in dqgrab()
55 return dquot; in dqgrab()
57 void dqput(struct dquot *dquot);
59 int (*fn)(struct dquot *dquot, unsigned long priv),
61 struct dquot *dquot_alloc(struct super_block *sb, int type);
62 void dquot_destroy(struct dquot *dquot);
81 int dquot_commit(struct dquot *dquot);
82 int dquot_acquire(struct dquot *dquot);
83 int dquot_release(struct dquot *dquot);
85 int dquot_mark_dquot_dirty(struct dquot *dquot);
105 int __dquot_transfer(struct inode *inode, struct dquot **transfer_to);