dqdh_next_free     97 fs/quota/quota_tree.c 		info->dqi_free_blk = le32_to_cpu(dh->dqdh_next_free);
dqdh_next_free    120 fs/quota/quota_tree.c 	dh->dqdh_next_free = cpu_to_le32(info->dqi_free_blk);
dqdh_next_free    137 fs/quota/quota_tree.c 	uint nextblk = le32_to_cpu(dh->dqdh_next_free);
dqdh_next_free    157 fs/quota/quota_tree.c 		((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_next_free =
dqdh_next_free    158 fs/quota/quota_tree.c 							dh->dqdh_next_free;
dqdh_next_free    167 fs/quota/quota_tree.c 	dh->dqdh_next_free = dh->dqdh_prev_free = cpu_to_le32(0);
dqdh_next_free    188 fs/quota/quota_tree.c 	dh->dqdh_next_free = cpu_to_le32(info->dqi_free_entry);
dqdh_next_free     17 fs/quota/quota_tree.h 	__le32 dqdh_next_free;	/* Number of next block with free entry */