Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dquotaio_v2.h30 __u32 dqb_id; /* id this quota applies to */ member
/linux-2.4.37.9/fs/
Dquota_v2.c130 d->dqb_id = cpu_to_le32(id); in mem2diskdqb()
556 for (i = 0; i < V2_DQSTRINBLK && le32_to_cpu(ddquot[i].dqb_id) != dquot->dq_id; i++); in find_block_dqentry()
562 if (!le32_to_cpu(ddquot[i].dqb_id) && memcmp(&fakedquot, ddquot+i, sizeof(struct v2_disk_dqblk))) in find_block_dqentry()