Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddqblk_qtree.h46 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk);
/openbmc/linux/fs/quota/
H A Dquota_v2.c259 if (qtree_entry_unused(info, dp)) in v2r0_mem2diskdqb()
269 if (qtree_entry_unused(info, dp)) in v2r0_is_id()
313 if (qtree_entry_unused(info, dp)) in v2r1_mem2diskdqb()
323 if (qtree_entry_unused(info, dp)) in v2r1_is_id()
H A Dquota_tree.c247 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk) in qtree_entry_unused() function
256 EXPORT_SYMBOL(qtree_entry_unused);
307 if (qtree_entry_unused(info, ddquot)) in find_free_dqentry()
/openbmc/linux/fs/ocfs2/
H A Dquota_global.c120 if (qtree_entry_unused(&oinfo->dqi_gi, dp)) in ocfs2_global_is_id()