Home
last modified time | relevance | path

Searched refs:d_itimer (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_syscalls.c706 mp->m_quotainfo->qi_itimelimit = newlim->d_itimer; in xfs_qm_scall_setqlim()
707 INT_SET(ddq->d_itimer, ARCH_CONVERT, newlim->d_itimer); in xfs_qm_scall_setqlim()
891 dst->d_itimer = (__uint32_t) INT_GET(src->d_itimer, ARCH_CONVERT); in xfs_qm_export_dquot()
911 dst->d_itimer = 0; in xfs_qm_export_dquot()
923 ASSERT(dst->d_itimer != 0); in xfs_qm_export_dquot()
1225 if (INT_ISZERO(dqp->q_core.d_itimer, ARCH_CONVERT) && in xfs_dqtest_cmp2()
Dxfs_dquot.c332 if (INT_ISZERO(d->d_itimer, ARCH_CONVERT)) { in xfs_qm_adjust_dqtimers()
339 INT_SET(d->d_itimer, ARCH_CONVERT, in xfs_qm_adjust_dqtimers()
349 INT_ZERO(d->d_itimer, ARCH_CONVERT); in xfs_qm_adjust_dqtimers()
1613 (int)INT_GET(dqp->q_core.d_itimer, ARCH_CONVERT)); in xfs_qm_dqprint()
Dxfs_trans_dquot.c722 if ((!INT_ISZERO(dqp->q_core.d_itimer, ARCH_CONVERT) && in xfs_trans_dqresv()
723 get_seconds() > INT_GET(dqp->q_core.d_itimer, ARCH_CONVERT)) || in xfs_trans_dqresv()
Dxfs_qm.c1222 INT_GET(ddqp->d_itimer, ARCH_CONVERT) ? in xfs_qm_init_quotainfo()
1223 INT_GET(ddqp->d_itimer, ARCH_CONVERT) : in xfs_qm_init_quotainfo()
1523 INT_SET(ddq->d_itimer, ARCH_CONVERT, (time_t)0); in xfs_qm_reset_dqcounts()
/linux-2.4.37.9/include/linux/
Ddqblk_xfs.h57 __s32 d_itimer; /* zero if within inode limits */ member
/linux-2.4.37.9/fs/xfs/
Dxfs_quota.h72 /*32*/ __int32_t d_itimer; /* zero if within inode limits if not, member
Dxfs_log_recover.c2067 if (INT_ISZERO(ddq->d_itimer, ARCH_CONVERT)) { in xfs_qm_dqcheck()