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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_itable.c339 int nicluster; /* # of inodes in a cluster */ local
372 nicluster = mp->m_sb.sb_blocksize >= XFS_INODE_CLUSTER_SIZE(mp) ?
375 nimask = ~(nicluster - 1);
376 nbcluster = nicluster >> mp->m_sb.sb_inopblog;
508 chunkidx += nicluster,
511 nicluster) & ~gfree)
563 if ((chunkidx & (nicluster - 1)) == 0) {

Completed in 46 milliseconds