/fs/overlayfs/ |
D | namei.c | 22 bool stop; member 48 d->stop = false; in ovl_check_redirect() 245 d->stop = d->opaque = true; in ovl_lookup_single() 253 d->stop = true; in ovl_lookup_single() 258 d->stop = true; in ovl_lookup_single() 266 d->stop = !d->metacopy; in ovl_lookup_single() 282 d->stop = true; in ovl_lookup_single() 847 .stop = false, in ovl_lookup() 898 if (!d.stop && poe->numlower) { in ovl_lookup() 906 for (i = 0; !d.stop && i < poe->numlower; i++) { in ovl_lookup() [all …]
|
/fs/afs/ |
D | addr_list.c | 136 const char *q, *stop; in afs_parse_text_addrs() local 155 if (in4_pton(p, q - p, (u8 *)&x[0], -1, &stop)) { in afs_parse_text_addrs() 157 } else if (in6_pton(p, q - p, (u8 *)x, -1, &stop)) { in afs_parse_text_addrs() 165 if (stop != p) { in afs_parse_text_addrs()
|
D | write.c | 446 bool stop = true; in afs_extend_writeback() local 460 stop = true; in afs_extend_writeback() 502 stop = true; in afs_extend_writeback() 504 stop = false; in afs_extend_writeback() 509 if (stop) in afs_extend_writeback() 513 if (!stop) in afs_extend_writeback() 538 } while (!stop); in afs_extend_writeback()
|
D | proc.c | 80 .stop = afs_proc_cells_stop, 253 .stop = afs_proc_cell_volumes_stop, 369 .stop = afs_proc_cell_vlservers_stop, 428 .stop = afs_proc_servers_stop, 483 .stop = afs_proc_sysname_stop,
|
D | vl_probe.c | 254 goto stop; in afs_wait_for_vl_probes() 261 goto stop; in afs_wait_for_vl_probes() 265 stop: in afs_wait_for_vl_probes()
|
D | fs_probe.c | 277 goto stop; in afs_wait_for_fs_probes() 284 goto stop; in afs_wait_for_fs_probes() 288 stop: in afs_wait_for_fs_probes()
|
/fs/ |
D | seq_file.c | 131 m->op->stop(m, p); in traverse() 135 m->op->stop(m, p); in traverse() 242 m->op->stop(m, p); in seq_read_iter() 251 m->op->stop(m, p); in seq_read_iter() 280 m->op->stop(m, p); in seq_read_iter() 597 op->stop = single_stop; in single_open()
|
D | coredump.c | 936 int stop; in dump_user_range() local 949 stop = !dump_emit(cprm, kaddr, PAGE_SIZE); in dump_user_range() 952 if (stop) in dump_user_range()
|
D | binfmt_elf_fdpic.c | 748 unsigned long load_addr, stop; in elf_fdpic_map_file() local 807 stop = params->hdr.e_phoff; in elf_fdpic_map_file() 808 stop += params->hdr.e_phnum * sizeof (struct elf_phdr); in elf_fdpic_map_file() 816 phdr->p_offset + phdr->p_filesz < stop) in elf_fdpic_map_file()
|
D | exec.c | 877 unsigned long index, stop, sp; in transfer_args_to_stack() local 880 stop = bprm->p >> PAGE_SHIFT; in transfer_args_to_stack() 883 for (index = MAX_ARG_PAGES - 1; index >= stop; index--) { in transfer_args_to_stack() 884 unsigned int offset = index == stop ? bprm->p & ~PAGE_MASK : 0; in transfer_args_to_stack()
|
/fs/proc/ |
D | interrupts.c | 33 .stop = int_seq_stop,
|
D | devices.c | 51 .stop = devinfo_stop,
|
D | nommu.c | 107 .stop = nommu_region_list_stop,
|
D | consoles.c | 89 .stop = c_stop,
|
D | proc_tty.c | 125 .stop = t_stop,
|
D | task_nommu.c | 257 .stop = m_stop,
|
/fs/f2fs/ |
D | gc.c | 1826 goto stop; in f2fs_gc() 1830 goto stop; in f2fs_gc() 1845 goto stop; in f2fs_gc() 1852 goto stop; in f2fs_gc() 1863 goto stop; in f2fs_gc() 1880 goto stop; in f2fs_gc() 1888 goto stop; in f2fs_gc() 1891 goto stop; in f2fs_gc() 1904 goto stop; in f2fs_gc() 1910 stop: in f2fs_gc()
|
D | checkpoint.c | 436 goto stop; in f2fs_sync_meta_pages() 468 stop: in f2fs_sync_meta_pages() 1687 goto stop; in f2fs_write_checkpoint() 1705 stop: in f2fs_write_checkpoint()
|
/fs/dlm/ |
D | debug_fs.c | 580 .stop = table_seq_stop, 587 .stop = table_seq_stop, 594 .stop = table_seq_stop, 601 .stop = table_seq_stop,
|
D | rcom.c | 571 int stop, reply = 0, names = 0, lookup = 0, lock = 0; in dlm_receive_rcom() local 604 stop = test_bit(LSFL_RECOVER_STOP, &ls->ls_flags); in dlm_receive_rcom() 608 if (stop && (rc->rc_type != DLM_RCOM_STATUS)) in dlm_receive_rcom()
|
/fs/erofs/ |
D | super.c | 594 const unsigned int stop = length + offset; in erofs_managed_cache_invalidatepage() local 599 DBG_BUGON(stop > PAGE_SIZE || stop < length); in erofs_managed_cache_invalidatepage() 601 if (offset == 0 && stop == PAGE_SIZE) in erofs_managed_cache_invalidatepage()
|
/fs/fscache/ |
D | operation.c | 336 bool stop = false; in fscache_start_operations() local 338 while (!list_empty(&object->pending_ops) && !stop) { in fscache_start_operations() 345 stop = true; in fscache_start_operations()
|
/fs/ocfs2/cluster/ |
D | netdebug.c | 160 .stop = nst_seq_stop, 374 .stop = sc_seq_stop,
|
/fs/gfs2/ |
D | aops.c | 676 unsigned int stop = offset + length; in gfs2_invalidatepage() local 689 if (pos + bh->b_size > stop) in gfs2_invalidatepage()
|
/fs/jbd2/ |
D | transaction.c | 2461 unsigned int stop = offset + length; in jbd2_journal_invalidatepage() local 2472 BUG_ON(stop > PAGE_SIZE || stop < length); in jbd2_journal_invalidatepage() 2483 if (next_off > stop) in jbd2_journal_invalidatepage()
|