Searched refs:d_itimer (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.h73 int32_t d_itimer; /* zero if within inode limits */ 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.h61 __s32 d_itimer; /* zero if within inode limits */ 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.c602 q->qi_itimelimit = newlim->d_itimer;
603 ddq->d_itimer = cpu_to_be32(newlim->d_itimer);
787 dst->d_itimer = be32_to_cpu(src->d_itimer);
807 dst->d_itimer = 0;
822 ASSERT(dst->d_itimer != 0);
1042 if (!dqp->q_core.d_itimer && dqp->q_core.d_id) {
H A Dxfs_dquot.c258 if (!d->d_itimer) {
265 d->d_itimer = cpu_to_be32(get_seconds() +
277 d->d_itimer = 0;
1465 (int)be32_to_cpu(dqp->q_core.d_itimer));
H A Dxfs_qm.c1097 qinf->qi_itimelimit = ddqp->d_itimer ?
1098 be32_to_cpu(ddqp->d_itimer) : XFS_QM_ITIMELIMIT;
1384 ddq->d_itimer = 0;
H A Dxfs_trans_dquot.c674 timer = be32_to_cpu(dqp->q_core.d_itimer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dquota.c130 dst->dqb_itime = src->d_itimer;
161 dst->d_itimer = src->dqb_itime;
H A Ddquot.c2319 di->d_itimer = dm->dqb_itime;
2401 dm->dqb_itime = di->d_itimer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_quota.h60 __be32 d_itimer; /* zero if within inode limits if not, member in struct:xfs_disk_dquot
H A Dxfs_log_recover.c2068 if (!ddq->d_itimer) {

Completed in 164 milliseconds