Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c950 char *tmpbuffer; in xfs_attr_shortform_to_leaf() local
957 tmpbuffer = kmalloc(size, GFP_KERNEL | __GFP_NOFAIL); in xfs_attr_shortform_to_leaf()
958 memcpy(tmpbuffer, ifp->if_data, size); in xfs_attr_shortform_to_leaf()
959 sf = (struct xfs_attr_sf_hdr *)tmpbuffer; in xfs_attr_shortform_to_leaf()
1004 kfree(tmpbuffer); in xfs_attr_shortform_to_leaf()
1133 char *tmpbuffer; in xfs_attr3_leaf_to_shortform() local
1139 tmpbuffer = kvmalloc(args->geo->blksize, GFP_KERNEL | __GFP_NOFAIL); in xfs_attr3_leaf_to_shortform()
1140 memcpy(tmpbuffer, bp->b_addr, args->geo->blksize); in xfs_attr3_leaf_to_shortform()
1142 leaf = (xfs_attr_leafblock_t *)tmpbuffer; in xfs_attr3_leaf_to_shortform()
1203 kvfree(tmpbuffer); in xfs_attr3_leaf_to_shortform()
[all …]
/linux/drivers/usb/typec/tcpm/
H A Dfusb302.c139 char tmpbuffer[LOG_BUFFER_ENTRY_SIZE]; in _fusb302_log() local
150 vsnprintf(tmpbuffer, sizeof(tmpbuffer), fmt, args); in _fusb302_log()
156 strscpy(tmpbuffer, "overflow", sizeof(tmpbuffer)); in _fusb302_log()
176 tmpbuffer); in _fusb302_log()
H A Dtcpm.c710 char tmpbuffer[LOG_BUFFER_ENTRY_SIZE]; in _tcpm_log() local
724 vsnprintf(tmpbuffer, sizeof(tmpbuffer), fmt, args); in _tcpm_log()
728 strcpy(tmpbuffer, "overflow"); in _tcpm_log()
748 tmpbuffer); in _tcpm_log()