Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 49) sorted by relevance

12

/fs/overlayfs/
Dnamei.c22 bool stop; member
48 d->stop = false; in ovl_check_redirect()
241 d->stop = d->opaque = true; in ovl_lookup_single()
249 d->stop = true; in ovl_lookup_single()
254 d->stop = true; in ovl_lookup_single()
262 d->stop = !d->metacopy; in ovl_lookup_single()
278 d->stop = true; in ovl_lookup_single()
842 .stop = false, in ovl_lookup()
893 if (!d.stop && poe->numlower) { in ovl_lookup()
901 for (i = 0; !d.stop && i < poe->numlower; i++) { in ovl_lookup()
[all …]
/fs/afs/
Daddr_list.c136 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()
Dproc.c80 .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,
Dvl_probe.c254 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()
Dfs_probe.c271 goto stop; in afs_wait_for_fs_probes()
278 goto stop; in afs_wait_for_fs_probes()
282 stop: in afs_wait_for_fs_probes()
/fs/
Dseq_file.c131 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()
570 op->stop = single_stop; in single_open()
Dcoredump.c889 int stop; in dump_user_range() local
902 stop = !dump_emit(cprm, kaddr, PAGE_SIZE); in dump_user_range()
906 stop = !dump_skip(cprm, PAGE_SIZE); in dump_user_range()
908 if (stop) in dump_user_range()
Dbinfmt_elf_fdpic.c745 unsigned long load_addr, stop; in elf_fdpic_map_file() local
804 stop = params->hdr.e_phoff; in elf_fdpic_map_file()
805 stop += params->hdr.e_phnum * sizeof (struct elf_phdr); in elf_fdpic_map_file()
813 phdr->p_offset + phdr->p_filesz < stop) in elf_fdpic_map_file()
Dexec.c876 unsigned long index, stop, sp; in transfer_args_to_stack() local
879 stop = bprm->p >> PAGE_SHIFT; in transfer_args_to_stack()
882 for (index = MAX_ARG_PAGES - 1; index >= stop; index--) { in transfer_args_to_stack()
883 unsigned int offset = index == stop ? bprm->p & ~PAGE_MASK : 0; in transfer_args_to_stack()
/fs/erofs/
Dsuper.c443 const unsigned int stop = length + offset; in erofs_managed_cache_invalidatepage() local
448 DBG_BUGON(stop > PAGE_SIZE || stop < length); in erofs_managed_cache_invalidatepage()
450 if (offset == 0 && stop == PAGE_SIZE) in erofs_managed_cache_invalidatepage()
/fs/proc/
Dinterrupts.c33 .stop = int_seq_stop,
Ddevices.c51 .stop = devinfo_stop,
Dnommu.c107 .stop = nommu_region_list_stop,
Dconsoles.c89 .stop = c_stop,
Dproc_tty.c125 .stop = t_stop,
Dtask_nommu.c257 .stop = m_stop,
/fs/dlm/
Ddebug_fs.c578 .stop = table_seq_stop,
585 .stop = table_seq_stop,
592 .stop = table_seq_stop,
599 .stop = table_seq_stop,
Drcom.c537 int stop, reply = 0, names = 0, lookup = 0, lock = 0; in dlm_receive_rcom() local
570 stop = test_bit(LSFL_RECOVER_STOP, &ls->ls_flags); in dlm_receive_rcom()
574 if (stop && (rc->rc_type != DLM_RCOM_STATUS)) in dlm_receive_rcom()
/fs/f2fs/
Dgc.c1787 goto stop; in f2fs_gc()
1791 goto stop; in f2fs_gc()
1804 goto stop; in f2fs_gc()
1813 goto stop; in f2fs_gc()
1824 goto stop; in f2fs_gc()
1845 goto stop; in f2fs_gc()
1848 goto stop; in f2fs_gc()
1858 goto stop; in f2fs_gc()
1872 stop: in f2fs_gc()
/fs/fscache/
Dhistogram.c84 .stop = fscache_histogram_stop,
Doperation.c333 bool stop = false; in fscache_start_operations() local
335 while (!list_empty(&object->pending_ops) && !stop) { in fscache_start_operations()
342 stop = true; in fscache_start_operations()
/fs/cachefiles/
Dproc.c78 .stop = cachefiles_histogram_stop,
/fs/ocfs2/cluster/
Dnetdebug.c162 .stop = nst_seq_stop,
376 .stop = sc_seq_stop,
/fs/gfs2/
Daops.c684 unsigned int stop = offset + length; in gfs2_invalidatepage() local
697 if (pos + bh->b_size > stop) in gfs2_invalidatepage()
/fs/jbd2/
Dtransaction.c2458 unsigned int stop = offset + length; in jbd2_journal_invalidatepage() local
2469 BUG_ON(stop > PAGE_SIZE || stop < length); in jbd2_journal_invalidatepage()
2480 if (next_off > stop) in jbd2_journal_invalidatepage()

12