Searched refs:qtree_mem_dqinfo (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | dqblk_qtree.h | 29 struct qtree_mem_dqinfo { struct 42 int qtree_write_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot); 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);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dqblk_qtree.h | 29 struct qtree_mem_dqinfo { struct 42 int qtree_write_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot); 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);
|
/kernel/linux/linux-5.10/fs/quota/ |
H A D | quota_tree.c | 26 static int __get_index(struct qtree_mem_dqinfo *info, qid_t id, int depth) in __get_index() 36 static int get_index(struct qtree_mem_dqinfo *info, struct kqid qid, int depth) in get_index() 44 static int qtree_dqstr_in_blk(struct qtree_mem_dqinfo *info) in qtree_dqstr_in_blk() 59 static ssize_t read_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) in read_blk() 68 static ssize_t write_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) in write_blk() 95 static int check_dquot_block_header(struct qtree_mem_dqinfo *info, in check_dquot_block_header() 113 static int get_free_dqblk(struct qtree_mem_dqinfo *info) in get_free_dqblk() 147 static int put_free_dqblk(struct qtree_mem_dqinfo *info, char *buf, uint blk) in put_free_dqblk() 164 static int remove_free_dqentry(struct qtree_mem_dqinfo *info, char *buf, in remove_free_dqentry() 211 static int insert_free_dqentry(struct qtree_mem_dqinfo *inf [all...] |
H A D | quota_v2.c | 96 struct qtree_mem_dqinfo *qinfo; in v2_read_file_info() 122 info->dqi_priv = kmalloc(sizeof(struct qtree_mem_dqinfo), GFP_NOFS); in v2_read_file_info() 196 struct qtree_mem_dqinfo *qinfo = info->dqi_priv; in v2_write_file_info() 244 struct qtree_mem_dqinfo *info = in v2r0_mem2diskdqb() 263 struct qtree_mem_dqinfo *info = in v2r0_is_id() 297 struct qtree_mem_dqinfo *info = in v2r1_mem2diskdqb() 317 struct qtree_mem_dqinfo *info = in v2r1_is_id()
|
/kernel/linux/linux-6.6/fs/quota/ |
H A D | quota_tree.c | 26 static int __get_index(struct qtree_mem_dqinfo *info, qid_t id, int depth) in __get_index() 36 static int get_index(struct qtree_mem_dqinfo *info, struct kqid qid, int depth) in get_index() 44 static int qtree_dqstr_in_blk(struct qtree_mem_dqinfo *info) in qtree_dqstr_in_blk() 50 static ssize_t read_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) in read_blk() 59 static ssize_t write_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) in write_blk() 86 static int check_dquot_block_header(struct qtree_mem_dqinfo *info, in check_dquot_block_header() 109 static int get_free_dqblk(struct qtree_mem_dqinfo *info) in get_free_dqblk() 143 static int put_free_dqblk(struct qtree_mem_dqinfo *info, char *buf, uint blk) in put_free_dqblk() 160 static int remove_free_dqentry(struct qtree_mem_dqinfo *info, char *buf, in remove_free_dqentry() 207 static int insert_free_dqentry(struct qtree_mem_dqinfo *inf [all...] |
H A D | quota_v2.c | 96 struct qtree_mem_dqinfo *qinfo; in v2_read_file_info() 122 info->dqi_priv = kmalloc(sizeof(struct qtree_mem_dqinfo), GFP_NOFS); in v2_read_file_info() 196 struct qtree_mem_dqinfo *qinfo = info->dqi_priv; in v2_write_file_info() 244 struct qtree_mem_dqinfo *info = in v2r0_mem2diskdqb() 263 struct qtree_mem_dqinfo *info = in v2r0_is_id() 297 struct qtree_mem_dqinfo *info = in v2r1_mem2diskdqb() 317 struct qtree_mem_dqinfo *info = in v2r1_is_id()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | quota.h | 64 struct qtree_mem_dqinfo dqi_gi; /* Info about global file */
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | quota.h | 64 struct qtree_mem_dqinfo dqi_gi; /* Info about global file */
|
Completed in 5 milliseconds