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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dquota_tree.h16 __le32 dqdh_next_free; /* Number of next block with free entry */ member in struct:qt_disk_dqdbheader
H A Dquota_tree.c89 info->dqi_free_blk = le32_to_cpu(dh->dqdh_next_free);
112 dh->dqdh_next_free = cpu_to_le32(info->dqi_free_blk);
129 uint nextblk = le32_to_cpu(dh->dqdh_next_free);
149 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_next_free =
150 dh->dqdh_next_free;
159 dh->dqdh_next_free = dh->dqdh_prev_free = cpu_to_le32(0);
180 dh->dqdh_next_free = cpu_to_le32(info->dqi_free_entry);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsamba_linux_quota.h268 u_int32_t dqdh_next_free; /* Number of next block with free entry */ member in struct:v2_disk_dqdbheader

Completed in 110 milliseconds