Searched refs:XFS_DQ_HASH (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/xfs/quota/ | ||
D | xfs_quota_priv.h | 99 #define XFS_DQ_HASH(mp, id, type) (type == XFS_DQ_USER ? \ macro |
D | xfs_dquot.c | 973 h = XFS_DQ_HASH(mp, id, type); in xfs_qm_dqget() |