Home
last modified time | relevance | path

Searched refs:notes (Results 1 – 8 of 8) sorted by relevance

/fs/netfs/
A Dread_collect.c150 *notes |= MADE_PROGRESS; in netfs_read_unlock_folios()
189 unsigned int notes; in netfs_collect_read_results() local
199 notes = BUFFERED; in netfs_collect_read_results()
201 notes = 0; in netfs_collect_read_results()
222 notes |= HIT_PENDING; in netfs_collect_read_results()
231 if (notes & BUFFERED) { in netfs_collect_read_results()
266 if (notes & HIT_PENDING) in netfs_collect_read_results()
282 notes |= MADE_PROGRESS; in netfs_collect_read_results()
315 if (!(notes & BUFFERED)) in netfs_collect_read_results()
318 if (notes & NEED_RETRY) in netfs_collect_read_results()
[all …]
A Dwrite_collect.c112 unsigned int *notes) in netfs_writeback_unlock_folios() argument
126 *notes |= MADE_PROGRESS; in netfs_writeback_unlock_folios()
164 *notes |= MADE_PROGRESS; in netfs_writeback_unlock_folios()
202 unsigned int notes; in netfs_collect_write_results() local
216 notes = NEED_UNLOCK; in netfs_collect_write_results()
218 notes = 0; in netfs_collect_write_results()
244 notes |= HIT_PENDING; in netfs_collect_write_results()
258 notes |= MADE_PROGRESS; in netfs_collect_write_results()
314 if (notes & NEED_UNLOCK) { in netfs_collect_write_results()
323 if (notes & NEED_RETRY) in netfs_collect_write_results()
[all …]
/fs/proc/
A Dkcore.c312 struct elf_note *note = (struct elf_note *)&notes[*i]; in append_kcore_note()
318 memcpy(&notes[*i], name, note->n_namesz); in append_kcore_note()
320 memcpy(&notes[*i], desc, descsz); in append_kcore_note()
434 char *notes; in read_kcore_iter() local
440 notes = kzalloc(kcore_notes_len, GFP_KERNEL); in read_kcore_iter()
441 if (!notes) { in read_kcore_iter()
446 append_kcore_note(notes, &i, NN_PRSTATUS, NT_PRSTATUS, &prstatus, in read_kcore_iter()
448 append_kcore_note(notes, &i, NN_PRPSINFO, NT_PRPSINFO, &prpsinfo, in read_kcore_iter()
459 append_kcore_note(notes, &i, VMCOREINFO_NOTE_NAME, 0, in read_kcore_iter()
466 kfree(notes); in read_kcore_iter()
[all …]
A DKconfig61 as ELF notes to /proc/vmcore. You can still disable device
/fs/
A Dbinfmt_elf.c1668 struct memelfnote notes[]; member
1720 info->size += notesize(&t->notes[0]); in fill_thread_core_info()
1782 info->size += notesize(&t->notes[0]); in fill_thread_core_info()
1792 info->size += notesize(&t->notes[1]); in fill_thread_core_info()
1849 notes[info->thread_notes]), in fill_note_info()
1857 notes[info->thread_notes]), in fill_note_info()
1905 if (!writenote(&t->notes[0], cprm)) in write_note_info()
1919 if (t->notes[i].data && in write_note_info()
1920 !writenote(&t->notes[i], cprm)) in write_note_info()
1937 WARN_ON(t->notes[0].data && t->notes[0].data != &t->prstatus); in free_note_info()
[all …]
A Dbinfmt_elf_fdpic.c1379 struct memelfnote notes[2]; member
1404 fill_note(&t->notes[0], PRSTATUS, sizeof(t->prstatus), &t->prstatus); in elf_dump_thread_status()
1406 *sz += notesize(&t->notes[0]); in elf_dump_thread_status()
1421 fill_note(&t->notes[1], PRFPREG, sizeof(t->fpu), &t->fpu); in elf_dump_thread_status()
1423 *sz += notesize(&t->notes[1]); in elf_dump_thread_status()
1611 if (!writenote(thread_list->notes, cprm)) in elf_fdpic_core_dump()
1618 if (!writenote(thread_list->notes + i, cprm)) in elf_fdpic_core_dump()
1624 if (!writenote(&tmp->notes[i], cprm)) in elf_fdpic_core_dump()
/fs/jffs2/
A DREADME.Locking45 including the linked list of node fragments (but see the notes below on
/fs/cramfs/
A DREADME4 These notes describe what mkcramfs generates. Kernel requirements are

Completed in 19 milliseconds