Home
last modified time | relevance | path

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

12

/linux/fs/jffs2/
A Dwrite.c69 int retried = 0; in jffs2_write_dnode() local
101 BUG_ON(!retried); 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
280 if (!retried) { in jffs2_write_dirent()
285 retried = 1; in jffs2_write_dirent()
330 if (retried) { in jffs2_write_dirent()
356 int retried = 0; in jffs2_write_inode_range() local
399 if (!retried) { in jffs2_write_inode_range()
[all …]
/linux/fs/xfs/
A Dxfs_trans.c1043 bool retried = false; in xfs_trans_alloc_inode() local
1064 if ((error == -EDQUOT || error == -ENOSPC) && !retried) { in xfs_trans_alloc_inode()
1068 retried = true; in xfs_trans_alloc_inode()
1098 bool retried = false; in xfs_trans_alloc_icreate() local
1107 if ((error == -EDQUOT || error == -ENOSPC) && !retried) { in xfs_trans_alloc_icreate()
1110 retried = true; in xfs_trans_alloc_icreate()
1145 bool retried = false; in xfs_trans_alloc_ichange() local
1187 if ((error == -EDQUOT || error == -ENOSPC) && !retried) { in xfs_trans_alloc_ichange()
1190 retried = true; in xfs_trans_alloc_ichange()
/linux/net/netfilter/ipset/
A Dip_set_hash_ipport.c106 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()
A Dip_set_hash_ipportip.c109 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()
A Dip_set_hash_ip.c99 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip4_uadt() argument
154 if (retried) { in hash_ip4_uadt()
241 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip6_uadt() argument
A Dip_set_hash_ipmark.c98 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark4_uadt() argument
154 if (retried) in hash_ipmark4_uadt()
232 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark6_uadt() argument
A Dip_set_hash_netport.c155 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport4_uadt() argument
248 if (retried) { in hash_netport4_uadt()
380 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport6_uadt() argument
451 if (retried) in hash_netport6_uadt()
A Dip_set_hash_net.c137 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net4_uadt() argument
200 if (retried) in hash_net4_uadt()
314 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net6_uadt() argument
A Dip_set_hash_ipportnet.c161 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportnet4_uadt() argument
272 if (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()
A Dip_set_hash_netportnet.c178 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet4_uadt() argument
302 if (retried) { in hash_netportnet4_uadt()
471 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet6_uadt() argument
553 if (retried) in hash_netportnet6_uadt()
A Dip_set_hash_netiface.c199 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface4_uadt() argument
268 if (retried) in hash_netiface4_uadt()
421 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface6_uadt() argument
A 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
A Dip_set_hash_netnet.c164 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netnet4_uadt() argument
262 if (retried) { in hash_netnet4_uadt()
412 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netnet6_uadt() argument
A Dip_set_hash_mac.c96 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_mac4_uadt() argument
A Dip_set_bitmap_port.c154 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in bitmap_port_uadt() argument
/linux/fs/ubifs/
A 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/fs/erofs/
A Dinternal.h481 int retried = 0; in erofs_vm_map_ram() local
487 if (p || ++retried >= 3) in erofs_vm_map_ram()
/linux/include/linux/netfilter/ipset/
A Dip_set.h164 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried);
170 int (*resize)(struct ip_set *set, bool retried);
/linux/Documentation/ABI/testing/
A Dsysfs-devices-platform-ipmi232 retried.
235 message was retried.
/linux/Documentation/userspace-api/media/
A Dgen-errors.rst38 ioctl must not be retried without performing another action to fix
/linux/fs/ext4/
A 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()
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-subdev-g-selection.rst111 stream on the pad. The ioctl must not be retried without performing
A Dvidioc-subdev-g-crop.rst113 the pad. The ioctl must not be retried without performing another
A Dvidioc-subdev-g-frame-interval.rst107 the pad. The ioctl must not be retried without performing another
/linux/drivers/input/touchscreen/
A Datmel_mxt_ts.c664 bool retried = false; in __mxt_read_reg() local
687 } else if (!retried && mxt_wakeup_toggle(client, true, true)) { in __mxt_read_reg()
688 retried = true; in __mxt_read_reg()
703 bool retried = false; in __mxt_write_reg() local
721 } else if (!retried && mxt_wakeup_toggle(client, true, true)) { in __mxt_write_reg()
722 retried = true; in __mxt_write_reg()

Completed in 61 milliseconds

12