Searched refs:d_rtbtimer (Results 1 - 8 of 8) 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.h82 int32_t d_rtbtimer; /* similar to above; for RT disk blks */ 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.h70 __s32 d_rtbtimer; /* similar to above; for RT disk blks */ 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.c606 q->qi_rtbtimelimit = newlim->d_rtbtimer;
607 ddq->d_rtbtimer = cpu_to_be32(newlim->d_rtbtimer);
795 dst->d_rtbtimer = be32_to_cpu(src->d_rtbtimer);
808 dst->d_rtbtimer = 0;
H A Dxfs_dquot.c281 if (!d->d_rtbtimer) {
288 d->d_rtbtimer = cpu_to_be32(get_seconds() +
300 d->d_rtbtimer = 0;
H A Dxfs_qm.c1099 qinf->qi_rtbtimelimit = ddqp->d_rtbtimer ?
1100 be32_to_cpu(ddqp->d_rtbtimer) : XFS_QM_RTBTIMELIMIT;
1385 ddq->d_rtbtimer = 0;
H A Dxfs_trans_dquot.c634 timer = be32_to_cpu(dqp->q_core.d_rtbtimer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_quota.h69 __be32 d_rtbtimer; /* similar to above; for RT disk blocks */ member in struct:xfs_disk_dquot
H A Dxfs_log_recover.c2080 if (!ddq->d_rtbtimer) {

Completed in 198 milliseconds