Home
last modified time | relevance | path

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

/linux-4.4.14/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.c580 int retried = 0; in jffs2_garbage_collect_pristine() local
691 if (!retried) { in jffs2_garbage_collect_pristine()
696 retried = 1; in jffs2_garbage_collect_pristine()
/linux-4.4.14/net/netfilter/ipset/
Dip_set_hash_ipport.c109 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipport4_uadt() argument
179 if (retried) in hash_ipport4_uadt()
182 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()
Dip_set_hash_ipportip.c112 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportip4_uadt() argument
186 if (retried) in hash_ipportip4_uadt()
189 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()
Dip_set_hash_ipportnet.c164 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportnet4_uadt() argument
272 if (retried) in hash_ipportnet4_uadt()
276 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipportnet4_uadt()
280 ip2 = retried && in hash_ipportnet4_uadt()
415 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportnet6_uadt() argument
497 if (retried) in hash_ipportnet6_uadt()
Dip_set_hash_netport.c158 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport4_uadt() argument
242 if (retried) in hash_netport4_uadt()
248 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_netport4_uadt()
373 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport6_uadt() argument
444 if (retried) in hash_netport6_uadt()
Dip_set_hash_netportnet.c181 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet4_uadt() argument
291 if (retried) in hash_netportnet4_uadt()
297 p = retried && ip == ntohl(h->next.ip[0]) ? ntohs(h->next.port) in hash_netportnet4_uadt()
301 ip2 = (retried && ip == ntohl(h->next.ip[0]) && in hash_netportnet4_uadt()
459 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet6_uadt() argument
541 if (retried) in hash_netportnet6_uadt()
Dip_set_hash_ipmark.c102 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark4_uadt() argument
150 if (retried) in hash_ipmark4_uadt()
228 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark6_uadt() argument
Dip_set_hash_ip.c102 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip4_uadt() argument
151 if (retried) in hash_ip4_uadt()
235 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip6_uadt() argument
Dip_set_hash_netnet.c166 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netnet4_uadt() argument
250 if (retried) in hash_netnet4_uadt()
256 ip2 = (retried && in hash_netnet4_uadt()
400 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netnet6_uadt() argument
Dip_set_hash_net.c140 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net4_uadt() argument
194 if (retried) in hash_net4_uadt()
309 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net6_uadt() argument
Dip_set_hash_netiface.c199 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface4_uadt() argument
258 if (retried) in hash_netiface4_uadt()
410 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface6_uadt() argument
Dip_set_hash_mac.c103 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_mac4_uadt() argument
Dip_set_bitmap_port.c130 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in bitmap_port_uadt() argument
Dip_set_bitmap_ip.c133 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in bitmap_ip_uadt() argument
Dip_set_core.c1451 bool eexist = flags & IPSET_FLAG_EXIST, retried = false; in call_ad() local
1455 ret = set->variant->uadt(set, tb, adt, &lineno, flags, retried); in call_ad()
1457 retried = true; in call_ad()
1460 (ret = set->variant->resize(set, retried)) == 0); in call_ad()
Dip_set_bitmap_ipmac.c242 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in bitmap_ipmac_uadt() argument
Dip_set_list_set.c352 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in list_set_uadt() argument
Dip_set_hash_gen.h561 mtype_resize(struct ip_set *set, bool retried) in mtype_resize() argument
1205 bool retried);
/linux-4.4.14/drivers/mtd/ubi/
Dfastmap-wl.c208 int ret, retried = 0; in ubi_wl_get_peb() local
233 if (retried) { in ubi_wl_get_peb()
238 retried = 1; in ubi_wl_get_peb()
/linux-4.4.14/fs/ubifs/
Dbudget.c440 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local
501 if (!retried) { in ubifs_budget_space()
502 retried = 1; in ubifs_budget_space()
/linux-4.4.14/fs/ext4/
Dextents_status.c981 int retried = 0, nr_skipped = 0; in __es_shrink() local
1003 if (!retried && ext4_test_inode_state(&ei->vfs_inode, in __es_shrink()
1032 if ((nr_shrunk == 0) && nr_skipped && !retried) { in __es_shrink()
1033 retried++; in __es_shrink()
1056 nr_skipped, retried); in __es_shrink()
/linux-4.4.14/security/tomoyo/
Ddomain.c162 bool retried = false; in tomoyo_check_acl() local
177 if (!retried) { in tomoyo_check_acl()
178 retried = true; in tomoyo_check_acl()
/linux-4.4.14/security/integrity/ima/
Dima_policy.c250 int retried = 0; in ima_match_rules() local
278 if ((rc < 0) && (!retried)) { in ima_match_rules()
279 retried = 1; in ima_match_rules()
/linux-4.4.14/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-4.4.14/fs/overlayfs/
Dsuper.c750 bool retried = false; in ovl_workdir_create() local
768 if (retried) in ovl_workdir_create()
771 retried = true; in ovl_workdir_create()
/linux-4.4.14/include/trace/events/
Dext4.h2506 int nr_skipped, int retried),
2508 TP_ARGS(sb, nr_shrunk, scan_time, nr_skipped, retried),
2515 __field( int, retried )
2523 __entry->retried = retried;
2529 __entry->scan_time, __entry->nr_skipped, __entry->retried)
/linux-4.4.14/fs/xfs/
Dxfs_buf.c396 int retried = 0; in _xfs_buf_map_pages() local
414 } while (retried++ <= 1); in _xfs_buf_map_pages()
/linux-4.4.14/Documentation/scsi/
Dscsi_eh.txt118 will either be retried (if the number of retries is not exhausted)
243 scmds are retried iff its sdev is still online (not offlined during
/linux-4.4.14/drivers/ata/
Dlibata-sff.c1599 bool retried = false; in __ata_sff_interrupt() local
1628 if (!handled && !retried) { in __ata_sff_interrupt()
1657 retried = true; in __ata_sff_interrupt()
/linux-4.4.14/fs/btrfs/
Dvolumes.c2881 bool retried = false; in btrfs_relocate_sys_chunks() local
2935 if (failed && !retried) { in btrfs_relocate_sys_chunks()
2937 retried = true; in btrfs_relocate_sys_chunks()
2939 } else if (WARN_ON(failed && retried)) { in btrfs_relocate_sys_chunks()
4256 bool retried = false; in btrfs_shrink_device() local
4339 if (failed && !retried) { in btrfs_shrink_device()
4341 retried = true; in btrfs_shrink_device()
4343 } else if (failed && retried) { in btrfs_shrink_device()
4378 retried = false; in btrfs_shrink_device()
/linux-4.4.14/drivers/s390/cio/
Dqdio_main.c129 int rc, tmp_count = count, tmp_start = start, nr = q->nr, retried = 0; in qdio_do_eqbs() local
156 if (!retried++) in qdio_do_eqbs()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_gtt.c2000 bool retried = false; in gen6_ppgtt_allocate_page_directories() local
2019 if (ret == -ENOSPC && !retried) { in gen6_ppgtt_allocate_page_directories()
2028 retried = true; in gen6_ppgtt_allocate_page_directories()
/linux-4.4.14/fs/
Dnamei.c3022 bool retried = false; in do_last() local
3220 if (!save_parent.dentry || retried) in do_last()
3233 retried = true; in do_last()
/linux-4.4.14/Documentation/filesystems/
Dpath-lookup.txt121 lookup can be retried.
/linux-4.4.14/Documentation/PCI/
DMSI-HOWTO.txt375 be retried.
/linux-4.4.14/drivers/mfd/
DKconfig125 a checksum. Failing accesses will be retried three times to