Home
last modified time | relevance | path

Searched refs:XFS_DQTYPE_BIGTIME (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c72 if ((ddq->d_type & XFS_DQTYPE_BIGTIME) && in xfs_dquot_verify()
76 if ((ddq->d_type & XFS_DQTYPE_BIGTIME) && !ddq->d_id) in xfs_dquot_verify()
307 if (t != 0 && (ddq->d_type & XFS_DQTYPE_BIGTIME)) in xfs_dquot_from_disk_ts()
321 if (timer != 0 && (dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_dquot_to_disk_ts()
H A Dxfs_quota_defs.h27 { XFS_DQTYPE_BIGTIME, "BIGTIME" }
H A Dxfs_format.h1267 #define XFS_DQTYPE_BIGTIME 0x80 /* large expiry timestamps */ macro
1275 XFS_DQTYPE_BIGTIME)
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c72 if ((ddq->d_type & XFS_DQTYPE_BIGTIME) && in xfs_dquot_verify()
76 if ((ddq->d_type & XFS_DQTYPE_BIGTIME) && !ddq->d_id) in xfs_dquot_verify()
307 if (t != 0 && (ddq->d_type & XFS_DQTYPE_BIGTIME)) in xfs_dquot_from_disk_ts()
321 if (timer != 0 && (dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_dquot_to_disk_ts()
H A Dxfs_quota_defs.h26 { XFS_DQTYPE_BIGTIME, "BIGTIME" }
H A Dxfs_format.h1180 #define XFS_DQTYPE_BIGTIME (1u << 7) /* large expiry timestamps */ macro
1188 XFS_DQTYPE_BIGTIME)
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trans_dquot.c62 !(dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_trans_log_dquot()
63 dqp->q_type |= XFS_DQTYPE_BIGTIME; in xfs_trans_log_dquot()
H A Dxfs_dquot.c227 d->dd_diskdq.d_type |= XFS_DQTYPE_BIGTIME; in xfs_qm_init_dquot_blk()
1220 if (dqp->q_type & XFS_DQTYPE_BIGTIME) { in xfs_qm_dqflush_check()
H A Dxfs_qm.c893 ddq->d_type |= XFS_DQTYPE_BIGTIME; in xfs_qm_reset_dqcounts()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans_dquot.c62 !(dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_trans_log_dquot()
63 dqp->q_type |= XFS_DQTYPE_BIGTIME; in xfs_trans_log_dquot()
H A Dxfs_dquot.c224 d->dd_diskdq.d_type |= XFS_DQTYPE_BIGTIME; in xfs_qm_init_dquot_blk()
1194 if (dqp->q_type & XFS_DQTYPE_BIGTIME) { in xfs_qm_dqflush_check()
H A Dxfs_qm.c894 ddq->d_type |= XFS_DQTYPE_BIGTIME; in xfs_qm_reset_dqcounts()

Completed in 18 milliseconds