/kernel/linux/linux-5.10/fs/jffs2/ |
D | write.c | 69 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 …]
|
D | gc.c | 600 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()
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
D | ip_set_hash_ipport.c | 105 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() 267 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipport6_uadt() argument 326 if (retried) in hash_ipport6_uadt()
|
D | ip_set_hash_ipportip.c | 108 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() 278 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportip6_uadt() argument 341 if (retried) in hash_ipportip6_uadt()
|
D | ip_set_hash_ip.c | 98 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip4_uadt() argument 149 if (retried) in hash_ip4_uadt() 238 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip6_uadt() argument
|
D | ip_set_hash_ipmark.c | 97 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark4_uadt() argument 150 if (retried) in hash_ipmark4_uadt() 232 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark6_uadt() argument
|
D | ip_set_hash_netport.c | 154 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport4_uadt() argument 238 if (retried) { in hash_netport4_uadt() 374 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport6_uadt() argument 445 if (retried) in hash_netport6_uadt()
|
D | ip_set_hash_net.c | 136 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net4_uadt() argument 191 if (retried) in hash_net4_uadt() 310 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net6_uadt() argument
|
D | ip_set_hash_ipportnet.c | 160 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportnet4_uadt() argument 268 if (retried) { in hash_ipportnet4_uadt() 417 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportnet6_uadt() argument 499 if (retried) in hash_ipportnet6_uadt()
|
D | ip_set_hash_netportnet.c | 188 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet4_uadt() argument 298 if (retried) { in hash_netportnet4_uadt() 473 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet6_uadt() argument 555 if (retried) in hash_netportnet6_uadt()
|
D | ip_set_hash_ipmac.c | 111 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
|
D | ip_set_hash_netnet.c | 163 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netnet4_uadt() argument 247 if (retried) { in hash_netnet4_uadt() 402 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netnet6_uadt() argument
|
D | ip_set_hash_netiface.c | 198 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface4_uadt() argument 259 if (retried) in hash_netiface4_uadt() 417 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface6_uadt() argument
|
D | ip_set_hash_mac.c | 96 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_mac4_uadt() argument
|
D | ip_set_bitmap_port.c | 154 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in bitmap_port_uadt() argument
|
D | ip_set_core.c | 1704 bool eexist = flags & IPSET_FLAG_EXIST, retried = false; in call_ad() local 1707 if (retried) { in call_ad() 1716 ret = set->variant->uadt(set, tb, adt, &lineno, flags, retried); in call_ad() 1718 retried = true; in call_ad() 1722 (ret = set->variant->resize(set, retried)) == 0)); in call_ad()
|
D | ip_set_bitmap_ip.c | 131 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in bitmap_ip_uadt() argument
|
/kernel/linux/linux-5.10/fs/ubifs/ |
D | budget.c | 427 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local 488 if (!retried) { in ubifs_budget_space() 489 retried = 1; in ubifs_budget_space()
|
/kernel/linux/linux-5.10/include/linux/netfilter/ipset/ |
D | ip_set.h | 166 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried); 172 int (*resize)(struct ip_set *set, bool retried);
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-devices-platform-ipmi | 232 retried. 235 message was retried.
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/ |
D | gen-errors.rst | 38 ioctl must not be retried without performing another action to fix
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-subdev-g-selection.rst | 111 stream on the pad. The ioctl must not be retried without performing
|
D | vidioc-subdev-g-crop.rst | 113 the pad. The ioctl must not be retried without performing another
|
D | vidioc-subdev-g-frame-interval.rst | 107 the pad. The ioctl must not be retried without performing another
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | extents_status.c | 1472 int retried = 0, nr_skipped = 0; in __es_shrink() local 1494 if (!retried && ext4_test_inode_state(&ei->vfs_inode, in __es_shrink() 1523 if ((nr_shrunk == 0) && nr_skipped && !retried) { in __es_shrink() 1524 retried++; in __es_shrink() 1547 nr_skipped, retried); in __es_shrink()
|