Searched refs:dqdh_prev_free (Results 1 – 2 of 2) sorted by relevance
97 le32_to_cpu(dh->dqdh_prev_free), 0, in check_dquot_block_header()149 dh->dqdh_prev_free = cpu_to_le32(0); in put_free_dqblk()166 uint prevblk = le32_to_cpu(dh->dqdh_prev_free); in remove_free_dqentry()175 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_prev_free = in remove_free_dqentry()176 dh->dqdh_prev_free; in remove_free_dqentry()195 dh->dqdh_next_free = dh->dqdh_prev_free = cpu_to_le32(0); in remove_free_dqentry()217 dh->dqdh_prev_free = cpu_to_le32(0); in insert_free_dqentry()225 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_prev_free = in insert_free_dqentry()
18 __le32 dqdh_prev_free; /* Number of previous block with free entry */ member