Searched refs:d_btimer (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsamba_xfs_quota.h75 int32_t d_btimer; /* similar to above; for disk blocks */ member in struct:fs_disk_quota
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddqblk_xfs.h63 __s32 d_btimer; /* similar to above; for disk blocks */ member in struct:fs_disk_quota
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm_syscalls.c598 q->qi_btimelimit = newlim->d_btimer;
599 ddq->d_btimer = cpu_to_be32(newlim->d_btimer);
786 dst->d_btimer = be32_to_cpu(src->d_btimer);
806 dst->d_btimer = 0;
818 ASSERT(dst->d_btimer != 0);
1032 if (!dqp->q_core.d_btimer && dqp->q_core.d_id) {
H A Dxfs_dquot.c235 if (!d->d_btimer) {
242 d->d_btimer = cpu_to_be32(get_seconds() +
254 d->d_btimer = 0;
1463 (int)be32_to_cpu(dqp->q_core.d_btimer));
H A Dxfs_qm.c1095 qinf->qi_btimelimit = ddqp->d_btimer ?
1096 be32_to_cpu(ddqp->d_btimer) : XFS_QM_BTIMELIMIT;
1383 ddq->d_btimer = 0;
H A Dxfs_trans_dquot.c622 timer = be32_to_cpu(dqp->q_core.d_btimer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dquota.c129 dst->dqb_btime = src->d_btimer;
160 dst->d_btimer = src->dqb_btime;
H A Ddquot.c2318 di->d_btimer = dm->dqb_btime;
2395 dm->dqb_btime = di->d_btimer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_quota.h62 __be32 d_btimer; /* similar to above; for disk blocks */ member in struct:xfs_disk_dquot
H A Dxfs_log_recover.c2056 if (!ddq->d_btimer) {

Completed in 111 milliseconds