Searched refs:tmpbuffer (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_attr_leaf.c | 1038 char *tmpbuffer; in xfs_attr_shortform_to_leaf() local 1045 tmpbuffer = kmalloc(size, GFP_KERNEL | __GFP_NOFAIL); in xfs_attr_shortform_to_leaf() 1046 memcpy(tmpbuffer, ifp->if_data, size); in xfs_attr_shortform_to_leaf() 1047 sf = (struct xfs_attr_sf_hdr *)tmpbuffer; in xfs_attr_shortform_to_leaf() 1092 kfree(tmpbuffer); in xfs_attr_shortform_to_leaf() 1220 char *tmpbuffer; in xfs_attr3_leaf_to_shortform() local 1226 tmpbuffer = kvmalloc(args->geo->blksize, GFP_KERNEL | __GFP_NOFAIL); in xfs_attr3_leaf_to_shortform() 1227 memcpy(tmpbuffer, bp->b_addr, args->geo->blksize); in xfs_attr3_leaf_to_shortform() 1229 leaf = (xfs_attr_leafblock_t *)tmpbuffer; in xfs_attr3_leaf_to_shortform() 1289 kvfree(tmpbuffer); in xfs_attr3_leaf_to_shortform() [all …]
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 813 char tmpbuffer[LOG_BUFFER_ENTRY_SIZE]; in _tcpm_log() local 827 vsnprintf(tmpbuffer, sizeof(tmpbuffer), fmt, args); in _tcpm_log() 831 strscpy(tmpbuffer, "overflow"); in _tcpm_log() 851 tmpbuffer); in _tcpm_log()
|