Home
last modified time | relevance | path

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

/linux-3.4.99/fs/quota/
Dquotaio_v2.h36 __le32 dqb_id; /* id this quota applies to */ member
48 __le32 dqb_id; /* id this quota applies to */ member
Dquota_v2.c209 d->dqb_id = cpu_to_le32(dquot->dq_id); in v2r0_mem2diskdqb()
222 return le32_to_cpu(d->dqb_id) == dquot->dq_id; in v2r0_is_id()
260 d->dqb_id = cpu_to_le32(dquot->dq_id); in v2r1_mem2diskdqb()
273 return le32_to_cpu(d->dqb_id) == dquot->dq_id; in v2r1_is_id()
/linux-3.4.99/fs/ocfs2/
Dquota_local.c504 dquot = dqget(sb, le64_to_cpu(dqblk->dqb_id), type); in ocfs2_recover_local_quota_file()
510 (unsigned)le64_to_cpu(dqblk->dqb_id), in ocfs2_recover_local_quota_file()
884 dqblk->dqb_id = cpu_to_le64(od->dq_dquot.dq_id); in olq_set_dquot()
Docfs2_fs.h1192 /*00*/ __le32 dqb_id; /* ID the structure belongs to */ member
1245 /*00*/ __le64 dqb_id; /* id this quota applies to */ member
Dquota_global.c98 d->dqb_id = cpu_to_le32(dquot->dq_id); in ocfs2_global_mem2diskdqb()
119 return le32_to_cpu(d->dqb_id) == dquot->dq_id; in ocfs2_global_is_id()