Home
last modified time | relevance | path

Searched refs:dqdh_entries (Results 1 – 2 of 2) sorted by relevance

/linux/fs/quota/
H A Dquota_tree.c108 le16_to_cpu(dh->dqdh_entries), 0, in check_dquot_block_header()
156 dh->dqdh_entries = cpu_to_le16(0); in put_free_dqblk()
295 if (le16_to_cpu(dh->dqdh_entries) + 1 >= qtree_dqstr_in_blk(info)) { in find_free_dqentry()
303 le16_add_cpu(&dh->dqdh_entries, 1); in find_free_dqentry()
505 le16_add_cpu(&dh->dqdh_entries, -1); in free_dqentry()
506 if (!le16_to_cpu(dh->dqdh_entries)) { /* Block got free? */ in free_dqentry()
519 if (le16_to_cpu(dh->dqdh_entries) == in free_dqentry()
H A Dquota_tree.h19 __le16 dqdh_entries; /* Number of valid entries in block */ member