Searched refs:qtree_entry_unused (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/quota/ |
H A D | quota_v2.c | 256 if (qtree_entry_unused(info, dp)) in v2r0_mem2diskdqb() 266 if (qtree_entry_unused(info, dp)) in v2r0_is_id() 310 if (qtree_entry_unused(info, dp)) in v2r1_mem2diskdqb() 320 if (qtree_entry_unused(info, dp)) in v2r1_is_id()
|
H A D | quota_tree.c | 245 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk) in qtree_entry_unused() function 254 EXPORT_SYMBOL(qtree_entry_unused); variable 305 if (qtree_entry_unused(info, ddquot)) in find_free_dqentry()
|
/kernel/linux/linux-6.6/fs/quota/ |
H A D | quota_v2.c | 256 if (qtree_entry_unused(info, dp)) in v2r0_mem2diskdqb() 266 if (qtree_entry_unused(info, dp)) in v2r0_is_id() 310 if (qtree_entry_unused(info, dp)) in v2r1_mem2diskdqb() 320 if (qtree_entry_unused(info, dp)) in v2r1_is_id()
|
H A D | quota_tree.c | 241 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk) in qtree_entry_unused() function 250 EXPORT_SYMBOL(qtree_entry_unused); variable 301 if (qtree_entry_unused(info, ddquot)) in find_free_dqentry()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dqblk_qtree.h | 46 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dqblk_qtree.h | 46 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk);
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | quota_global.c | 120 if (qtree_entry_unused(&oinfo->dqi_gi, dp)) in ocfs2_global_is_id()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | quota_global.c | 120 if (qtree_entry_unused(&oinfo->dqi_gi, dp)) in ocfs2_global_is_id()
|
Completed in 7 milliseconds