d_btimer          495 fs/quota/quota.c 	dst->d_spc_timer = src->d_btimer;
d_btimer          540 fs/quota/quota.c 	dst->i_spc_timelimit = src->d_btimer;
d_btimer          612 fs/quota/quota.c 	dst->d_btimer = src->d_spc_timer;
d_btimer           78 fs/xfs/libxfs/xfs_dquot_buf.c 	    !ddq->d_btimer)
d_btimer         1164 fs/xfs/libxfs/xfs_format.h 	__be32		d_btimer;	/* similar to above; for disk blocks */
d_btimer          133 fs/xfs/xfs_dquot.c 	if (!d->d_btimer) {
d_btimer          140 fs/xfs/xfs_dquot.c 			d->d_btimer = cpu_to_be32(get_seconds() +
d_btimer          152 fs/xfs/xfs_dquot.c 			d->d_btimer = 0;
d_btimer          616 fs/xfs/xfs_qm.c 	if (ddqp->d_btimer)
d_btimer          617 fs/xfs/xfs_qm.c 		qinf->qi_btimelimit = be32_to_cpu(ddqp->d_btimer);
d_btimer          869 fs/xfs/xfs_qm.c 		ddq->d_btimer = 0;
d_btimer          503 fs/xfs/xfs_qm_syscalls.c 			ddq->d_btimer = cpu_to_be32(newlim->d_spc_timer);
d_btimer          626 fs/xfs/xfs_qm_syscalls.c 	dst->d_spc_timer = be32_to_cpu(dqp->q_core.d_btimer);
d_btimer          603 fs/xfs/xfs_trans_dquot.c 		timer = be32_to_cpu(dqp->q_core.d_btimer);
d_btimer           66 include/uapi/linux/dqblk_xfs.h 	__s32		d_btimer;	/* similar to above; for disk blocks */