d_itimer          494 fs/quota/quota.c 	dst->d_ino_timer = src->d_itimer;
d_itimer          541 fs/quota/quota.c 	dst->i_ino_timelimit = src->d_itimer;
d_itimer          611 fs/quota/quota.c 	dst->d_itimer = src->d_ino_timer;
d_itimer           83 fs/xfs/libxfs/xfs_dquot_buf.c 	    !ddq->d_itimer)
d_itimer         1162 fs/xfs/libxfs/xfs_format.h 	__be32		d_itimer;	/* zero if within inode limits if not,
d_itimer          156 fs/xfs/xfs_dquot.c 	if (!d->d_itimer) {
d_itimer          163 fs/xfs/xfs_dquot.c 			d->d_itimer = cpu_to_be32(get_seconds() +
d_itimer          175 fs/xfs/xfs_dquot.c 			d->d_itimer = 0;
d_itimer          618 fs/xfs/xfs_qm.c 	if (ddqp->d_itimer)
d_itimer          619 fs/xfs/xfs_qm.c 		qinf->qi_itimelimit = be32_to_cpu(ddqp->d_itimer);
d_itimer          870 fs/xfs/xfs_qm.c 		ddq->d_itimer = 0;
d_itimer          507 fs/xfs/xfs_qm_syscalls.c 			ddq->d_itimer = cpu_to_be32(newlim->d_ino_timer);
d_itimer          627 fs/xfs/xfs_qm_syscalls.c 	dst->d_ino_timer = be32_to_cpu(dqp->q_core.d_itimer);
d_itimer          650 fs/xfs/xfs_trans_dquot.c 			timer = be32_to_cpu(dqp->q_core.d_itimer);
d_itimer           64 include/uapi/linux/dqblk_xfs.h 	__s32		d_itimer;	/* zero if within inode limits */