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()
220 d->stop = d->opaque = true; in ovl_lookup_single()
228 d->stop = true; in ovl_lookup_single()
233 d->stop = true; in ovl_lookup_single()
241 d->stop = !d->metacopy; in ovl_lookup_single()
257 d->stop = true; in ovl_lookup_single()
834 .stop = false, in ovl_lookup()
888 if (!d.stop && poe->numlower) { in ovl_lookup()
896 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,
Dfs_probe.c235 goto stop; in afs_wait_for_fs_probes()
242 goto stop; in afs_wait_for_fs_probes()
246 stop: in afs_wait_for_fs_probes()
Dvl_probe.c235 goto stop; in afs_wait_for_vl_probes()
242 goto stop; in afs_wait_for_vl_probes()
246 stop: in afs_wait_for_vl_probes()
/fs/
Dseq_file.c136 m->op->stop(m, p); in traverse()
140 m->op->stop(m, p); in traverse()
243 m->op->stop(m, p); in seq_read()
252 m->op->stop(m, p); in seq_read()
278 m->op->stop(m, p); in seq_read()
578 op->stop = single_stop; in single_open()
Dexec.c822 unsigned long index, stop, sp; in transfer_args_to_stack() local
825 stop = bprm->p >> PAGE_SHIFT; in transfer_args_to_stack()
828 for (index = MAX_ARG_PAGES - 1; index >= stop; index--) { in transfer_args_to_stack()
829 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.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/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/f2fs/
Dgc.c1332 goto stop; in f2fs_gc()
1336 goto stop; in f2fs_gc()
1349 goto stop; in f2fs_gc()
1358 goto stop; in f2fs_gc()
1362 goto stop; in f2fs_gc()
1382 goto stop; in f2fs_gc()
1401 stop: in f2fs_gc()
Dcheckpoint.c410 goto stop; in f2fs_sync_meta_pages()
442 stop: in f2fs_sync_meta_pages()
1640 goto stop; in f2fs_write_checkpoint()
1649 stop: in f2fs_write_checkpoint()
/fs/ocfs2/cluster/
Dnetdebug.c162 .stop = nst_seq_stop,
376 .stop = sc_seq_stop,
/fs/gfs2/
Daops.c730 unsigned int stop = offset + length; in gfs2_invalidatepage() local
743 if (pos + bh->b_size > stop) in gfs2_invalidatepage()
/fs/jbd2/
Dtransaction.c2407 unsigned int stop = offset + length; in jbd2_journal_invalidatepage() local
2418 BUG_ON(stop > PAGE_SIZE || stop < length); in jbd2_journal_invalidatepage()
2429 if (next_off > stop) in jbd2_journal_invalidatepage()

12