Lines Matching +full:7 +full:c
42 diff --git a/fs/ubifs/recovery.c b/fs/ubifs/recovery.c
44 --- a/fs/ubifs/recovery.c
45 +++ b/fs/ubifs/recovery.c
46 @@ -662,10 +662,43 @@ struct ubifs_scan_leb *ubifs_recover_leb(struct ubifs_info *c, int lnum,
57 + if (ubifs_check_node(c, buf, len, lnum, offs, 1, 1) == -EUCLEAN &&
58 + !no_more_nodes(c, buf, len, lnum, offs)) {
68 + ubifs_msg(c, "recovery corrupt node\n");
69 + skip = ALIGN(offs + le32_to_cpu(ch->len), c->max_write_size) - offs;
77 + if (!is_empty(buf, len) && !is_last_write(c, buf, offs)) {
84 + ubifs_msg(c, "recovery empty space\n");
94 diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
96 --- a/fs/xfs/xfs_inode.c
97 +++ b/fs/xfs/xfs_inode.c
98 @@ -802,7 +802,6 @@ xfs_ialloc(
132 index 7acf079f9..17d0151bb 100644
148 diff --git a/init/initramfs.c b/init/initramfs.c
150 --- a/init/initramfs.c
151 +++ b/init/initramfs.c
152 @@ -12,6 +12,7 @@
194 diff --git a/init/main.c b/init/main.c
196 --- a/init/main.c
197 +++ b/init/main.c
220 diff --git a/ipc/msg.c b/ipc/msg.c
222 --- a/ipc/msg.c
223 +++ b/ipc/msg.c
224 @@ -147,7 +147,7 @@ static int newque(struct ipc_namespace *ns, struct ipc_params *params)
233 diff --git a/ipc/sem.c b/ipc/sem.c
234 index d3b9b73cd..7d9c06b0a 100644
235 --- a/ipc/sem.c
236 +++ b/ipc/sem.c
237 @@ -511,7 +511,7 @@ static struct sem_array *sem_alloc(size_t nsems)
246 @@ -1852,7 +1852,7 @@ static inline int get_undo_list(struct sem_undo_list **undo_listp)
255 @@ -1937,7 +1937,7 @@ static struct sem_undo *find_alloc_undo(struct ipc_namespace *ns, int semid)
264 @@ -2001,8 +2001,7 @@ static long do_semtimedop(int semid, struct sembuf __user *tsops,
274 diff --git a/ipc/shm.c b/ipc/shm.c
276 --- a/ipc/shm.c
277 +++ b/ipc/shm.c
278 @@ -711,7 +711,7 @@ static int newseg(struct ipc_namespace *ns, struct ipc_params *params)
287 diff --git a/ipc/util.c b/ipc/util.c
288 index 7c3601dad..bbb5190af 100644
289 --- a/ipc/util.c
290 +++ b/ipc/util.c
500 diff --git a/mm/hugetlb.c b/mm/hugetlb.c
501 index 4ecf9a062..20277864c 100644
502 --- a/mm/hugetlb.c
503 +++ b/mm/hugetlb.c
504 @@ -3932,7 +3932,6 @@ void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vm…
548 diff --git a/mm/memblock.c b/mm/memblock.c
550 --- a/mm/memblock.c
551 +++ b/mm/memblock.c
624 diff --git a/mm/page_alloc.c b/mm/page_alloc.c
626 --- a/mm/page_alloc.c
627 +++ b/mm/page_alloc.c
645 @@ -1480,7 +1486,7 @@ static void __meminit init_reserved_page(unsigned long pfn)
654 @@ -1794,7 +1800,7 @@ static unsigned long __init deferred_init_pages(struct zone *zone,
675 @@ -6182,7 +6193,7 @@ void __meminit memmap_init_zone(unsigned long size, int nid, unsigned long zo…
684 @@ -6228,7 +6239,7 @@ void __ref memmap_init_zone_device(struct zone *zone,
693 @@ -6313,7 +6324,7 @@ static void __init init_unavailable_range(unsigned long spfn,
703 index 53aa3e18c..7ca0ddfa6 100644
718 diff --git a/scripts/dtc/checks.c b/scripts/dtc/checks.c
720 --- a/scripts/dtc/checks.c
721 +++ b/scripts/dtc/checks.c
722 @@ -649,6 +649,24 @@ static void fixup_omit_unused_nodes(struct check *c, struct dt_info *dti,
751 @@ -29,7 +29,7 @@ choice
760 @@ -190,6 +190,7 @@ config STACKLEAK_RUNTIME_DISABLE
768 …example/multibuff/device_app/aio_multibuff.c b/tools/usb/ffs-aio-example/multibuff/device_app/aio_…
770 --- a/tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c
771 +++ b/tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c
863 …/ffs-aio-example/simple/device_app/aio_simple.c b/tools/usb/ffs-aio-example/simple/device_app/aio_…
865 --- a/tools/usb/ffs-aio-example/simple/device_app/aio_simple.c
866 +++ b/tools/usb/ffs-aio-example/simple/device_app/aio_simple.c