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
47 d->stop = false; in ovl_check_redirect()
222 d->stop = d->opaque = true; in ovl_lookup_single()
230 d->stop = true; in ovl_lookup_single()
235 d->stop = true; in ovl_lookup_single()
243 d->stop = !d->metacopy; in ovl_lookup_single()
259 d->stop = true; in ovl_lookup_single()
840 .stop = false, in ovl_lookup()
894 if (!d.stop && poe->numlower) { in ovl_lookup()
902 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.c78 .stop = afs_proc_cells_stop,
255 .stop = afs_proc_cell_volumes_stop,
366 .stop = afs_proc_cell_vlservers_stop,
419 .stop = afs_proc_servers_stop,
474 .stop = afs_proc_sysname_stop,
Dvl_probe.c243 goto stop; in afs_wait_for_vl_probes()
250 goto stop; in afs_wait_for_vl_probes()
254 stop: in afs_wait_for_vl_probes()
Dfs_probe.c241 goto stop; in afs_wait_for_fs_probes()
248 goto stop; in afs_wait_for_fs_probes()
252 stop: in afs_wait_for_fs_probes()
/fs/
Dseq_file.c133 m->op->stop(m, p); in traverse()
137 m->op->stop(m, p); in traverse()
240 m->op->stop(m, p); in seq_read()
249 m->op->stop(m, p); in seq_read()
275 m->op->stop(m, p); in seq_read()
575 op->stop = single_stop; in single_open()
Dexec.c813 unsigned long index, stop, sp; in transfer_args_to_stack() local
816 stop = bprm->p >> PAGE_SHIFT; in transfer_args_to_stack()
819 for (index = MAX_ARG_PAGES - 1; index >= stop; index--) { in transfer_args_to_stack()
820 unsigned int offset = index == stop ? bprm->p & ~PAGE_MASK : 0; in transfer_args_to_stack()
Dbinfmt_elf_fdpic.c739 unsigned long load_addr, stop; in elf_fdpic_map_file() local
798 stop = params->hdr.e_phoff; in elf_fdpic_map_file()
799 stop += params->hdr.e_phnum * sizeof (struct elf_phdr); in elf_fdpic_map_file()
807 phdr->p_offset + phdr->p_filesz < stop) in elf_fdpic_map_file()
/fs/erofs/
Dsuper.c314 const unsigned int stop = length + offset; in erofs_managed_cache_invalidatepage() local
319 DBG_BUGON(stop > PAGE_SIZE || stop < length); in erofs_managed_cache_invalidatepage()
321 if (offset == 0 && stop == PAGE_SIZE) in erofs_managed_cache_invalidatepage()
/fs/proc/
Dinterrupts.c33 .stop = int_seq_stop,
Ddevices.c50 .stop = devinfo_stop,
Dnommu.c108 .stop = nommu_region_list_stop,
Dconsoles.c89 .stop = c_stop,
Dproc_tty.c125 .stop = t_stop,
Dtask_nommu.c254 .stop = m_stop,
/fs/dlm/
Ddebug_fs.c577 .stop = table_seq_stop,
584 .stop = table_seq_stop,
591 .stop = table_seq_stop,
598 .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.c1289 goto stop; in f2fs_gc()
1293 goto stop; in f2fs_gc()
1306 goto stop; in f2fs_gc()
1315 goto stop; in f2fs_gc()
1319 goto stop; in f2fs_gc()
1339 goto stop; in f2fs_gc()
1358 stop: in f2fs_gc()
Dcheckpoint.c390 goto stop; in f2fs_sync_meta_pages()
422 stop: in f2fs_sync_meta_pages()
1612 goto stop; in f2fs_write_checkpoint()
1622 stop: in f2fs_write_checkpoint()
/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.c733 unsigned int stop = offset + length; in gfs2_invalidatepage() local
746 if (pos + bh->b_size > stop) in gfs2_invalidatepage()
/fs/jbd2/
Dtransaction.c2369 unsigned int stop = offset + length; in jbd2_journal_invalidatepage() local
2380 BUG_ON(stop > PAGE_SIZE || stop < length); in jbd2_journal_invalidatepage()
2391 if (next_off > stop) in jbd2_journal_invalidatepage()

12