Home
last modified time | relevance | path

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

/linux/fs/quota/
H A Dquota_v2.c229 static void v2r0_disk2memdqb(struct dquot *dquot, void *dp) in v2r0_disk2memdqb()
249 static void v2r0_mem2diskdqb(void *dp, struct dquot *dquot) in v2r0_mem2diskdqb()
269 static int v2r0_is_id(void *dp, struct dquot *dquot) in v2r0_is_id()
282 static void v2r1_disk2memdqb(struct dquot *dquot, void *dp) in v2r1_disk2memdqb()
302 static void v2r1_mem2diskdqb(void *dp, struct dquot *dquot) in v2r1_mem2diskdqb()
323 static int v2r1_is_id(void *dp, struct dquot *dquot) in v2r1_is_id()
336 static int v2_read_dquot(struct dquot *dquot) in v2_read_dquot()
352 static int v2_write_dquot(struct dquot *dquot) in v2_write_dquot()
383 static int v2_release_dquot(struct dquot *dquot) in v2_release_dquot()
H A Dquota_tree.c260 struct dquot *dquot, int *err) in find_free_dqentry()
335 static int do_insert_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot, in do_insert_tree()
418 struct dquot *dquot) in dq_insert_tree()
439 int qtree_write_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) in qtree_write_dquot()
479 static int free_dqentry(struct qtree_mem_dqinfo *info, struct dquot *dquot, in free_dqentry()
544 static int remove_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot, in remove_tree()
607 int qtree_delete_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) in qtree_delete_dquot()
623 struct dquot *dquot, uint blk) in find_block_dqentry()
661 struct dquot *dquot, uint *blks, int depth) in find_tree_dqentry()
708 struct dquot *dquot) in find_dqentry()
[all …]
H A 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()
/linux/include/linux/
H A Dquota.h296 struct dquot { struct
300 struct list_head dq_dirty; /* List of dirty dquots [dq_list_lock] */ argument
301 struct mutex dq_lock; /* dquot IO lock */ argument
306 loff_t dq_off; /* Offset of dquot on disk [dq_lock, stable once set] */ argument
317 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */ argument
/linux/mm/
H A Dshmem_quota.c164 static int shmem_acquire_dquot(struct dquot *dquot) in shmem_acquire_dquot()
237 static bool shmem_is_empty_dquot(struct dquot *dquot) in shmem_is_empty_dquot()
265 static int shmem_release_dquot(struct dquot *dquot) in shmem_release_dquot()
320 static int shmem_mark_dquot_dirty(struct dquot *dquot) in shmem_mark_dquot_dirty()
/linux/fs/ocfs2/
H A Dquota.h72 static inline struct ocfs2_dquot *OCFS2_DQUOT(struct dquot *dquot) in OCFS2_DQUOT()
101 static inline int ocfs2_sync_dquot(struct dquot *dquot) in ocfs2_sync_dquot()
105 static inline int ocfs2_global_release_dquot(struct dquot *dquot) in ocfs2_global_release_dquot()
/linux/fs/ext4/
H A Dsuper.c6906 struct dquot *dquot; in ext4_statfs_project() local
6994 static inline struct inode *dquot_to_inode(struct dquot *dquot) in dquot_to_inode()
6999 static int ext4_write_dquot(struct dquot *dquot) in ext4_write_dquot()
7021 static int ext4_acquire_dquot(struct dquot *dquot) in ext4_acquire_dquot()
7041 static int ext4_release_dquot(struct dquot *dquot) in ext4_release_dquot()
7081 static int ext4_mark_dquot_dirty(struct dquot *dquot) in ext4_mark_dquot_dirty()