Searched defs:dquot (Results 1 – 10 of 10) sorted by relevance
/fs/ |
D | dquot.c | 231 static inline void insert_dquot_hash(struct dquot *dquot) in insert_dquot_hash() 237 static inline void remove_dquot_hash(struct dquot *dquot) in remove_dquot_hash() 245 struct dquot *dquot; in find_dquot() local 256 static inline void put_dquot_last(struct dquot *dquot) in put_dquot_last() 262 static inline void remove_free_dquot(struct dquot *dquot) in remove_free_dquot() 270 static inline void put_inuse(struct dquot *dquot) in put_inuse() 278 static inline void remove_inuse(struct dquot *dquot) in remove_inuse() 287 static void wait_on_dquot(struct dquot *dquot) in wait_on_dquot() 293 static inline int dquot_dirty(struct dquot *dquot) in dquot_dirty() 298 static inline int mark_dquot_dirty(struct dquot *dquot) in mark_dquot_dirty() [all …]
|
D | quota_tree.c | 214 struct dquot *dquot, int *err) in find_free_dqentry() 284 static int do_insert_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot, in do_insert_tree() 342 struct dquot *dquot) in dq_insert_tree() 351 int qtree_write_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) in qtree_write_dquot() 392 static int free_dqentry(struct qtree_mem_dqinfo *info, struct dquot *dquot, in free_dqentry() 452 static int remove_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot, in remove_tree() 499 int qtree_delete_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) in qtree_delete_dquot() 511 struct dquot *dquot, uint blk) in find_block_dqentry() 544 struct dquot *dquot, uint blk, int depth) in find_tree_dqentry() 572 struct dquot *dquot) in find_dqentry() [all …]
|
D | quota_v2.c | 137 static void v2_disk2memdqb(struct dquot *dquot, void *dp) in v2_disk2memdqb() 157 static void v2_mem2diskdqb(void *dp, struct dquot *dquot) in v2_mem2diskdqb() 177 static int v2_is_id(void *dp, struct dquot *dquot) in v2_is_id() 188 static int v2_read_dquot(struct dquot *dquot) in v2_read_dquot() 193 static int v2_write_dquot(struct dquot *dquot) in v2_write_dquot() 198 static int v2_release_dquot(struct dquot *dquot) in v2_release_dquot()
|
D | quota_v1.c | 55 static int v1_read_dqblk(struct dquot *dquot) in v1_read_dqblk() 76 static int v1_commit_dqblk(struct dquot *dquot) in v1_commit_dqblk()
|
/fs/ocfs2/ |
D | quota_global.c | 32 static void ocfs2_global_disk2memdqb(struct dquot *dquot, void *dp) in ocfs2_global_disk2memdqb() 57 static void ocfs2_global_mem2diskdqb(void *dp, struct dquot *dquot) in ocfs2_global_mem2diskdqb() 74 static int ocfs2_global_is_id(void *dp, struct dquot *dquot) in ocfs2_global_is_id() 407 int ocfs2_global_read_dquot(struct dquot *dquot) in ocfs2_global_read_dquot() 448 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing) in __ocfs2_sync_dquot() 559 static int ocfs2_sync_dquot_helper(struct dquot *dquot, unsigned long type) in ocfs2_sync_dquot_helper() 615 static int ocfs2_write_dquot(struct dquot *dquot) in ocfs2_write_dquot() 652 static int ocfs2_release_dquot(struct dquot *dquot) in ocfs2_release_dquot() 702 static int ocfs2_acquire_dquot(struct dquot *dquot) in ocfs2_acquire_dquot() 732 static int ocfs2_mark_dquot_dirty(struct dquot *dquot) in ocfs2_mark_dquot_dirty() [all …]
|
D | quota.h | 69 static inline struct ocfs2_dquot *OCFS2_DQUOT(struct dquot *dquot) in OCFS2_DQUOT() 99 static inline int ocfs2_sync_dquot(struct dquot *dquot) in ocfs2_sync_dquot() 103 static inline int ocfs2_global_release_dquot(struct dquot *dquot) in ocfs2_global_release_dquot()
|
D | quota_local.c | 437 struct dquot *dquot; in ocfs2_recover_local_quota_file() local 856 static int ocfs2_local_write_dquot(struct dquot *dquot) in ocfs2_local_write_dquot() 1124 static int ocfs2_create_local_dquot(struct dquot *dquot) in ocfs2_create_local_dquot() 1164 static int ocfs2_local_read_dquot(struct dquot *dquot) in ocfs2_local_read_dquot() 1192 static int ocfs2_local_release_dquot(struct dquot *dquot) in ocfs2_local_release_dquot()
|
/fs/reiserfs/ |
D | super.c | 1951 static int reiserfs_write_dquot(struct dquot *dquot) in reiserfs_write_dquot() 1973 static int reiserfs_acquire_dquot(struct dquot *dquot) in reiserfs_acquire_dquot() 1995 static int reiserfs_release_dquot(struct dquot *dquot) in reiserfs_release_dquot() 2020 static int reiserfs_mark_dquot_dirty(struct dquot *dquot) in reiserfs_mark_dquot_dirty()
|
/fs/ext3/ |
D | super.c | 2712 static inline struct inode *dquot_to_inode(struct dquot *dquot) in dquot_to_inode() 2755 static int ext3_write_dquot(struct dquot *dquot) in ext3_write_dquot() 2773 static int ext3_acquire_dquot(struct dquot *dquot) in ext3_acquire_dquot() 2789 static int ext3_release_dquot(struct dquot *dquot) in ext3_release_dquot() 2808 static int ext3_mark_dquot_dirty(struct dquot *dquot) in ext3_mark_dquot_dirty()
|
/fs/ext4/ |
D | super.c | 3378 static inline struct inode *dquot_to_inode(struct dquot *dquot) in dquot_to_inode() 3421 static int ext4_write_dquot(struct dquot *dquot) in ext4_write_dquot() 3439 static int ext4_acquire_dquot(struct dquot *dquot) in ext4_acquire_dquot() 3455 static int ext4_release_dquot(struct dquot *dquot) in ext4_release_dquot() 3474 static int ext4_mark_dquot_dirty(struct dquot *dquot) in ext4_mark_dquot_dirty()
|