Home
last modified time | relevance | path

Searched refs:retried (Results 1 – 25 of 46) sorted by relevance

12

/Linux-v5.10/fs/jffs2/
Dwrite.c69 int retried = 0; in jffs2_write_dnode() local
101 BUG_ON(!retried); in jffs2_write_dnode()
128 if (!retried && alloc_mode != ALLOC_NORETRY) { in jffs2_write_dnode()
133 retried = 1; in jffs2_write_dnode()
198 if (retried) { in jffs2_write_dnode()
213 int retried = 0; in jffs2_write_dirent() local
259 BUG_ON(!retried); in jffs2_write_dirent()
280 if (!retried) { in jffs2_write_dirent()
285 retried = 1; in jffs2_write_dirent()
330 if (retried) { in jffs2_write_dirent()
[all …]
Dgc.c600 int retried = 0; in jffs2_garbage_collect_pristine() local
711 if (!retried) { in jffs2_garbage_collect_pristine()
716 retried = 1; in jffs2_garbage_collect_pristine()
/Linux-v5.10/net/netfilter/ipset/
Dip_set_hash_ipport.c105 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipport4_uadt() argument
175 if (retried) in hash_ipport4_uadt()
178 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipport4_uadt()
263 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipport6_uadt() argument
322 if (retried) in hash_ipport6_uadt()
Dip_set_hash_ipportip.c108 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportip4_uadt() argument
182 if (retried) in hash_ipportip4_uadt()
185 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipportip4_uadt()
274 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportip6_uadt() argument
337 if (retried) in hash_ipportip6_uadt()
Dip_set_hash_ip.c98 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip4_uadt() argument
146 if (retried) { in hash_ip4_uadt()
233 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip6_uadt() argument
Dip_set_hash_ipmark.c97 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark4_uadt() argument
145 if (retried) in hash_ipmark4_uadt()
223 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark6_uadt() argument
Dip_set_hash_netport.c154 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport4_uadt() argument
238 if (retried) { in hash_netport4_uadt()
370 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport6_uadt() argument
441 if (retried) in hash_netport6_uadt()
Dip_set_hash_net.c136 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net4_uadt() argument
190 if (retried) in hash_net4_uadt()
304 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net6_uadt() argument
Dip_set_hash_ipportnet.c160 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportnet4_uadt() argument
268 if (retried) { in hash_ipportnet4_uadt()
411 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportnet6_uadt() argument
493 if (retried) in hash_ipportnet6_uadt()
Dip_set_hash_netportnet.c177 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet4_uadt() argument
287 if (retried) { in hash_netportnet4_uadt()
456 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet6_uadt() argument
538 if (retried) in hash_netportnet6_uadt()
Dip_set_hash_ipmac.c111 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmac4_uadt() argument
227 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmac6_uadt() argument
Dip_set_hash_netiface.c198 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface4_uadt() argument
259 if (retried) in hash_netiface4_uadt()
412 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface6_uadt() argument
Dip_set_hash_netnet.c163 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netnet4_uadt() argument
247 if (retried) { in hash_netnet4_uadt()
397 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netnet6_uadt() argument
Dip_set_hash_mac.c96 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_mac4_uadt() argument
Dip_set_bitmap_port.c154 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in bitmap_port_uadt() argument
Dip_set_bitmap_ip.c131 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in bitmap_ip_uadt() argument
/Linux-v5.10/fs/ubifs/
Dbudget.c428 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local
489 if (!retried) { in ubifs_budget_space()
490 retried = 1; in ubifs_budget_space()
/Linux-v5.10/include/linux/netfilter/ipset/
Dip_set.h166 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried);
172 int (*resize)(struct ip_set *set, bool retried);
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-devices-platform-ipmi232 retried.
235 message was retried.
/Linux-v5.10/Documentation/userspace-api/media/
Dgen-errors.rst38 ioctl must not be retried without performing another action to fix
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-g-selection.rst111 stream on the pad. The ioctl must not be retried without performing
Dvidioc-subdev-g-crop.rst113 the pad. The ioctl must not be retried without performing another
Dvidioc-subdev-g-frame-interval.rst107 the pad. The ioctl must not be retried without performing another
Dvidioc-subdev-g-fmt.rst136 The ioctl must not be retried without performing another action to
/Linux-v5.10/fs/ext4/
Dextents_status.c1475 int retried = 0, nr_skipped = 0; in __es_shrink() local
1497 if (!retried && ext4_test_inode_state(&ei->vfs_inode, in __es_shrink()
1526 if ((nr_shrunk == 0) && nr_skipped && !retried) { in __es_shrink()
1527 retried++; in __es_shrink()
1550 nr_skipped, retried); in __es_shrink()

12