Home
last modified time | relevance | path

Searched refs:q_type (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/
Dxfs_dquot.h73 xfs_dqtype_t q_type; member
144 return dqp->q_type & XFS_DQTYPE_REC_MASK; in xfs_dquot_type()
Dxfs_dquot.c463 dqp->q_type = type; in xfs_dquot_alloc()
566 dqp->q_type = ddqp->d_type; in xfs_dquot_from_disk()
607 ddqp->d_type = dqp->q_type; in xfs_dquot_to_disk()
1221 if (dqp->q_type & XFS_DQTYPE_BIGTIME) { in xfs_qm_dqflush_check()
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()
Dxfs_trace.h1029 __entry->type = dqp->q_type;
1130 __entry->type = dqp->q_type;
1169 __entry->type = qtrx->qt_dquot->q_type;
/fs/xfs/libxfs/
Dxfs_dquot_buf.c321 if (timer != 0 && (dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_dquot_to_disk_ts()