Searched refs:walk (Results 1 – 7 of 7) sorted by relevance
/fs/ |
D | select.c | 766 struct poll_list *walk; in do_poll() local 768 for (walk = list; walk != NULL; walk = walk->next) { in do_poll() 771 pfd = walk->entries; in do_poll() 772 pfd_end = pfd + walk->len; in do_poll() 829 struct poll_list *walk = head; in do_sys_poll() local 837 walk->next = NULL; in do_sys_poll() 838 walk->len = len; in do_sys_poll() 842 if (copy_from_user(walk->entries, ufds + nfds-todo, in do_sys_poll() 843 sizeof(struct pollfd) * walk->len)) in do_sys_poll() 846 todo -= walk->len; in do_sys_poll() [all …]
|
/fs/proc/ |
D | task_mmu.c | 501 unsigned long ptent_size, struct mm_walk *walk) in smaps_pte_entry() argument 503 struct mem_size_stats *mss = walk->private; in smaps_pte_entry() 564 struct mm_walk *walk) in smaps_pte_range() argument 566 struct mem_size_stats *mss = walk->private; in smaps_pte_range() 572 smaps_pte_entry(*(pte_t *)pmd, addr, HPAGE_PMD_SIZE, walk); in smaps_pte_range() 573 spin_unlock(&walk->mm->page_table_lock); in smaps_pte_range() 587 smaps_pte_entry(*pte, addr, PAGE_SIZE, walk); in smaps_pte_range() 764 unsigned long end, struct mm_walk *walk) in clear_refs_pte_range() argument 766 struct vm_area_struct *vma = walk->private; in clear_refs_pte_range() 922 struct mm_walk *walk) in pagemap_pte_hole() argument [all …]
|
/fs/fat/ |
D | namei_msdos.c | 28 unsigned char *walk; in msdos_format_name() local 45 for (walk = res; len && walk - res < 8; walk++) { in msdos_format_name() 64 if ((res == walk) && (c == 0xE5)) in msdos_format_name() 69 *walk = (!opts->nocase && c >= 'a' && c <= 'z') ? c - 32 : c; in msdos_format_name() 82 while (walk - res < 8) in msdos_format_name() 83 *walk++ = ' '; in msdos_format_name() 84 while (len > 0 && walk - res < MSDOS_NAME) { in msdos_format_name() 103 *walk++ = c - 32; in msdos_format_name() 105 *walk++ = c; in msdos_format_name() 112 while (walk - res < MSDOS_NAME) in msdos_format_name() [all …]
|
D | inode.c | 362 unsigned char *exe_extensions = "EXECOMBAT", *walk; in is_exec() local 364 for (walk = exe_extensions; *walk; walk += 3) in is_exec() 365 if (!strncmp(extension, walk, 3)) in is_exec()
|
/fs/jffs2/ |
D | README.Locking | 91 erase_completion_lock. So you can walk the list only while holding the 92 erase_completion_lock, and can drop the lock temporarily mid-walk as
|
/fs/cifs/ |
D | TODO | 109 superblocks to apply these changes to. We should probably walk
|
/fs/btrfs/ |
D | raid56.c | 646 int walk = 0; in lock_stripe_add() local 650 walk++; in lock_stripe_add()
|