Home
last modified time | relevance | path

Searched refs:dqdh_next_free (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/quota/
H A Dquota_tree.c100 err = do_check_range(info->dqi_sb, "dqdh_next_free", in check_dquot_block_header()
101 le32_to_cpu(dh->dqdh_next_free), 0, in check_dquot_block_header()
129 info->dqi_free_blk = le32_to_cpu(dh->dqdh_next_free); in get_free_dqblk()
152 dh->dqdh_next_free = cpu_to_le32(info->dqi_free_blk); in put_free_dqblk()
169 uint nextblk = le32_to_cpu(dh->dqdh_next_free); in remove_free_dqentry()
189 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_next_free = in remove_free_dqentry()
190 dh->dqdh_next_free; in remove_free_dqentry()
199 dh->dqdh_next_free = dh->dqdh_prev_free = cpu_to_le32(0); in remove_free_dqentry()
220 dh->dqdh_next_free = cpu_to_le32(info->dqi_free_entry); in insert_free_dqentry()
H A Dquota_tree.h17 __le32 dqdh_next_free; /* Number of next block with free entry */ member
/kernel/linux/linux-6.6/fs/quota/
H A Dquota_tree.c91 err = do_check_range(info->dqi_sb, "dqdh_next_free", in check_dquot_block_header()
92 le32_to_cpu(dh->dqdh_next_free), 0, in check_dquot_block_header()
125 info->dqi_free_blk = le32_to_cpu(dh->dqdh_next_free); in get_free_dqblk()
148 dh->dqdh_next_free = cpu_to_le32(info->dqi_free_blk); in put_free_dqblk()
165 uint nextblk = le32_to_cpu(dh->dqdh_next_free); in remove_free_dqentry()
185 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_next_free = in remove_free_dqentry()
186 dh->dqdh_next_free; in remove_free_dqentry()
195 dh->dqdh_next_free = dh->dqdh_prev_free = cpu_to_le32(0); in remove_free_dqentry()
216 dh->dqdh_next_free = cpu_to_le32(info->dqi_free_entry); in insert_free_dqentry()
H A Dquota_tree.h17 __le32 dqdh_next_free; /* Number of next block with free entry */ member

Completed in 4 milliseconds