Home
last modified time | relevance | path

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

/linux-4.19.296/fs/quota/
Dquota_tree.h17 __le32 dqdh_next_free; /* Number of next block with free entry */ member
Dquota_tree.c100 le32_to_cpu(dh->dqdh_next_free), 0, in check_dquot_block_header()
128 info->dqi_free_blk = le32_to_cpu(dh->dqdh_next_free); in get_free_dqblk()
151 dh->dqdh_next_free = cpu_to_le32(info->dqi_free_blk); in put_free_dqblk()
168 uint nextblk = le32_to_cpu(dh->dqdh_next_free); in remove_free_dqentry()
188 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_next_free = in remove_free_dqentry()
189 dh->dqdh_next_free; in remove_free_dqentry()
198 dh->dqdh_next_free = dh->dqdh_prev_free = cpu_to_le32(0); in remove_free_dqentry()
219 dh->dqdh_next_free = cpu_to_le32(info->dqi_free_entry); in insert_free_dqentry()