Searched defs:dquot (Results 1 – 12 of 12) sorted by relevance
/linux/fs/quota/ |
A D | dquot.c | 291 struct dquot *dquot; in find_dquot() local 537 struct dquot *dquot, *tmp; in invalidate_dquots() local 625 struct dquot *dquot; in dquot_writeback_dquots() local 718 struct dquot *dquot; in dqcache_shrink_scan() local 818 struct dquot *dquot; in get_empty_dquot() local 1041 struct dquot *dquot; in put_dquot_list() local 1446 struct dquot *dquot; in __dquot_initialize() local 2076 struct dquot *dquot; in dquot_transfer() local 2611 struct dquot *dquot; in dquot_get_dqblk() local 2626 struct dquot *dquot; in dquot_get_next_dqblk() local [all …]
|
A D | quota_v2.c | 220 static void v2r0_disk2memdqb(struct dquot *dquot, void *dp) in v2r0_disk2memdqb() 240 static void v2r0_mem2diskdqb(void *dp, struct dquot *dquot) in v2r0_mem2diskdqb() 260 static int v2r0_is_id(void *dp, struct dquot *dquot) in v2r0_is_id() 273 static void v2r1_disk2memdqb(struct dquot *dquot, void *dp) in v2r1_disk2memdqb() 293 static void v2r1_mem2diskdqb(void *dp, struct dquot *dquot) in v2r1_mem2diskdqb() 314 static int v2r1_is_id(void *dp, struct dquot *dquot) in v2r1_is_id() 327 static int v2_read_dquot(struct dquot *dquot) in v2_read_dquot() 340 static int v2_write_dquot(struct dquot *dquot) in v2_write_dquot() 368 static int v2_release_dquot(struct dquot *dquot) in v2_release_dquot()
|
A D | quota_tree.c | 217 struct dquot *dquot, int *err) in find_free_dqentry() 347 struct dquot *dquot) in dq_insert_tree() 364 int qtree_write_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) in qtree_write_dquot() 404 static int free_dqentry(struct qtree_mem_dqinfo *info, struct dquot *dquot, in free_dqentry() 466 static int remove_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot, in remove_tree() 521 int qtree_delete_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) in qtree_delete_dquot() 533 struct dquot *dquot, uint blk) in find_block_dqentry() 571 struct dquot *dquot, uint blk, int depth) in find_tree_dqentry() 607 struct dquot *dquot) in find_dqentry() 612 int qtree_read_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) in qtree_read_dquot() [all …]
|
A D | quota_v1.c | 56 static int v1_read_dqblk(struct dquot *dquot) in v1_read_dqblk() 82 static int v1_commit_dqblk(struct dquot *dquot) in v1_commit_dqblk()
|
/linux/fs/ocfs2/ |
A D | quota_global.c | 71 static void ocfs2_global_disk2memdqb(struct dquot *dquot, void *dp) in ocfs2_global_disk2memdqb() 96 static void ocfs2_global_mem2diskdqb(void *dp, struct dquot *dquot) in ocfs2_global_mem2diskdqb() 114 static int ocfs2_global_is_id(void *dp, struct dquot *dquot) in ocfs2_global_is_id() 483 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing) in __ocfs2_sync_dquot() 596 static int ocfs2_sync_dquot_helper(struct dquot *dquot, unsigned long type) in ocfs2_sync_dquot_helper() 659 static int ocfs2_write_dquot(struct dquot *dquot) in ocfs2_write_dquot() 717 static int ocfs2_release_dquot(struct dquot *dquot) in ocfs2_release_dquot() 791 static int ocfs2_acquire_dquot(struct dquot *dquot) in ocfs2_acquire_dquot() 907 static int ocfs2_mark_dquot_dirty(struct dquot *dquot) in ocfs2_mark_dquot_dirty() 994 struct ocfs2_dquot *dquot = in ocfs2_alloc_dquot() local [all …]
|
A D | quota.h | 72 static inline struct ocfs2_dquot *OCFS2_DQUOT(struct dquot *dquot) in OCFS2_DQUOT() 102 static inline int ocfs2_sync_dquot(struct dquot *dquot) in ocfs2_sync_dquot() 106 static inline int ocfs2_global_release_dquot(struct dquot *dquot) in ocfs2_global_release_dquot()
|
A D | quota_local.c | 466 struct dquot *dquot; in ocfs2_recover_local_quota_file() local 895 int ocfs2_local_write_dquot(struct dquot *dquot) in ocfs2_local_write_dquot() 1218 int ocfs2_create_local_dquot(struct dquot *dquot) in ocfs2_create_local_dquot() 1272 int ocfs2_local_release_dquot(handle_t *handle, struct dquot *dquot) in ocfs2_local_release_dquot()
|
/linux/include/linux/ |
A D | quota.h | 294 struct dquot { struct 298 struct list_head dq_dirty; /* List of dirty dquots [dq_list_lock] */ argument 299 struct mutex dq_lock; /* dquot IO lock */ argument 304 loff_t dq_off; /* Offset of dquot on disk [dq_lock, stable once set] */ argument 315 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */ argument
|
A D | quotaops.h | 46 static inline struct dquot *dqgrab(struct dquot *dquot) in dqgrab() 55 static inline bool dquot_is_busy(struct dquot *dquot) in dquot_is_busy()
|
/linux/fs/reiserfs/ |
A D | super.c | 2268 static int reiserfs_write_dquot(struct dquot *dquot) in reiserfs_write_dquot() 2291 static int reiserfs_acquire_dquot(struct dquot *dquot) in reiserfs_acquire_dquot() 2314 static int reiserfs_release_dquot(struct dquot *dquot) in reiserfs_release_dquot() 2339 static int reiserfs_mark_dquot_dirty(struct dquot *dquot) in reiserfs_mark_dquot_dirty()
|
/linux/fs/f2fs/ |
A D | super.c | 1644 struct dquot *dquot; in f2fs_statfs_project() local 2808 static int f2fs_dquot_commit(struct dquot *dquot) in f2fs_dquot_commit() 2821 static int f2fs_dquot_acquire(struct dquot *dquot) in f2fs_dquot_acquire() 2834 static int f2fs_dquot_release(struct dquot *dquot) in f2fs_dquot_release() 2844 static int f2fs_dquot_mark_dquot_dirty(struct dquot *dquot) in f2fs_dquot_mark_dquot_dirty()
|
/linux/fs/ext4/ |
A D | super.c | 6043 struct dquot *dquot; in ext4_statfs_project() local 6124 static inline struct inode *dquot_to_inode(struct dquot *dquot) in dquot_to_inode() 6129 static int ext4_write_dquot(struct dquot *dquot) in ext4_write_dquot() 6147 static int ext4_acquire_dquot(struct dquot *dquot) in ext4_acquire_dquot() 6163 static int ext4_release_dquot(struct dquot *dquot) in ext4_release_dquot() 6182 static int ext4_mark_dquot_dirty(struct dquot *dquot) in ext4_mark_dquot_dirty()
|
Completed in 43 milliseconds