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

/linux-master/fs/quota/
H A Dquota_tree.h19 __le16 dqdh_entries; /* Number of valid entries in block */ member in struct:qt_disk_dqdbheader
H A Dquota_tree.c107 err = do_check_range(info->dqi_sb, "dqdh_entries",
108 le16_to_cpu(dh->dqdh_entries), 0,
156 dh->dqdh_entries = cpu_to_le16(0);
295 if (le16_to_cpu(dh->dqdh_entries) + 1 >= qtree_dqstr_in_blk(info)) {
303 le16_add_cpu(&dh->dqdh_entries, 1);
505 le16_add_cpu(&dh->dqdh_entries, -1);
506 if (!le16_to_cpu(dh->dqdh_entries)) { /* Block got free? */
519 if (le16_to_cpu(dh->dqdh_entries) ==

Completed in 115 milliseconds