Home
last modified time | relevance | path

Searched refs:repair (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/net/ipv4/
Dtcp.c1100 if (unlikely(tp->repair)) { in tcp_sendmsg()
1166 if (tp->repair) in tcp_sendmsg()
1234 if (skb->len < max || (flags & MSG_OOB) || unlikely(tp->repair)) in tcp_sendmsg()
1580 if (unlikely(tp->repair)) { in tcp_recvmsg()
2029 if (unlikely(tcp_sk(sk)->repair)) { in tcp_close()
2182 } else if (unlikely(tp->repair)) { in tcp_disconnect()
2386 tp->repair = 1; in do_tcp_setsockopt()
2390 tp->repair = 0; in do_tcp_setsockopt()
2399 if (!tp->repair) in do_tcp_setsockopt()
2419 if (!tp->repair) in do_tcp_setsockopt()
[all …]
Dtcp_output.c2062 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
2065 goto repair; /* Skip network transmission */ in tcp_write_xmit()
2132 repair: in tcp_write_xmit()
3109 if (likely(!tp->repair)) in tcp_connect_init()
3241 if (unlikely(tp->repair)) { in tcp_connect()
Dtcp_ipv4.c198 if (likely(!tp->repair)) in tcp_v4_connect()
238 if (!tp->write_seq && likely(!tp->repair)) in tcp_v4_connect()
/linux-4.1.27/Documentation/device-mapper/
Ddm-raid.txt175 'sync_action' is "check" or "repair", then the process
191 repair - The same as "check", but discrepancies are
209 "repair" - Initiate a repair of the array.
Dthin-provisioning.txt135 until the pool is taken offline and repair is performed to 1) fix any
136 potential inconsistencies and 2) clear the flag that imposes repair.
139 is flagged as needing repair, the pool's data and metadata devices
140 cannot be resized until repair is performed. It should also be noted
145 (e.g. fsck) be performed on those layers when repair of the pool is
/linux-4.1.27/Documentation/filesystems/
Dgfs2.txt40 fsck.gfs2 to repair a filesystem
Dbtrfs.txt7 repair and easy administration. Initially developed by Oracle, Btrfs
14 their ability to detect, repair and tolerate errors in the data stored
Dxfs-self-describing-metadata.txt73 metadata object at runtime, during forensic analysis or repair.
349 repair will probably complain about it - but it needs to be fixed.
Daffs.txt168 restore or repair your RDB. So please do make a backup copy of it
/linux-4.1.27/include/linux/
Dtcp.h196 repair : 1, member
/linux-4.1.27/fs/btrfs/
DKconfig16 features focused on fault tolerance, repair and easy administration.
/linux-4.1.27/Documentation/
Dmd.txt498 them. A repair may also happen for some raid
500 repair - A full check and repair is happening. This is
514 'check' and 'repair' will start the appropriate process
531 When performing 'check' and 'repair', and possibly when
582 within the array where 'check'/'repair' will operate. Must be
DChanges146 and repair a JFS formatted partition.
Dkernel-parameters.txt268 This mechanism can repair the evaluation result to make
272 has something to do with the repair mechanism.
/linux-4.1.27/fs/reiserfs/
DREADME122 Igor Krasheninnikov was wonderful at hardware procurement, repair, and
/linux-4.1.27/Documentation/mtd/
Dnand_ecc.txt691 introduced by this is about a factor 2 on my system when a repair had to
692 be done, and 1% or so if no repair had to be done.
/linux-4.1.27/Documentation/power/
Dfreezing-of-tasks.txt107 making them almost impossible to repair). We therefore freeze tasks that might
/linux-4.1.27/Documentation/scsi/
DChangeLog.ncr53c8xx390 Use SCRIPTS to repair the start queue on selection timeout.
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c285 if (!tp->write_seq && likely(!tp->repair)) in tcp_v6_connect()