Searched refs:do_replace (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/fs/f2fs/ |
D | file.c | 1175 int *do_replace, pgoff_t off, pgoff_t len) in __read_out_blkaddrs() argument 1192 do_replace += done; in __read_out_blkaddrs() 1198 for (i = 0; i < done; i++, blkaddr++, do_replace++, dn.ofs_in_node++) { in __read_out_blkaddrs() 1218 *do_replace = 1; in __read_out_blkaddrs() 1231 int *do_replace, pgoff_t off, int len) in __roll_back_blkaddrs() argument 1237 for (i = 0; i < len; i++, do_replace++, blkaddr++) { in __roll_back_blkaddrs() 1238 if (*do_replace == 0) in __roll_back_blkaddrs() 1255 block_t *blkaddr, int *do_replace, in __clone_blkaddrs() argument 1268 if (do_replace[i] || blkaddr[i] == NULL_ADDR) { in __clone_blkaddrs() 1292 if (do_replace[i]) { in __clone_blkaddrs() [all …]
|
/Linux-v6.1/fs/xfs/libxfs/ |
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-v6.1/net/ipv4/netfilter/ |
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()
|
D | ip_tables.c | 1106 do_replace(struct net *net, sockptr_t arg, unsigned int len) in do_replace() function 1630 ret = do_replace(sock_net(sk), arg, len); in do_ipt_set_ctl()
|
/Linux-v6.1/net/bridge/netfilter/ |
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-v6.1/net/ipv6/netfilter/ |
D | ip6_tables.c | 1123 do_replace(struct net *net, sockptr_t arg, unsigned int len) in do_replace() function 1639 ret = do_replace(sock_net(sk), arg, len); in do_ip6t_set_ctl()
|