Searched defs:dquot (Results 1 – 5 of 5) sorted by relevance
158 static inline void get_dquot_ref(struct dquot *dquot) in get_dquot_ref()163 static inline void put_dquot_ref(struct dquot *dquot) in put_dquot_ref()168 static inline void get_dquot_dup_ref(struct dquot *dquot) in get_dquot_dup_ref()173 static inline void put_dquot_dup_ref(struct dquot *dquot) in put_dquot_dup_ref()183 static inline void insert_dquot_hash(struct dquot *dquot) in insert_dquot_hash()189 static inline void remove_dquot_hash(struct dquot *dquot) in remove_dquot_hash()198 struct dquot *dquot; in find_dquot() local209 static inline void put_dquot_head(struct dquot *dquot) in put_dquot_head()216 static inline void put_dquot_last(struct dquot *dquot) in put_dquot_last()223 static inline void move_dquot_head(struct dquot *dquot) in move_dquot_head()[all …]
286 static uint find_free_dqentry(struct dquot *dquot, int *err) in find_free_dqentry()347 static int do_insert_tree(struct dquot *dquot, uint *treeblk, int depth) in do_insert_tree()400 static inline int dq_insert_tree(struct dquot *dquot) in dq_insert_tree()409 static int v2_write_dquot(struct dquot *dquot) in v2_write_dquot()442 static int free_dqentry(struct dquot *dquot, uint blk) in free_dqentry()491 static int remove_tree(struct dquot *dquot, uint *blk, int depth) in remove_tree()531 static int v2_delete_dquot(struct dquot *dquot) in v2_delete_dquot()541 static loff_t find_block_dqentry(struct dquot *dquot, uint blk) in find_block_dqentry()578 static loff_t find_tree_dqentry(struct dquot *dquot, uint blk, int depth) in find_tree_dqentry()605 static inline loff_t find_dqentry(struct dquot *dquot) in find_dqentry()[all …]
37 static int v1_read_dqblk(struct dquot *dquot) in v1_read_dqblk()65 static int v1_commit_dqblk(struct dquot *dquot) in v1_commit_dqblk()
209 struct dquot { struct213 wait_queue_head_t dq_wait_lock; /* Pointer to waitqueue on dquot lock */ argument222 loff_t dq_off; /* Offset of dquot on disk */ argument228 #define NODQUOT (struct dquot *)NULL argument290 #define mark_dquot_dirty(dquot) do {\ argument295 #define dquot_dirty(dquot) ((dquot)->dq_flags & DQ_MOD) argument
1807 static int ext3_write_dquot(struct dquot *dquot) in ext3_write_dquot()