Home
last modified time | relevance | path

Searched refs:ninodes (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_ialloc.c179 int ninodes; /* num inodes per buf */ in xfs_ialloc_ag_alloc() local
309 ninodes = args.mp->m_sb.sb_inopblock; in xfs_ialloc_ag_alloc()
314 ninodes = blks_per_cluster * args.mp->m_sb.sb_inopblock; in xfs_ialloc_ag_alloc()
355 xfs_biozero(fbuf, 0, ninodes << args.mp->m_sb.sb_inodelog); in xfs_ialloc_ag_alloc()
356 for (i = 0; i < ninodes; i++) { in xfs_ialloc_ag_alloc()
Dxfs_inode.c1967 int ninodes; in xfs_ifree_cluster() local
1978 ninodes = mp->m_sb.sb_inopblock; in xfs_ifree_cluster()
1983 ninodes = blks_per_cluster * mp->m_sb.sb_inopblock; in xfs_ifree_cluster()
1987 ip_found = kmem_alloc(ninodes * sizeof(xfs_inode_t *), KM_NOFS); in xfs_ifree_cluster()
1989 for (j = 0; j < nbufs; j++, inum += ninodes) { in xfs_ifree_cluster()
2007 for (i = 0; i < ninodes; i++) { in xfs_ifree_cluster()