Home
last modified time | relevance | path

Searched refs:xfs_chash_t (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_iget.c109 mp->m_chash = (xfs_chash_t *)kmem_zalloc(mp->m_chsize in xfs_chash_init()
110 * sizeof(xfs_chash_t), in xfs_chash_init()
131 kmem_free(mp->m_chash, mp->m_chsize*sizeof(xfs_chash_t)); in xfs_chash_free()
184 xfs_chash_t *ch; in xfs_iget_core()
675 xfs_chash_t *ch; in xfs_iextract()
Dxfs_inode.h208 } xfs_chash_t; typedef
Dxfs_inode.c3106 xfs_chash_t *ch; in xfs_iflush()