Searched refs:m_chash (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iget.c95 mp->m_chash = (xfs_chash_t *)kmem_zalloc(mp->m_chsize
99 spinlock_init(&mp->m_chash[i].ch_lock,"xfshash");
112 spinlock_destroy(&mp->m_chash[i].ch_lock);
115 kmem_free(mp->m_chash, mp->m_chsize*sizeof(xfs_chash_t));
116 mp->m_chash = NULL;
H A Dxfs_inode.h204 #define XFS_CHASH(mp,blk) ((mp)->m_chash + (((uint)blk) % (mp)->m_chsize))
H A Dxfs_mount.h415 struct xfs_chash *m_chash; /* fs private inode per-cluster member in struct:xfs_mount
H A Dxfs_mount.c165 if (mp->m_chash)

Completed in 74 milliseconds