Lines Matching refs:ASSERT
53 ASSERT(list_empty(&dqp->q_lru)); in xfs_qm_dqdestroy()
77 ASSERT(d->d_id); in xfs_qm_adjust_dqlimits()
119 ASSERT(d->d_id); in xfs_qm_adjust_dqtimers()
123 ASSERT(be64_to_cpu(d->d_blk_softlimit) <= in xfs_qm_adjust_dqtimers()
126 ASSERT(be64_to_cpu(d->d_ino_softlimit) <= in xfs_qm_adjust_dqtimers()
129 ASSERT(be64_to_cpu(d->d_rtb_softlimit) <= in xfs_qm_adjust_dqtimers()
219 ASSERT(tp); in xfs_qm_init_dquot_blk()
220 ASSERT(xfs_buf_islocked(bp)); in xfs_qm_init_dquot_blk()
312 ASSERT(map.br_blockcount == XFS_DQUOT_CLUSTER_SIZE_FSB); in xfs_dquot_disk_alloc()
313 ASSERT(nmaps == 1); in xfs_dquot_disk_alloc()
314 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_dquot_disk_alloc()
405 ASSERT(nmaps == 1); in xfs_dquot_disk_read()
406 ASSERT(map.br_blockcount >= 1); in xfs_dquot_disk_read()
407 ASSERT(map.br_startblock != DELAYSTARTBLOCK); in xfs_dquot_disk_read()
423 ASSERT(bp == NULL); in xfs_dquot_disk_read()
427 ASSERT(xfs_buf_islocked(bp)); in xfs_dquot_disk_read()
481 ASSERT(0); in xfs_dquot_alloc()
584 ASSERT(xfs_buf_islocked(bp)); in xfs_qm_dqread()
838 ASSERT(0); in xfs_qm_id_for_quotatype()
865 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); in xfs_qm_dqget_inode()
866 ASSERT(xfs_inode_dquot(ip, type) == NULL); in xfs_qm_dqget_inode()
922 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); in xfs_qm_dqget_inode()
971 ASSERT(dqp->q_nrefs > 0); in xfs_qm_dqput()
972 ASSERT(XFS_DQ_IS_LOCKED(dqp)); in xfs_qm_dqput()
1077 ASSERT(XFS_DQ_IS_LOCKED(dqp)); in xfs_qm_dqflush()
1078 ASSERT(!completion_done(&dqp->q_flush)); in xfs_qm_dqflush()
1195 ASSERT(d1 != d2); in xfs_dqlock2()