Searched defs:dquot (Results 1 – 11 of 11) sorted by relevance
/linux-3.3/fs/quota/ |
D | dquot.c | 266 static inline void insert_dquot_hash(struct dquot *dquot) in insert_dquot_hash() 273 static inline void remove_dquot_hash(struct dquot *dquot) in remove_dquot_hash() 282 struct dquot *dquot; in find_dquot() local 294 static inline void put_dquot_last(struct dquot *dquot) in put_dquot_last() 300 static inline void remove_free_dquot(struct dquot *dquot) in remove_free_dquot() 308 static inline void put_inuse(struct dquot *dquot) in put_inuse() 316 static inline void remove_inuse(struct dquot *dquot) in remove_inuse() 325 static void wait_on_dquot(struct dquot *dquot) in wait_on_dquot() 331 static inline int dquot_dirty(struct dquot *dquot) in dquot_dirty() 336 static inline int mark_dquot_dirty(struct dquot *dquot) in mark_dquot_dirty() [all …]
|
D | quota_v2.c | 174 static void v2r0_disk2memdqb(struct dquot *dquot, void *dp) in v2r0_disk2memdqb() 194 static void v2r0_mem2diskdqb(void *dp, struct dquot *dquot) in v2r0_mem2diskdqb() 214 static int v2r0_is_id(void *dp, struct dquot *dquot) in v2r0_is_id() 225 static void v2r1_disk2memdqb(struct dquot *dquot, void *dp) in v2r1_disk2memdqb() 245 static void v2r1_mem2diskdqb(void *dp, struct dquot *dquot) in v2r1_mem2diskdqb() 265 static int v2r1_is_id(void *dp, struct dquot *dquot) in v2r1_is_id() 276 static int v2_read_dquot(struct dquot *dquot) in v2_read_dquot() 281 static int v2_write_dquot(struct dquot *dquot) in v2_write_dquot() 286 static int v2_release_dquot(struct dquot *dquot) in v2_release_dquot()
|
D | quota_tree.c | 218 struct dquot *dquot, int *err) in find_free_dqentry() 290 static int do_insert_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot, in do_insert_tree() 348 struct dquot *dquot) in dq_insert_tree() 358 int qtree_write_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) in qtree_write_dquot() 398 static int free_dqentry(struct qtree_mem_dqinfo *info, struct dquot *dquot, in free_dqentry() 459 static int remove_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot, in remove_tree() 507 int qtree_delete_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) in qtree_delete_dquot() 519 struct dquot *dquot, uint blk) in find_block_dqentry() 556 struct dquot *dquot, uint blk, int depth) in find_tree_dqentry() 585 struct dquot *dquot) in find_dqentry() [all …]
|
D | quota_v1.c | 55 static int v1_read_dqblk(struct dquot *dquot) in v1_read_dqblk() 79 static int v1_commit_dqblk(struct dquot *dquot) in v1_commit_dqblk()
|
/linux-3.3/fs/ocfs2/ |
D | quota_global.c | 68 static void ocfs2_global_disk2memdqb(struct dquot *dquot, void *dp) in ocfs2_global_disk2memdqb() 93 static void ocfs2_global_mem2diskdqb(void *dp, struct dquot *dquot) in ocfs2_global_mem2diskdqb() 111 static int ocfs2_global_is_id(void *dp, struct dquot *dquot) in ocfs2_global_is_id() 476 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing) in __ocfs2_sync_dquot() 588 static int ocfs2_sync_dquot_helper(struct dquot *dquot, unsigned long type) in ocfs2_sync_dquot_helper() 642 static int ocfs2_write_dquot(struct dquot *dquot) in ocfs2_write_dquot() 678 static int ocfs2_release_dquot(struct dquot *dquot) in ocfs2_release_dquot() 732 static int ocfs2_acquire_dquot(struct dquot *dquot) in ocfs2_acquire_dquot() 815 static int ocfs2_mark_dquot_dirty(struct dquot *dquot) in ocfs2_mark_dquot_dirty() 901 struct ocfs2_dquot *dquot = in ocfs2_alloc_dquot() local [all …]
|
D | quota.h | 66 static inline struct ocfs2_dquot *OCFS2_DQUOT(struct dquot *dquot) in OCFS2_DQUOT() 96 static inline int ocfs2_sync_dquot(struct dquot *dquot) in ocfs2_sync_dquot() 100 static inline int ocfs2_global_release_dquot(struct dquot *dquot) in ocfs2_global_release_dquot()
|
D | quota_local.c | 472 struct dquot *dquot; in ocfs2_recover_local_quota_file() local 898 int ocfs2_local_write_dquot(struct dquot *dquot) in ocfs2_local_write_dquot() 1221 int ocfs2_create_local_dquot(struct dquot *dquot) in ocfs2_create_local_dquot() 1275 int ocfs2_local_release_dquot(handle_t *handle, struct dquot *dquot) in ocfs2_local_release_dquot()
|
/linux-3.3/include/linux/ |
D | quota.h | 288 struct dquot { struct 292 struct list_head dq_dirty; /* List of dirty dquots */ argument 293 struct mutex dq_lock; /* dquot IO lock */ argument 295 wait_queue_head_t dq_wait_unused; /* Wait queue for dquot to become unused */ argument 298 loff_t dq_off; /* Offset of dquot on disk */ argument 310 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */ argument
|
/linux-3.3/fs/reiserfs/ |
D | super.c | 2043 static int reiserfs_write_dquot(struct dquot *dquot) in reiserfs_write_dquot() 2065 static int reiserfs_acquire_dquot(struct dquot *dquot) in reiserfs_acquire_dquot() 2087 static int reiserfs_release_dquot(struct dquot *dquot) in reiserfs_release_dquot() 2112 static int reiserfs_mark_dquot_dirty(struct dquot *dquot) in reiserfs_mark_dquot_dirty()
|
/linux-3.3/fs/ext3/ |
D | super.c | 2805 static inline struct inode *dquot_to_inode(struct dquot *dquot) in dquot_to_inode() 2810 static int ext3_write_dquot(struct dquot *dquot) in ext3_write_dquot() 2828 static int ext3_acquire_dquot(struct dquot *dquot) in ext3_acquire_dquot() 2844 static int ext3_release_dquot(struct dquot *dquot) in ext3_release_dquot() 2863 static int ext3_mark_dquot_dirty(struct dquot *dquot) in ext3_mark_dquot_dirty()
|
/linux-3.3/fs/ext4/ |
D | super.c | 4677 static inline struct inode *dquot_to_inode(struct dquot *dquot) in dquot_to_inode() 4682 static int ext4_write_dquot(struct dquot *dquot) in ext4_write_dquot() 4700 static int ext4_acquire_dquot(struct dquot *dquot) in ext4_acquire_dquot() 4716 static int ext4_release_dquot(struct dquot *dquot) in ext4_release_dquot() 4735 static int ext4_mark_dquot_dirty(struct dquot *dquot) in ext4_mark_dquot_dirty()
|