Home
last modified time | relevance | path

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

/linux/fs/quota/
H A Dquota_tree.c103 le32_to_cpu(dh->dqdh_prev_free), 0, in check_dquot_block_header()
155 dh->dqdh_prev_free = cpu_to_le32(0); in put_free_dqblk()
172 uint prevblk = le32_to_cpu(dh->dqdh_prev_free); in remove_free_dqentry()
181 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_prev_free = in remove_free_dqentry()
182 dh->dqdh_prev_free; in remove_free_dqentry()
201 dh->dqdh_next_free = dh->dqdh_prev_free = cpu_to_le32(0); in remove_free_dqentry()
223 dh->dqdh_prev_free = cpu_to_le32(0); in insert_free_dqentry()
231 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_prev_free = in insert_free_dqentry()
H A Dquota_tree.h18 __le32 dqdh_prev_free; /* Number of previous block with free entry */ member