Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_attr_leaf.c745 char *tmpbuffer; in xfs_attr_shortform_to_leaf() local
757 tmpbuffer = kmem_alloc(size, KM_SLEEP); in xfs_attr_shortform_to_leaf()
758 ASSERT(tmpbuffer != NULL); in xfs_attr_shortform_to_leaf()
759 memcpy(tmpbuffer, ifp->if_u1.if_data, size); in xfs_attr_shortform_to_leaf()
760 sf = (xfs_attr_shortform_t *)tmpbuffer; in xfs_attr_shortform_to_leaf()
775 memcpy(ifp->if_u1.if_data, tmpbuffer, size); /* it back */ in xfs_attr_shortform_to_leaf()
786 memcpy(ifp->if_u1.if_data, tmpbuffer, size); /* it back */ in xfs_attr_shortform_to_leaf()
820 kmem_free(tmpbuffer); in xfs_attr_shortform_to_leaf()
882 char *tmpbuffer; in xfs_attr3_leaf_to_shortform() local
888 tmpbuffer = kmem_alloc(args->geo->blksize, KM_SLEEP); in xfs_attr3_leaf_to_shortform()
[all …]