Searched refs:tmpbuffer2 (Results 1 – 1 of 1) sorted by relevance
1034 char *tmpbuffer2=NULL; in xfs_dir_leaf_compact() local1049 tmpbuffer2 = kmem_alloc(lbsize, KM_SLEEP); in xfs_dir_leaf_compact()1050 memcpy(tmpbuffer2, bp->data, lbsize); in xfs_dir_leaf_compact()1084 ASSERT(tmpbuffer2); in xfs_dir_leaf_compact()1085 memcpy(bp->data, tmpbuffer2, lbsize); in xfs_dir_leaf_compact()1092 kmem_free(tmpbuffer2, lbsize); in xfs_dir_leaf_compact()