Searched refs:do_replace (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/f2fs/ |
A D | file.c | 1189 do_replace += done; in __read_out_blkaddrs() 1215 *do_replace = 1; in __read_out_blkaddrs() 1235 if (*do_replace == 0) in __roll_back_blkaddrs() 1252 block_t *blkaddr, int *do_replace, in __clone_blkaddrs() argument 1289 if (do_replace[i]) { in __clone_blkaddrs() 1297 do_replace[i] = 0; in __clone_blkaddrs() 1340 int *do_replace; in __exchange_data_block() local 1356 if (!do_replace) { in __exchange_data_block() 1362 do_replace, src, olen); in __exchange_data_block() 1376 kvfree(do_replace); in __exchange_data_block() [all …]
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_attr.c | 421 bool do_replace = args->op_flags & XFS_DA_OP_REPLACE; in xfs_attr_complete_op() local 424 if (do_replace) { in xfs_attr_complete_op()
|
/linux-6.3-rc2/net/ipv4/netfilter/ |
A D | arp_tables.c | 951 static int do_replace(struct net *net, sockptr_t arg, unsigned int len) in do_replace() function 1421 ret = do_replace(sock_net(sk), arg, len); in do_arpt_set_ctl()
|
A D | ip_tables.c | 1105 do_replace(struct net *net, sockptr_t arg, unsigned int len) in do_replace() function 1629 ret = do_replace(sock_net(sk), arg, len); in do_ipt_set_ctl()
|
/linux-6.3-rc2/net/bridge/netfilter/ |
A D | ebtables.c | 1108 static int do_replace(struct net *net, sockptr_t arg, unsigned int len) in do_replace() function 2260 if (ret == -EINVAL && do_replace(net, arg, len) == 0) in compat_do_replace() 2522 ret = do_replace(net, arg, len); in do_ebt_set_ctl()
|
/linux-6.3-rc2/net/ipv6/netfilter/ |
A D | ip6_tables.c | 1122 do_replace(struct net *net, sockptr_t arg, unsigned int len) in do_replace() function 1638 ret = do_replace(sock_net(sk), arg, len); in do_ip6t_set_ctl()
|
Completed in 35 milliseconds