Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Ddquot.c158 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() local
209 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 …]
Dquota_v2.c286 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 …]
Dquota_v1.c37 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()
/linux-2.4.37.9/include/linux/
Dquota.h209 struct dquot { struct
213 wait_queue_head_t dq_wait_lock; /* Pointer to waitqueue on dquot lock */ argument
222 loff_t dq_off; /* Offset of dquot on disk */ argument
228 #define NODQUOT (struct dquot *)NULL argument
290 #define mark_dquot_dirty(dquot) do {\ argument
295 #define dquot_dirty(dquot) ((dquot)->dq_flags & DQ_MOD) argument
/linux-2.4.37.9/fs/ext3/
Dsuper.c1807 static int ext3_write_dquot(struct dquot *dquot) in ext3_write_dquot()