Searched refs:do_replace (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/f2fs/ |
| H A D | file.c | 1295 do_replace += done; in __read_out_blkaddrs() 1320 *do_replace = 1; in __read_out_blkaddrs() 1340 if (*do_replace == 0) in __roll_back_blkaddrs() 1357 block_t *blkaddr, int *do_replace, in __clone_blkaddrs() argument 1394 if (do_replace[i]) { in __clone_blkaddrs() 1402 do_replace[i] = 0; in __clone_blkaddrs() 1449 int *do_replace; in __exchange_data_block() local 1465 if (!do_replace) { in __exchange_data_block() 1471 do_replace, src, olen); in __exchange_data_block() 1485 kvfree(do_replace); in __exchange_data_block() [all …]
|
| /linux-6.15/net/bridge/netfilter/ |
| H A D | ebtables.c | 1108 static int do_replace(struct net *net, sockptr_t arg, unsigned int len) in do_replace() function 2263 if (ret == -EINVAL && do_replace(net, arg, len) == 0) in compat_do_replace() 2527 ret = do_replace(net, arg, len); in do_ebt_set_ctl()
|
| /linux-6.15/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 951 static int do_replace(struct net *net, sockptr_t arg, unsigned int len) in do_replace() function 1429 ret = do_replace(sock_net(sk), arg, len); in do_arpt_set_ctl()
|
| H A D | ip_tables.c | 1103 do_replace(struct net *net, sockptr_t arg, unsigned int len) in do_replace() function 1635 ret = do_replace(sock_net(sk), arg, len); in do_ipt_set_ctl()
|
| /linux-6.15/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 1120 do_replace(struct net *net, sockptr_t arg, unsigned int len) in do_replace() function 1644 ret = do_replace(sock_net(sk), arg, len); in do_ip6t_set_ctl()
|