Home
last modified time | relevance | path

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

12

/fs/
Dseq_file.c152 m->op->stop(m, p); in traverse()
157 m->op->stop(m, p); in traverse()
256 m->op->stop(m, p); in seq_read()
266 m->op->stop(m, p); in seq_read()
287 m->op->stop(m, p); in seq_read()
579 op->stop = single_stop; in single_open()
Dbinfmt_elf_fdpic.c721 unsigned long index, stop, sp; in elf_fdpic_transfer_args_to_stack() local
725 stop = bprm->p >> PAGE_SHIFT; in elf_fdpic_transfer_args_to_stack()
728 for (index = MAX_ARG_PAGES - 1; index >= stop; index--) { in elf_fdpic_transfer_args_to_stack()
767 unsigned long load_addr, stop; in elf_fdpic_map_file() local
826 stop = params->hdr.e_phoff; in elf_fdpic_map_file()
827 stop += params->hdr.e_phnum * sizeof (struct elf_phdr); in elf_fdpic_map_file()
835 phdr->p_offset + phdr->p_filesz < stop) in elf_fdpic_map_file()
Dbinfmt_elf.c2347 int stop; in elf_core_dump() local
2352 stop = !dump_emit(cprm, kaddr, PAGE_SIZE); in elf_core_dump()
2356 stop = !dump_skip(cprm, PAGE_SIZE); in elf_core_dump()
2357 if (stop) in elf_core_dump()
Dbuffer.c1538 unsigned int stop = length + offset; in block_invalidatepage() local
1547 BUG_ON(stop > PAGE_CACHE_SIZE || stop < length); in block_invalidatepage()
1558 if (next_off > stop) in block_invalidatepage()
/fs/afs/
Dproc.c34 .stop = afs_proc_cells_stop,
68 .stop = afs_proc_cell_volumes_stop,
90 .stop = afs_proc_cell_vlservers_stop,
111 .stop = afs_proc_cell_servers_stop,
/fs/f2fs/
Dgc.c1035 goto stop; in f2fs_gc()
1039 goto stop; in f2fs_gc()
1051 goto stop; in f2fs_gc()
1060 goto stop; in f2fs_gc()
1064 goto stop; in f2fs_gc()
1084 stop: in f2fs_gc()
/fs/proc/
Dinterrupts.c32 .stop = int_seq_stop,
Ddevices.c49 .stop = devinfo_stop,
Dtask_nommu.c261 .stop = m_stop,
268 .stop = m_stop,
Dconsoles.c91 .stop = c_stop,
Dnommu.c112 .stop = nommu_region_list_stop,
Dtask_mmu.c420 .stop = m_stop,
427 .stop = m_stop,
775 .stop = m_stop,
782 .stop = m_stop,
1693 .stop = m_stop,
1700 .stop = m_stop,
Dproc_tty.c124 .stop = t_stop,
/fs/dlm/
Ddebug_fs.c581 .stop = table_seq_stop,
588 .stop = table_seq_stop,
595 .stop = table_seq_stop,
602 .stop = table_seq_stop,
Drcom.c551 int stop, reply = 0, names = 0, lookup = 0, lock = 0; in dlm_receive_rcom() local
584 stop = test_bit(LSFL_RECOVER_STOP, &ls->ls_flags); in dlm_receive_rcom()
588 if (stop && (rc->rc_type != DLM_RCOM_STATUS)) in dlm_receive_rcom()
/fs/fscache/
Dhistogram.c88 .stop = fscache_histogram_stop,
Doperation.c325 bool stop = false; in fscache_start_operations() local
327 while (!list_empty(&object->pending_ops) && !stop) { in fscache_start_operations()
334 stop = true; in fscache_start_operations()
Dobject-list.c308 .stop = fscache_objlist_stop,
/fs/cachefiles/
Dproc.c82 .stop = cachefiles_histogram_stop,
/fs/ocfs2/cluster/
Dnetdebug.c181 .stop = nst_seq_stop,
395 .stop = sc_seq_stop,
/fs/jbd2/
Dtransaction.c2317 unsigned int stop = offset + length; in jbd2_journal_invalidatepage() local
2328 BUG_ON(stop > PAGE_CACHE_SIZE || stop < length); in jbd2_journal_invalidatepage()
2339 if (next_off > stop) in jbd2_journal_invalidatepage()
/fs/pstore/
Dinode.c120 .stop = pstore_ftrace_seq_stop,
/fs/openpromfs/
Dinode.c139 .stop = property_stop,
/fs/gfs2/
Daops.c994 unsigned int stop = offset + length; in gfs2_invalidatepage() local
1007 if (pos + bh->b_size > stop) in gfs2_invalidatepage()
Dglock.c1893 .stop = gfs2_glock_seq_stop,
1900 .stop = gfs2_glock_seq_stop,
1907 .stop = gfs2_sbstats_seq_stop,

12