cilist           3472 fs/xfs/xfs_inode.c 	struct xfs_inode	**cilist;
cilist           3482 fs/xfs/xfs_inode.c 	cilist = kmem_alloc(cilist_size, KM_MAYFAIL|KM_NOFS);
cilist           3483 fs/xfs/xfs_inode.c 	if (!cilist)
cilist           3490 fs/xfs/xfs_inode.c 	nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, (void**)cilist,
cilist           3496 fs/xfs/xfs_inode.c 		cip = cilist[i];
cilist           3587 fs/xfs/xfs_inode.c 	kmem_free(cilist);
cilist           3618 fs/xfs/xfs_inode.c 	kmem_free(cilist);