Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dquota_v2.c209 dh->dqdh_prev_free = cpu_to_le32(0); in put_free_dqblk()
223 uint nextblk = le32_to_cpu(dh->dqdh_next_free), prevblk = le32_to_cpu(dh->dqdh_prev_free); in remove_free_dqentry()
231 ((struct v2_disk_dqdbheader *)tmpbuf)->dqdh_prev_free = dh->dqdh_prev_free; in remove_free_dqentry()
247 dh->dqdh_next_free = dh->dqdh_prev_free = cpu_to_le32(0); in remove_free_dqentry()
266 dh->dqdh_prev_free = cpu_to_le32(0); in insert_free_dqentry()
272 ((struct v2_disk_dqdbheader *)tmpbuf)->dqdh_prev_free = cpu_to_le32(blk); in insert_free_dqentry()
/linux-2.4.37.9/include/linux/
Dquotaio_v2.h66 __u32 dqdh_prev_free; /* Number of previous block with free entry */ member