Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_dquot_buf.c75 if ((ddq->d_type & XFS_DQTYPE_BIGTIME) && in xfs_dquot_verify()
79 if ((ddq->d_type & XFS_DQTYPE_BIGTIME) && !ddq->d_id) in xfs_dquot_verify()
310 if (t != 0 && (ddq->d_type & XFS_DQTYPE_BIGTIME)) in xfs_dquot_from_disk_ts()
324 if (timer != 0 && (dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_dquot_to_disk_ts()
A Dxfs_quota_defs.h26 { XFS_DQTYPE_BIGTIME, "BIGTIME" }
A Dxfs_format.h1337 #define XFS_DQTYPE_BIGTIME (1u << 7) /* large expiry timestamps */ macro
1345 XFS_DQTYPE_BIGTIME)
/fs/xfs/scrub/
A Dquota_repair.c285 if (ddq->d_type & XFS_DQTYPE_BIGTIME) in xrep_quota_fix_timer()
354 ddq->d_type |= XFS_DQTYPE_BIGTIME; in xrep_quota_block()
/fs/xfs/
A Dxfs_trans_dquot.c63 !(dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_trans_log_dquot()
64 dqp->q_type |= XFS_DQTYPE_BIGTIME; in xfs_trans_log_dquot()
A Dxfs_dquot.c274 d->dd_diskdq.d_type |= XFS_DQTYPE_BIGTIME; in xfs_qm_init_dquot_blk()
1260 if (dqp->q_type & XFS_DQTYPE_BIGTIME) { in xfs_qm_dqflush_check()
A Dxfs_qm.c1117 ddq->d_type |= XFS_DQTYPE_BIGTIME; in xfs_qm_reset_dqcounts()

Completed in 27 milliseconds