Home
last modified time | relevance | path

Searched refs:q_hash (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/quota/
Dxfs_dquot.c137 dqp->q_hash = NULL; in xfs_qm_dqinit()
1087 dqp->q_hash = h; in xfs_qm_dqget()
1443 ASSERT(XFS_DQ_IS_HASH_LOCKED(dqp->q_hash)); in xfs_qm_dqpurge()
1456 XFS_DQ_HASH_UNLOCK(dqp->q_hash); in xfs_qm_dqpurge()
1505 thishash = dqp->q_hash; in xfs_qm_dqpurge()
1515 dqp->q_hash = NULL; in xfs_qm_dqpurge()
Dxfs_qm.c583 XFS_DQ_HASH_LOCK(dqp->q_hash); in xfs_qm_dqpurge_int()
593 XFS_DQ_HASH_UNLOCK(dqp->q_hash); in xfs_qm_dqpurge_int()
2100 hash = dqp->q_hash; in xfs_qm_shake_freelist()
2225 ASSERT(dqp->q_hash); in xfs_qm_dqreclaim_one()
2271 XQM_HASHLIST_REMOVE(dqp->q_hash, dqp); in xfs_qm_dqreclaim_one()
2274 XFS_DQ_HASH_UNLOCK(dqp->q_hash); in xfs_qm_dqreclaim_one()
2784 locked = mutex_trylock(&((dqp)->q_hash->qh_lock)); in xfs_qm_dqhashlock_nowait()
Dxfs_dquot.h70 xfs_dqhash_t *q_hash; /* the hashchain header */ member
Dxfs_qm_syscalls.c1162 xfs_dqhash_t *q_hash; /* the hashchain header */ member
1303 d->q_hash = h; in xfs_qm_internalqcheck_dqget()