Searched refs:m_chsize (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iget.c92 mp->m_chsize = max_t(uint, 1, mp->m_ihsize /
94 mp->m_chsize = min_t(uint, mp->m_chsize, mp->m_ihsize);
95 mp->m_chash = (xfs_chash_t *)kmem_zalloc(mp->m_chsize
98 for (i = 0; i < mp->m_chsize; i++) {
111 for (i = 0; i < mp->m_chsize; i++) {
115 kmem_free(mp->m_chash, mp->m_chsize*sizeof(xfs_chash_t));
H A Dxfs_inode.h204 #define XFS_CHASH(mp,blk) ((mp)->m_chash + (((uint)blk) % (mp)->m_chsize))
H A Dxfs_mount.h414 uint m_chsize; /* size of next field */ member in struct:xfs_mount

Completed in 49 milliseconds