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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dquotaio_v2.h65 __le32 dqdh_next_free; /* Number of next block with free entry */ member in struct:v2_disk_dqdbheader
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dquota_v2.c162 info->u.v2_i.dqi_free_blk = le32_to_cpu(dh->dqdh_next_free);
185 dh->dqdh_next_free = cpu_to_le32(info->u.v2_i.dqi_free_blk);
202 uint nextblk = le32_to_cpu(dh->dqdh_next_free), prevblk = le32_to_cpu(dh->dqdh_prev_free);
217 ((struct v2_disk_dqdbheader *)tmpbuf)->dqdh_next_free = dh->dqdh_next_free;
226 dh->dqdh_next_free = dh->dqdh_prev_free = cpu_to_le32(0);
246 dh->dqdh_next_free = cpu_to_le32(info->u.v2_i.dqi_free_entry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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 32 milliseconds