/fs/ |
D | seq_file.c | 152 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()
|
D | binfmt_elf_fdpic.c | 721 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()
|
D | binfmt_elf.c | 2347 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()
|
D | buffer.c | 1538 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/ |
D | proc.c | 34 .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/ |
D | gc.c | 1035 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/ |
D | interrupts.c | 32 .stop = int_seq_stop,
|
D | devices.c | 49 .stop = devinfo_stop,
|
D | task_nommu.c | 261 .stop = m_stop, 268 .stop = m_stop,
|
D | consoles.c | 91 .stop = c_stop,
|
D | nommu.c | 112 .stop = nommu_region_list_stop,
|
D | task_mmu.c | 420 .stop = m_stop, 427 .stop = m_stop, 775 .stop = m_stop, 782 .stop = m_stop, 1693 .stop = m_stop, 1700 .stop = m_stop,
|
D | proc_tty.c | 124 .stop = t_stop,
|
/fs/dlm/ |
D | debug_fs.c | 581 .stop = table_seq_stop, 588 .stop = table_seq_stop, 595 .stop = table_seq_stop, 602 .stop = table_seq_stop,
|
D | rcom.c | 551 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/ |
D | histogram.c | 88 .stop = fscache_histogram_stop,
|
D | operation.c | 325 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()
|
D | object-list.c | 308 .stop = fscache_objlist_stop,
|
/fs/cachefiles/ |
D | proc.c | 82 .stop = cachefiles_histogram_stop,
|
/fs/ocfs2/cluster/ |
D | netdebug.c | 181 .stop = nst_seq_stop, 395 .stop = sc_seq_stop,
|
/fs/jbd2/ |
D | transaction.c | 2317 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/ |
D | inode.c | 120 .stop = pstore_ftrace_seq_stop,
|
/fs/openpromfs/ |
D | inode.c | 139 .stop = property_stop,
|
/fs/gfs2/ |
D | aops.c | 994 unsigned int stop = offset + length; in gfs2_invalidatepage() local 1007 if (pos + bh->b_size > stop) in gfs2_invalidatepage()
|
D | glock.c | 1893 .stop = gfs2_glock_seq_stop, 1900 .stop = gfs2_glock_seq_stop, 1907 .stop = gfs2_sbstats_seq_stop,
|