/linux-4.1.27/fs/ecryptfs/ |
D | file.c | 254 if (lower_file->f_op->flush) { in ecryptfs_flush() 256 return lower_file->f_op->flush(lower_file, td); in ecryptfs_flush() 288 if (lower_file->f_op->fasync) in ecryptfs_fasync() 289 rc = lower_file->f_op->fasync(fd, lower_file, flag); in ecryptfs_fasync() 299 if (!lower_file->f_op->unlocked_ioctl) in ecryptfs_unlocked_ioctl() 308 rc = lower_file->f_op->unlocked_ioctl(lower_file, cmd, arg); in ecryptfs_unlocked_ioctl() 324 if (!lower_file->f_op->compat_ioctl) in ecryptfs_compat_ioctl() 333 rc = lower_file->f_op->compat_ioctl(lower_file, cmd, arg); in ecryptfs_compat_ioctl()
|
D | kthread.c | 174 if ((*lower_file)->f_op->mmap == NULL) { in ecryptfs_privileged_open()
|
/linux-4.1.27/fs/ |
D | file_table.c | 177 file->f_op = fop; in alloc_file() 203 if (file->f_op->fasync) in __fput() 204 file->f_op->fasync(-1, file, 0); in __fput() 207 if (file->f_op->release) in __fput() 208 file->f_op->release(inode, file); in __fput() 214 fops_put(file->f_op); in __fput()
|
D | read_write.c | 257 if (file->f_op->llseek) in vfs_llseek() 258 fn = file->f_op->llseek; in vfs_llseek() 337 if (!file->f_op->read_iter) in vfs_iter_read() 344 ret = file->f_op->read_iter(&kiocb, iter); in vfs_iter_read() 357 if (!file->f_op->write_iter) in vfs_iter_write() 364 ret = file->f_op->write_iter(&kiocb, iter); in vfs_iter_write() 422 ret = filp->f_op->read_iter(&kiocb, &iter); in new_sync_read() 431 if (file->f_op->read) in __vfs_read() 432 return file->f_op->read(file, buf, count, pos); in __vfs_read() 433 else if (file->f_op->read_iter) in __vfs_read() [all …]
|
D | open.c | 297 if (!file->f_op->fallocate) in vfs_fallocate() 301 ret = file->f_op->fallocate(file, mode, offset, len); in vfs_fallocate() 697 f->f_op = &empty_fops; in do_dentry_open() 717 f->f_op = fops_get(inode->i_fop); in do_dentry_open() 718 if (unlikely(WARN_ON(!f->f_op))) { in do_dentry_open() 732 open = f->f_op->open; in do_dentry_open() 741 likely(f->f_op->read || f->f_op->read_iter)) in do_dentry_open() 744 likely(f->f_op->write || f->f_op->write_iter)) in do_dentry_open() 754 fops_put(f->f_op); in do_dentry_open() 1071 if (filp->f_op->flush) in filp_close() [all …]
|
D | ioctl.c | 40 if (!filp->f_op->unlocked_ioctl) in vfs_ioctl() 43 error = filp->f_op->unlocked_ioctl(filp, cmd, arg); in vfs_ioctl() 509 if (filp->f_op->fasync) in ioctl_fioasync() 511 error = filp->f_op->fasync(fd, filp, on); in ioctl_fioasync()
|
D | select.c | 454 const struct file_operations *f_op; in do_select() local 455 f_op = f.file->f_op; in do_select() 457 if (f_op->poll) { in do_select() 460 mask = (*f_op->poll)(f.file, wait); in do_select() 764 if (f.file->f_op->poll) { in do_pollfd() 767 mask = f.file->f_op->poll(f.file, pwait); in do_pollfd()
|
D | sync.c | 182 if (!file->f_op->fsync) in vfs_fsync_range() 190 return file->f_op->fsync(file, start, end, datasync); in vfs_fsync_range()
|
D | binfmt_aout.c | 223 if (!bprm->file->f_op->mmap) in load_aout_binary() 299 if (!bprm->file->f_op->mmap||((fd_offset & ~PAGE_MASK) != 0)) { in load_aout_binary() 363 if (!file->f_op->mmap) in load_aout_library()
|
D | locks.c | 1802 if (filp->f_op->setlease) in vfs_setlease() 1803 return filp->f_op->setlease(filp, arg, lease, priv); in vfs_setlease() 1928 if (f.file->f_op->flock) in SYSCALL_DEFINE2() 1929 error = f.file->f_op->flock(f.file, in SYSCALL_DEFINE2() 1954 if (filp->f_op->lock) in vfs_test_lock() 1955 return filp->f_op->lock(filp, F_GETLK, fl); in vfs_test_lock() 2078 if (filp->f_op->lock) in vfs_lock_file() 2079 return filp->f_op->lock(filp, cmd, fl); in vfs_lock_file() 2416 if (filp->f_op->flock) in locks_remove_flock() 2417 filp->f_op->flock(filp, F_SETLKW, &fl); in locks_remove_flock() [all …]
|
D | fcntl.c | 60 if (filp->f_op->check_flags) in setfl() 61 error = filp->f_op->check_flags(arg); in setfl() 68 if (((arg ^ filp->f_flags) & FASYNC) && filp->f_op->fasync) { in setfl() 69 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()
|
D | binfmt_em86.c | 41 !bprm->file->f_op->mmap) { in load_em86()
|
D | readdir.c | 28 if (!file->f_op->iterate) in iterate_dir() 42 res = file->f_op->iterate(file, ctx); in iterate_dir()
|
D | eventfd.c | 329 if (file->f_op != &eventfd_fops) { in eventfd_fget() 370 if (file->f_op != &eventfd_fops) in eventfd_ctx_fileget()
|
D | coredump.c | 779 if (file->f_op->llseek && file->f_op->llseek != no_llseek) { in dump_skip() 783 file->f_op->llseek(file, nr, SEEK_CUR) < 0) in dump_skip()
|
D | aio.c | 1410 iter_op = file->f_op->read_iter; in aio_run_iocb() 1417 iter_op = file->f_op->write_iter; in aio_run_iocb() 1454 if (!file->f_op->aio_fsync) in aio_run_iocb() 1457 ret = file->f_op->aio_fsync(req, 1); in aio_run_iocb() 1461 if (!file->f_op->aio_fsync) in aio_run_iocb() 1464 ret = file->f_op->aio_fsync(req, 0); in aio_run_iocb()
|
D | nsfs.c | 129 if (file->f_op != &ns_file_operations) in proc_ns_fget()
|
D | char_dev.c | 387 if (filp->f_op->open) { in chrdev_open() 388 ret = filp->f_op->open(inode, filp); in chrdev_open()
|
D | splice.c | 714 if (!likely(file->f_op->sendpage)) in pipe_to_sendpage() 722 return file->f_op->sendpage(file, buf->page, buf->offset, in pipe_to_sendpage() 1113 if (out->f_op->splice_write) in do_splice_from() 1114 splice_write = out->f_op->splice_write; in do_splice_from() 1139 if (in->f_op->splice_read) in do_splice_to() 1140 splice_read = in->f_op->splice_read; in do_splice_to()
|
D | signalfd.c | 294 if (f.file->f_op != &signalfd_fops) { in SYSCALL_DEFINE4()
|
D | eventpoll.c | 314 return f->f_op == &eventpoll_fops; in is_file_epoll() 800 return epi->ffd.file->f_op->poll(epi->ffd.file, pt) & epi->event.events; in ep_item_poll() 1848 if (!tf.file->f_op->poll) in SYSCALL_DEFINE4()
|
D | compat_ioctl.c | 1590 if (f.file->f_op->compat_ioctl) { in COMPAT_SYSCALL_DEFINE3() 1591 error = f.file->f_op->compat_ioctl(f.file, cmd, arg); in COMPAT_SYSCALL_DEFINE3() 1596 if (!f.file->f_op->unlocked_ioctl) in COMPAT_SYSCALL_DEFINE3()
|
D | timerfd.c | 368 if (f.file->f_op != &timerfd_fops) { in timerfd_fget()
|
D | binfmt_elf.c | 535 if (!interpreter->f_op->mmap) in load_elf_interp() 704 if (!bprm->file->f_op->mmap) in load_elf_binary() 1125 !elf_check_arch(&elf_ex) || !file->f_op->mmap) in load_elf_library()
|
D | pipe.c | 1042 return file->f_op == &pipefifo_fops ? file->private_data : NULL; in get_pipe_info()
|
D | binfmt_elf_fdpic.c | 114 if (!file->f_op->mmap) in is_elf_fdpic()
|
/linux-4.1.27/drivers/staging/android/ion/ |
D | compat_ion.c | 128 if (!filp->f_op->unlocked_ioctl) in compat_ion_ioctl() 146 ret = filp->f_op->unlocked_ioctl(filp, ION_IOC_ALLOC, in compat_ion_ioctl() 166 return filp->f_op->unlocked_ioctl(filp, ION_IOC_FREE, in compat_ion_ioctl() 183 return filp->f_op->unlocked_ioctl(filp, ION_IOC_CUSTOM, in compat_ion_ioctl() 190 return filp->f_op->unlocked_ioctl(filp, cmd, in compat_ion_ioctl()
|
/linux-4.1.27/fs/coda/ |
D | file.c | 54 splice_read = host_file->f_op->splice_read; in coda_file_splice_read() 96 if (!host_file->f_op->mmap) in coda_file_mmap() 120 return host_file->f_op->mmap(host_file, vma); in coda_file_mmap()
|
D | dir.c | 427 if (host_file->f_op->iterate) { in coda_readdir() 433 ret = host_file->f_op->iterate(host_file, ctx); in coda_readdir()
|
/linux-4.1.27/drivers/usb/core/ |
D | file.c | 43 if (file->f_op->open) in usb_open() 44 err = file->f_op->open(inode, file); in usb_open()
|
/linux-4.1.27/drivers/char/ |
D | misc.c | 152 if (file->f_op->open) in misc_open() 153 err = file->f_op->open(inode,file); in misc_open()
|
D | raw.c | 60 filp->f_op = &raw_ctl_fops; in raw_open()
|
D | mem.c | 820 filp->f_op = dev->fops; in memory_open()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | syscalls.c | 47 if (filp->f_op != &spufs_context_fops) in do_spu_run()
|
D | inode.c | 314 filp->f_op = &spufs_context_fops; in spufs_context_open() 346 if (!filp || filp->f_op != &spufs_context_fops) in spufs_assert_affinity() 535 filp->f_op = &simple_dir_operations; in spufs_gang_open()
|
D | coredump.c | 76 if (file->f_op != &spufs_context_fops) in match_context()
|
/linux-4.1.27/ipc/ |
D | shm.c | 424 ret = sfd->file->f_op->mmap(sfd->file, vma); in shm_mmap() 451 if (!sfd->file->f_op->fsync) in shm_fsync() 453 return sfd->file->f_op->fsync(sfd->file, start, end, datasync); in shm_fsync() 461 if (!sfd->file->f_op->fallocate) in shm_fallocate() 463 return sfd->file->f_op->fallocate(file, mode, offset, len); in shm_fallocate() 471 return sfd->file->f_op->get_unmapped_area(sfd->file, addr, len, in shm_get_unmapped_area() 497 return file->f_op == &shm_file_operations_huge; in is_file_shm_hugepages()
|
D | mqueue.c | 985 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE5() 1100 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE5() 1259 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE2() 1333 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE3()
|
/linux-4.1.27/sound/core/ |
D | sound.c | 176 if (file->f_op->open) in snd_open() 177 err = file->f_op->open(inode, file); in snd_open()
|
D | init.c | 427 mfile->disconnected_f_op = mfile->file->f_op; in snd_card_disconnect() 433 mfile->file->f_op = &snd_shutdown_f_ops; in snd_card_disconnect() 434 fops_get(mfile->file->f_op); in snd_card_disconnect()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | serial2002.c | 101 if (f->f_op->unlocked_ioctl) in serial2002_tty_ioctl() 102 return f->f_op->unlocked_ioctl(f, op, param); in serial2002_tty_ioctl() 132 mask = f->f_op->poll(f, &table.pt); in serial2002_tty_read_poll_wait() 161 if (f->f_op->poll) { in serial2002_tty_read()
|
/linux-4.1.27/sound/ |
D | sound_core.c | 638 if (file->f_op->open) in soundcore_open() 639 err = file->f_op->open(inode,file); in soundcore_open()
|
/linux-4.1.27/fs/proc/ |
D | fd.c | 63 if (file->f_op->show_fdinfo) in seq_show() 64 file->f_op->show_fdinfo(m, file); in seq_show()
|
/linux-4.1.27/fs/dlm/ |
D | debug_fs.c | 615 if (file->f_op == &format1_fops) in table_open() 617 else if (file->f_op == &format2_fops) in table_open() 619 else if (file->f_op == &format3_fops) in table_open() 621 else if (file->f_op == &format4_fops) in table_open()
|
/linux-4.1.27/mm/ |
D | nommu.c | 985 if (!file->f_op->mmap) in validate_mmap_request() 992 if (file->f_op->mmap_capabilities) { in validate_mmap_request() 993 capabilities = file->f_op->mmap_capabilities(file); in validate_mmap_request() 1017 if (!file->f_op->get_unmapped_area) in validate_mmap_request() 1156 ret = vma->vm_file->f_op->mmap(vma->vm_file, vma); in do_mmap_shared_file() 1187 ret = vma->vm_file->f_op->mmap(vma->vm_file, vma); in do_mmap_private() 1413 addr = file->f_op->get_unmapped_area(file, addr, len, in do_mmap_pgoff()
|
D | mremap.c | 289 } else if (vma->vm_file && vma->vm_file->f_op->mremap) { in move_vma() 290 err = vma->vm_file->f_op->mremap(vma->vm_file, new_vma); in move_vma()
|
D | mmap.c | 1350 if (!file->f_op->mmap) in do_mmap_pgoff() 1619 error = file->f_op->mmap(file, vma); in mmap_region() 2012 if (file && file->f_op->get_unmapped_area) in get_unmapped_area() 2013 get_area = file->f_op->get_unmapped_area; in get_unmapped_area()
|
D | shmem.c | 1982 if (file->f_op != &shmem_file_operations) in shmem_add_seals() 2019 if (file->f_op != &shmem_file_operations) in shmem_get_seals()
|
D | memory.c | 696 vma->vm_file ? vma->vm_file->f_op->mmap : NULL, in print_bad_pte()
|
D | memcontrol.c | 4198 efile.file->f_op->poll(efile.file, &event->pt); in memcg_write_event_control()
|
/linux-4.1.27/net/9p/ |
D | trans_fd.c | 243 if (!ts->rd->f_op->poll) in p9_fd_poll() 246 if (!ts->wr->f_op->poll) in p9_fd_poll() 249 ret = ts->rd->f_op->poll(ts->rd, pt); in p9_fd_poll() 254 n = ts->wr->f_op->poll(ts->wr, pt); in p9_fd_poll()
|
/linux-4.1.27/drivers/vfio/ |
D | virqfd.c | 169 events = irqfd.file->f_op->poll(irqfd.file, &virqfd->pt); in vfio_virqfd_enable()
|
D | vfio.c | 1147 if (f.file->f_op != &vfio_fops) { in vfio_group_set_container() 1482 if (filep->f_op != &vfio_group_fops) in vfio_group_get_external_user()
|
/linux-4.1.27/fs/cifs/ |
D | ioctl.c | 70 if (src_file.file->f_op->unlocked_ioctl != cifs_ioctl) { in cifs_ioctl_clone()
|
D | dir.c | 503 file->f_op = &cifs_file_direct_nobrl_ops; in cifs_atomic_open() 505 file->f_op = &cifs_file_direct_ops; in cifs_atomic_open()
|
D | file.c | 476 file->f_op = &cifs_file_direct_nobrl_ops; in cifs_open() 478 file->f_op = &cifs_file_direct_ops; in cifs_open()
|
/linux-4.1.27/kernel/ |
D | acct.c | 184 if (file->f_op->flush) in close_work() 185 file->f_op->flush(file, NULL); in close_work()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-tcpip.c | 68 if (sock_filp->f_op->unlocked_ioctl) in libcfs_sock_ioctl() 69 rc = sock_filp->f_op->unlocked_ioctl(sock_filp, cmd, arg); in libcfs_sock_ioctl()
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | debugfs.c | 224 dfops = container_of(file->f_op, struct b43legacy_debugfs_fops, fops); in b43legacy_debugfs_read() 290 dfops = container_of(file->f_op, struct b43legacy_debugfs_fops, fops); in b43legacy_debugfs_write()
|
/linux-4.1.27/kernel/bpf/ |
D | syscall.c | 128 if (f.file->f_op != &bpf_map_fops) { in bpf_map_get() 444 if (f.file->f_op != &bpf_prog_fops) { in get_prog()
|
/linux-4.1.27/arch/sparc/net/ |
D | bpf_jit_comp.c | 431 u32 t_op, f_op; in bpf_jit_compile() local 690 f_op = FOP; \ in bpf_jit_compile() 753 emit_branch(f_op, f_offset); in bpf_jit_compile()
|
/linux-4.1.27/drivers/staging/comedi/ |
D | comedi_compat32.c | 93 if (file->f_op->unlocked_ioctl) in translated_ioctl() 94 return file->f_op->unlocked_ioctl(file, cmd, arg); in translated_ioctl()
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvbdev.c | 84 if (file->f_op->open) in dvb_device_open() 85 err = file->f_op->open(inode,file); in dvb_device_open()
|
/linux-4.1.27/drivers/tty/ |
D | tty_io.c | 702 if (filp->f_op->write == redirected_tty_write) in __tty_hangup() 704 if (filp->f_op->write != tty_write) in __tty_hangup() 708 filp->f_op = &hung_up_tty_fops; in __tty_hangup() 851 return (filp->f_op == &hung_up_tty_fops); in tty_hung_up_p() 2140 filp->f_op = &tty_fops; in tty_open() 2395 if (file->f_op->write == redirected_tty_write) { in tioccons() 3026 if (likely(file->f_op->read != tty_read)) in this_tty()
|
D | n_tty.c | 2138 if (file->f_op->write == redirected_tty_write || in job_control() 2364 if (L_TOSTOP(tty) && file->f_op->write != redirected_tty_write) { in n_tty_write()
|
/linux-4.1.27/fs/notify/inotify/ |
D | inotify_user.c | 718 if (unlikely(f.file->f_op != &inotify_fops)) { in SYSCALL_DEFINE3() 757 if (unlikely(f.file->f_op != &inotify_fops)) in SYSCALL_DEFINE2()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_drv.c | 844 if (filp->f_op->open) in drm_stub_open() 845 err = filp->f_op->open(inode, filp); in drm_stub_open()
|
/linux-4.1.27/drivers/block/ |
D | loop.c | 370 if ((!file->f_op->fallocate) || lo->lo_encrypt_key_size) { in lo_discard() 375 ret = file->f_op->fallocate(file, mode, pos, blk_rq_bytes(rq)); in lo_discard() 652 if ((!file->f_op->fallocate) || in loop_config_discard() 716 !file->f_op->write_iter) in loop_set_fd() 747 if (!(lo_flags & LO_FLAGS_READ_ONLY) && file->f_op->fsync) in loop_set_fd()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 27 if (file->f_op->unlocked_ioctl) in native_ioctl() 28 ret = file->f_op->unlocked_ioctl(file, cmd, arg); in native_ioctl() 1023 if (!file->f_op->unlocked_ioctl) in v4l2_compat_ioctl32()
|
/linux-4.1.27/Documentation/ |
D | nommu-mmap.txt | 211 file->f_op->get_unmapped_area() operation. The mmap() routines will call this 221 The file->f_op->mmap() operation will be called to actually inaugurate the 229 It is permitted also for the file->f_op->get_unmapped_area() operation to
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | debugfs.c | 527 dfops = container_of(file->f_op, struct b43_debugfs_fops, fops); in b43_debugfs_read() 588 dfops = container_of(file->f_op, struct b43_debugfs_fops, fops); in b43_debugfs_write()
|
/linux-4.1.27/drivers/gpu/drm/i810/ |
D | i810_dma.c | 134 old_fops = file_priv->filp->f_op; in i810_map_buffer() 135 file_priv->filp->f_op = &i810_buffer_fops; in i810_map_buffer() 141 file_priv->filp->f_op = old_fops; in i810_map_buffer()
|
/linux-4.1.27/drivers/target/ |
D | target_core_file.c | 566 if (!file->f_op->fallocate) in fd_do_unmap() 569 ret = file->f_op->fallocate(file, mode, pos, len); in fd_do_unmap()
|
/linux-4.1.27/kernel/time/ |
D | posix-clock.c | 257 if (fp->f_op->open != posix_clock_open || !fp->private_data) in get_clock_desc()
|
/linux-4.1.27/fs/exportfs/ |
D | expfs.c | 311 if (!file->f_op->iterate) in get_name()
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | debug.c | 78 dfops = container_of(file->f_op, struct carl9170_debugfs_fops, fops); in carl9170_debugfs_read() 130 dfops = container_of(file->f_op, struct carl9170_debugfs_fops, fops); in carl9170_debugfs_write()
|
/linux-4.1.27/include/linux/ |
D | hugetlb.h | 260 if (file->f_op == &hugetlbfs_file_operations) in is_file_hugepages()
|
D | fs.h | 836 const struct file_operations *f_op; member 1979 fops_put(__file->f_op); \ 1980 BUG_ON(!(__file->f_op = (fops))); \
|
/linux-4.1.27/drivers/scsi/osd/ |
D | osd_uld.c | 241 if (file->f_op != &osd_fops){ in osduld_path_lookup()
|
/linux-4.1.27/arch/x86/ia32/ |
D | ia32_aout.c | 351 if (!bprm->file->f_op->mmap || (fd_offset & ~PAGE_MASK) != 0) { in load_aout_binary()
|
/linux-4.1.27/drivers/dma-buf/ |
D | dma-buf.c | 264 return file->f_op == &dma_buf_fops; in is_dma_buf_file()
|
/linux-4.1.27/security/ |
D | security.c | 756 if (file->f_op->mmap_capabilities) { in mmap_prot() 757 unsigned caps = file->f_op->mmap_capabilities(file); in mmap_prot()
|
/linux-4.1.27/drivers/staging/android/ |
D | sync.c | 221 if (file->f_op != &sync_fence_fops) in sync_fence_fdget()
|
/linux-4.1.27/virt/kvm/ |
D | eventfd.c | 421 events = f.file->f_op->poll(f.file, &irqfd->pt); in kvm_irqfd_assign()
|
D | kvm_main.c | 2391 if (filp->f_op != &kvm_device_fops) in kvm_device_from_filp()
|
/linux-4.1.27/fs/notify/fanotify/ |
D | fanotify_user.c | 852 if (unlikely(f.file->f_op != &fanotify_fops)) in SYSCALL_DEFINE5()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | uverbs_main.c | 595 if (f.file->f_op != &uverbs_event_fops) in ib_uverbs_lookup_comp_file()
|
/linux-4.1.27/drivers/net/ |
D | macvtap.c | 1166 if (file->f_op != &macvtap_fops) in macvtap_get_socket()
|
D | tun.c | 2348 if (file->f_op != &tun_fops) in tun_get_socket()
|
/linux-4.1.27/fs/fuse/ |
D | inode.c | 1019 if ((file->f_op != &fuse_dev_operations) || in fuse_fill_super()
|
D | file.c | 177 file->f_op = &fuse_direct_io_file_operations; in fuse_finish_open()
|
/linux-4.1.27/drivers/vhost/ |
D | vhost.c | 95 mask = file->f_op->poll(file, &poll->table); in vhost_poll_start()
|
/linux-4.1.27/fs/nfsd/ |
D | vfs.c | 905 if (file->f_op->splice_read && test_bit(RQ_SPLICE_OK, &rqstp->rq_flags)) in nfsd_vfs_read()
|
D | nfs4xdr.c | 3480 if (file->f_op->splice_read && test_bit(RQ_SPLICE_OK, &resp->rqstp->rq_flags)) in nfsd4_encode_read()
|
/linux-4.1.27/Documentation/filesystems/ |
D | vfs.txt | 490 f_op->open(). If the file was created, the FILE_CREATED flag should be 699 alternative to f_op->open(), the difference is that this method may open
|
/linux-4.1.27/net/ |
D | socket.c | 409 if (file->f_op == &socket_file_ops) in sock_from_file()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | perfmon.c | 343 #define PFM_IS_FILE(f) ((f)->f_op == &pfm_file_ops)
|
/linux-4.1.27/kernel/events/ |
D | core.c | 4069 if (f.file->f_op != &perf_fops) { in perf_fget_light()
|