Searched refs:fdst (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | file.c | 1472 struct folio *fsrc, *fdst; in __clone_blkaddrs() local 1478 fdst = f2fs_get_new_data_folio(dst_inode, NULL, dst + i, in __clone_blkaddrs() 1480 if (IS_ERR(fdst)) { in __clone_blkaddrs() 1482 return PTR_ERR(fdst); in __clone_blkaddrs() 1485 f2fs_folio_wait_writeback(fdst, DATA, true, true); in __clone_blkaddrs() 1487 memcpy_folio(fdst, 0, fsrc, 0, PAGE_SIZE); in __clone_blkaddrs() 1488 folio_mark_dirty(fdst); in __clone_blkaddrs() 1489 folio_set_f2fs_gcing(fdst); in __clone_blkaddrs() 1490 f2fs_folio_put(fdst, true); in __clone_blkaddrs()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 2728 struct vxlan_rdst *rdst, *fdst = NULL; in vxlan_xmit() local 2825 if (!fdst) { in vxlan_xmit() 2826 fdst = rdst; in vxlan_xmit() 2833 if (fdst) in vxlan_xmit() 2834 vxlan_xmit_one(skb, dev, vni, fdst, did_rsc); in vxlan_xmit()
|