Searched refs:repair (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | tcp.c | 1100 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 …]
|
D | tcp_output.c | 2062 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()
|
D | tcp_ipv4.c | 198 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/ |
D | dm-raid.txt | 175 '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.
|
D | thin-provisioning.txt | 135 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/ |
D | gfs2.txt | 40 fsck.gfs2 to repair a filesystem
|
D | btrfs.txt | 7 repair and easy administration. Initially developed by Oracle, Btrfs 14 their ability to detect, repair and tolerate errors in the data stored
|
D | xfs-self-describing-metadata.txt | 73 metadata object at runtime, during forensic analysis or repair. 349 repair will probably complain about it - but it needs to be fixed.
|
D | affs.txt | 168 restore or repair your RDB. So please do make a backup copy of it
|
/linux-4.1.27/include/linux/ |
D | tcp.h | 196 repair : 1, member
|
/linux-4.1.27/fs/btrfs/ |
D | Kconfig | 16 features focused on fault tolerance, repair and easy administration.
|
/linux-4.1.27/Documentation/ |
D | md.txt | 498 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
|
D | Changes | 146 and repair a JFS formatted partition.
|
D | kernel-parameters.txt | 268 This mechanism can repair the evaluation result to make 272 has something to do with the repair mechanism.
|
/linux-4.1.27/fs/reiserfs/ |
D | README | 122 Igor Krasheninnikov was wonderful at hardware procurement, repair, and
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 691 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/ |
D | freezing-of-tasks.txt | 107 making them almost impossible to repair). We therefore freeze tasks that might
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 390 Use SCRIPTS to repair the start queue on selection timeout.
|
/linux-4.1.27/net/ipv6/ |
D | tcp_ipv6.c | 285 if (!tp->write_seq && likely(!tp->repair)) in tcp_v6_connect()
|