Home
last modified time | relevance | path

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

/fs/quota/
Ddquot.c289 static inline void insert_dquot_hash(struct dquot *dquot) in insert_dquot_hash()
296 static inline void remove_dquot_hash(struct dquot *dquot) in remove_dquot_hash()
305 struct dquot *dquot; in find_dquot() local
316 static inline void put_dquot_last(struct dquot *dquot) in put_dquot_last()
322 static inline void put_releasing_dquots(struct dquot *dquot) in put_releasing_dquots()
328 static inline void remove_free_dquot(struct dquot *dquot) in remove_free_dquot()
339 static inline void put_inuse(struct dquot *dquot) in put_inuse()
347 static inline void remove_inuse(struct dquot *dquot) in remove_inuse()
356 static void wait_on_dquot(struct dquot *dquot) in wait_on_dquot()
362 static inline int dquot_active(struct dquot *dquot) in dquot_active()
[all …]
Dquota_v2.c220 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()
Dquota_tree.c258 struct dquot *dquot, int *err) in find_free_dqentry()
333 static int do_insert_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot, in do_insert_tree()
391 struct dquot *dquot) in dq_insert_tree()
408 int qtree_write_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) in qtree_write_dquot()
448 static int free_dqentry(struct qtree_mem_dqinfo *info, struct dquot *dquot, in free_dqentry()
513 static int remove_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot, in remove_tree()
568 int qtree_delete_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) in qtree_delete_dquot()
580 struct dquot *dquot, uint blk) in find_block_dqentry()
618 struct dquot *dquot, uint blk, int depth) in find_tree_dqentry()
654 struct dquot *dquot) in find_dqentry()
[all …]
Dquota_v1.c56 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()
/fs/ocfs2/
Dquota_global.c71 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()
484 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing) in __ocfs2_sync_dquot()
597 static int ocfs2_sync_dquot_helper(struct dquot *dquot, unsigned long type) in ocfs2_sync_dquot_helper()
660 static int ocfs2_write_dquot(struct dquot *dquot) in ocfs2_write_dquot()
718 static int ocfs2_release_dquot(struct dquot *dquot) in ocfs2_release_dquot()
792 static int ocfs2_acquire_dquot(struct dquot *dquot) in ocfs2_acquire_dquot()
908 static int ocfs2_mark_dquot_dirty(struct dquot *dquot) in ocfs2_mark_dquot_dirty()
995 struct ocfs2_dquot *dquot = in ocfs2_alloc_dquot() local
[all …]
Dquota.h72 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()
Dquota_local.c466 struct dquot *dquot; in ocfs2_recover_local_quota_file() local
893 int ocfs2_local_write_dquot(struct dquot *dquot) in ocfs2_local_write_dquot()
1216 int ocfs2_create_local_dquot(struct dquot *dquot) in ocfs2_create_local_dquot()
1270 int ocfs2_local_release_dquot(handle_t *handle, struct dquot *dquot) in ocfs2_local_release_dquot()
/fs/reiserfs/
Dsuper.c2272 static int reiserfs_write_dquot(struct dquot *dquot) in reiserfs_write_dquot()
2295 static int reiserfs_acquire_dquot(struct dquot *dquot) in reiserfs_acquire_dquot()
2318 static int reiserfs_release_dquot(struct dquot *dquot) in reiserfs_release_dquot()
2343 static int reiserfs_mark_dquot_dirty(struct dquot *dquot) in reiserfs_mark_dquot_dirty()
/fs/f2fs/
Dsuper.c1599 struct dquot *dquot; in f2fs_statfs_project() local
2731 static int f2fs_dquot_commit(struct dquot *dquot) in f2fs_dquot_commit()
2744 static int f2fs_dquot_acquire(struct dquot *dquot) in f2fs_dquot_acquire()
2757 static int f2fs_dquot_release(struct dquot *dquot) in f2fs_dquot_release()
2767 static int f2fs_dquot_mark_dquot_dirty(struct dquot *dquot) in f2fs_dquot_mark_dquot_dirty()
/fs/ext4/
Dsuper.c6096 struct dquot *dquot; in ext4_statfs_project() local
6180 static inline struct inode *dquot_to_inode(struct dquot *dquot) in dquot_to_inode()
6185 static int ext4_write_dquot(struct dquot *dquot) in ext4_write_dquot()
6203 static int ext4_acquire_dquot(struct dquot *dquot) in ext4_acquire_dquot()
6219 static int ext4_release_dquot(struct dquot *dquot) in ext4_release_dquot()
6238 static int ext4_mark_dquot_dirty(struct dquot *dquot) in ext4_mark_dquot_dirty()