Searched refs:retried (Results 1 - 25 of 39) sorted by path

12

/linux-master/fs/jffs2/
H A Dwrite.c69 int retried = 0; local
101 BUG_ON(!retried);
128 if (!retried && alloc_mode != ALLOC_NORETRY) {
133 retried = 1;
198 if (retried) {
213 int retried = 0; local
259 BUG_ON(!retried);
280 if (!retried) {
285 retried = 1;
330 if (retried) {
356 int retried = 0; local
[all...]
H A Dgc.c600 int retried = 0; local
711 if (!retried) {
716 retried = 1;
/linux-master/arch/s390/pci/
H A Dpci_insn.c74 bool retried = false; local
81 if (!retried) {
83 retried = true;
90 else if (retried)
116 bool retried = false; local
123 if (!retried) {
125 retried = true;
132 else if (retried)
189 bool retried = false; local
197 if (!retried) {
278 bool retried = false; local
365 bool retried = false; local
[all...]
/linux-master/block/
H A Dbadblocks.c862 int retried = 0, space_desired = 0; local
1044 if (retried++ < 3)
/linux-master/drivers/ata/
H A Dlibata-sff.c1464 bool retried = false; local
1493 if (!handled && !retried) {
1522 retried = true;
/linux-master/drivers/input/touchscreen/
H A Datmel_mxt_ts.c673 bool retried = false; local
696 } else if (!retried && mxt_wakeup_toggle(client, true, true)) {
697 retried = true;
712 bool retried = false; local
730 } else if (!retried && mxt_wakeup_toggle(client, true, true)) {
731 retried = true;
3339 * will get an instant NAK and transfer needs to be retried after 25ms.
/linux-master/drivers/mmc/host/
H A Dsunplus-mmc.c151 int retried; /* how many times has been retried */ member in struct:spmmc_tuning_info
/linux-master/fs/btrfs/
H A Dvolumes.c3429 bool retried = false; local
3492 if (failed && !retried) {
3494 retried = true;
3496 } else if (WARN_ON(failed && retried)) {
4976 bool retried = false; local
5111 if (failed && !retried) {
5113 retried = true;
5115 } else if (failed && retried) {
/linux-master/fs/erofs/
H A Dinternal.h423 int retried = 0; local
429 if (p || ++retried >= 3)
/linux-master/fs/ext4/
H A Dextents_status.c1550 int retried = 0, nr_skipped = 0; local
1572 if (!retried && ext4_test_inode_state(&ei->vfs_inode,
1601 if ((nr_shrunk == 0) && nr_skipped && !retried) {
1602 retried++;
1625 nr_skipped, retried);
/linux-master/fs/nfsd/
H A Dvfs.c919 bool retried = false; local
938 if (host_err == -EOPENSTALE && !retried) {
939 retried = true;
/linux-master/fs/ocfs2/
H A Dsuballoc.c1147 int retried = 0; local
1175 if (status == -ENOSPC && !retried) {
1176 retried = 1;
/linux-master/fs/overlayfs/
H A Dsuper.c288 bool retried = false; local
302 if (retried)
308 retried = true;
/linux-master/fs/ubifs/
H A Dbudget.c424 int err, idx_growth, data_growth, dd_growth, retried = 0; local
485 if (!retried) {
486 retried = 1;
/linux-master/fs/xfs/
H A Dxfs_buf.c434 int retried = 0; local
459 } while (retried++ <= 1);
2339 * leaves them on @buffer_list so they can be retried on a later pass. As such,
H A Dxfs_inode.c2989 bool retried = false; local
3084 if (!retried) {
3087 retried = true;
H A Dxfs_trans.c1199 bool retried = false; local
1220 if ((error == -EDQUOT || error == -ENOSPC) && !retried) {
1224 retried = true;
1316 bool retried = false; local
1325 if ((error == -EDQUOT || error == -ENOSPC) && !retried) {
1328 retried = true;
1363 bool retried = false; local
1405 if ((error == -EDQUOT || error == -ENOSPC) && !retried) {
1408 retried = true;
1446 bool retried local
[all...]
/linux-master/include/linux/netfilter/ipset/
H A Dip_set.h164 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried);
170 int (*resize)(struct ip_set *set, bool retried);
/linux-master/include/trace/events/
H A Dext4.h2455 int nr_skipped, int retried),
2457 TP_ARGS(sb, nr_shrunk, scan_time, nr_skipped, retried),
2464 __field( int, retried )
2472 __entry->retried = retried;
2476 "nr_skipped %d retried %d",
2478 __entry->scan_time, __entry->nr_skipped, __entry->retried)
/linux-master/kernel/dma/
H A Dswiotlb.c438 bool retried = false; local
474 retried = true;
488 retried = true;
492 if (retried) {
/linux-master/net/netfilter/ipset/
H A Dip_set_bitmap_ip.c131 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried)
130 bitmap_ip_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
H A Dip_set_bitmap_ipmac.c242 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried)
241 bitmap_ipmac_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
H A Dip_set_bitmap_port.c154 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried)
153 bitmap_port_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
H A Dip_set_core.c1717 bool eexist = flags & IPSET_FLAG_EXIST, retried = false; local
1720 if (retried) {
1729 ret = set->variant->uadt(set, tb, adt, &lineno, flags, retried);
1731 retried = true;
1735 (ret = set->variant->resize(set, retried)) == 0));
H A Dip_set_hash_gen.h622 mtype_resize(struct ip_set *set, bool retried) argument
1435 bool retried);

Completed in 443 milliseconds

12