Searched refs:qtree_mem_dqinfo (Results 1 – 1 of 1) sorted by relevance
27 struct qtree_mem_dqinfo { struct40 int qtree_write_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot); argument41 int qtree_read_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);42 int qtree_delete_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);43 int qtree_release_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);44 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk);45 static inline int qtree_depth(struct qtree_mem_dqinfo *info) in qtree_depth()