Home
last modified time | relevance | path

Searched refs:qtree_mem_dqinfo (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Ddqblk_qtree.h29 struct qtree_mem_dqinfo { struct
42 int qtree_write_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot); argument
43 int qtree_read_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);
44 int qtree_delete_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);
45 int qtree_release_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);
46 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk);
47 static inline int qtree_depth(struct qtree_mem_dqinfo *info) in qtree_depth()
57 int qtree_get_next_id(struct qtree_mem_dqinfo *info, struct kqid *qid);
/linux/fs/quota/
H A Dquota_tree.c32 static int __get_index(struct qtree_mem_dqinfo *info, qid_t id, int depth) in __get_index()
42 static int get_index(struct qtree_mem_dqinfo *info, struct kqid qid, int depth) in get_index()
50 static int qtree_dqstr_in_blk(struct qtree_mem_dqinfo *info) in qtree_dqstr_in_blk()
56 static ssize_t read_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) in read_blk()
65 static ssize_t write_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) in write_blk()
92 static int check_dquot_block_header(struct qtree_mem_dqinfo *info, in check_dquot_block_header()
115 static int get_free_dqblk(struct qtree_mem_dqinfo *info) in get_free_dqblk()
149 static int put_free_dqblk(struct qtree_mem_dqinfo *info, char *buf, uint blk) in put_free_dqblk()
166 static int remove_free_dqentry(struct qtree_mem_dqinfo *info, char *buf, in remove_free_dqentry()
213 static int insert_free_dqentry(struct qtree_mem_dqinfo *info, char *buf, in insert_free_dqentry()
[all …]
H A Dquota_v2.c96 struct qtree_mem_dqinfo *qinfo; in v2_read_file_info()
124 info->dqi_priv = kmalloc(sizeof(struct qtree_mem_dqinfo), GFP_KERNEL); in v2_read_file_info()
202 struct qtree_mem_dqinfo *qinfo = info->dqi_priv; in v2_write_file_info()
253 struct qtree_mem_dqinfo *info = in v2r0_mem2diskdqb()
272 struct qtree_mem_dqinfo *info = in v2r0_is_id()
306 struct qtree_mem_dqinfo *info = in v2r1_mem2diskdqb()
326 struct qtree_mem_dqinfo *info = in v2r1_is_id()
/linux/fs/ocfs2/
H A Dquota.h64 struct qtree_mem_dqinfo dqi_gi; /* Info about global file */