/linux-4.4.14/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() 332 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.4.14/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 | 299 if (!file->f_op->fallocate) in vfs_fallocate() 303 ret = file->f_op->fallocate(file, mode, offset, len); in vfs_fallocate() 699 f->f_op = &empty_fops; in do_dentry_open() 719 f->f_op = fops_get(inode->i_fop); in do_dentry_open() 720 if (unlikely(WARN_ON(!f->f_op))) { in do_dentry_open() 734 open = f->f_op->open; in do_dentry_open() 743 likely(f->f_op->read || f->f_op->read_iter)) in do_dentry_open() 746 likely(f->f_op->write || f->f_op->write_iter)) in do_dentry_open() 756 fops_put(f->f_op); in do_dentry_open() 1075 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 | 187 if (!file->f_op->fsync) in vfs_fsync_range() 195 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 | 1807 if (filp->f_op->setlease) in vfs_setlease() 1808 return filp->f_op->setlease(filp, arg, lease, priv); in vfs_setlease() 1956 if (f.file->f_op->flock) in SYSCALL_DEFINE2() 1957 error = f.file->f_op->flock(f.file, in SYSCALL_DEFINE2() 1982 if (filp->f_op->lock) in vfs_test_lock() 1983 return filp->f_op->lock(filp, F_GETLK, fl); in vfs_test_lock() 2106 if (filp->f_op->lock) in vfs_lock_file() 2107 return filp->f_op->lock(filp, cmd, fl); in vfs_lock_file() 2444 if (filp->f_op->flock) in locks_remove_flock() 2445 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 | 783 if (file->f_op->llseek && file->f_op->llseek != no_llseek) { in dump_skip() 787 file->f_op->llseek(file, nr, SEEK_CUR) < 0) in dump_skip()
|
D | aio.c | 1419 iter_op = file->f_op->read_iter; in aio_run_iocb() 1426 iter_op = file->f_op->write_iter; in aio_run_iocb() 1463 if (!file->f_op->aio_fsync) in aio_run_iocb() 1466 ret = file->f_op->aio_fsync(req, 1); in aio_run_iocb() 1470 if (!file->f_op->aio_fsync) in aio_run_iocb() 1473 ret = file->f_op->aio_fsync(req, 0); in aio_run_iocb()
|
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 | 715 if (!likely(file->f_op->sendpage)) in pipe_to_sendpage() 723 return file->f_op->sendpage(file, buf->page, buf->offset, in pipe_to_sendpage() 1122 if (out->f_op->splice_write) in do_splice_from() 1123 splice_write = out->f_op->splice_write; in do_splice_from() 1148 if (in->f_op->splice_read) in do_splice_to() 1149 splice_read = in->f_op->splice_read; in do_splice_to()
|
D | nsfs.c | 130 if (file->f_op != &ns_file_operations) in proc_ns_fget()
|
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 | 1591 if (f.file->f_op->compat_ioctl) { in COMPAT_SYSCALL_DEFINE3() 1592 error = f.file->f_op->compat_ioctl(f.file, cmd, arg); in COMPAT_SYSCALL_DEFINE3() 1597 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 | 536 if (!interpreter->f_op->mmap) in load_elf_interp() 705 if (!bprm->file->f_op->mmap) in load_elf_binary() 1126 !elf_check_arch(&elf_ex) || !file->f_op->mmap) in load_elf_library()
|
D | pipe.c | 1082 return file->f_op == &pipefifo_fops ? file->private_data : NULL; in get_pipe_info()
|
D | binfmt_elf_fdpic.c | 115 if (!file->f_op->mmap) in is_elf()
|
/linux-4.4.14/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.4.14/drivers/hv/ |
D | hv_utils_transport.c | 45 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_read() 81 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_write() 99 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_poll() 112 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_open() 137 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_release()
|
/linux-4.4.14/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.4.14/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.4.14/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 | 61 filp->f_op = &raw_ctl_fops; in raw_open()
|
D | mem.c | 820 filp->f_op = dev->fops; in memory_open()
|
/linux-4.4.14/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.4.14/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 | 420 mfile->disconnected_f_op = mfile->file->f_op; in snd_card_disconnect() 426 mfile->file->f_op = &snd_shutdown_f_ops; in snd_card_disconnect() 427 fops_get(mfile->file->f_op); in snd_card_disconnect()
|
/linux-4.4.14/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 | 993 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE5() 1109 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE5() 1271 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE2() 1345 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE3()
|
/linux-4.4.14/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() 160 if (f->f_op->poll) { in serial2002_tty_read()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/mm/ |
D | nommu.c | 952 if (!file->f_op->mmap) in validate_mmap_request() 959 if (file->f_op->mmap_capabilities) { in validate_mmap_request() 960 capabilities = file->f_op->mmap_capabilities(file); in validate_mmap_request() 984 if (!file->f_op->get_unmapped_area) in validate_mmap_request() 1122 ret = vma->vm_file->f_op->mmap(vma->vm_file, vma); in do_mmap_shared_file() 1153 ret = vma->vm_file->f_op->mmap(vma->vm_file, vma); in do_mmap_private() 1370 addr = file->f_op->get_unmapped_area(file, addr, len, in do_mmap()
|
D | mmap.c | 1361 if (!file->f_op->mmap) in do_mmap() 1629 error = file->f_op->mmap(file, vma); in mmap_region() 2022 if (file && file->f_op->get_unmapped_area) in get_unmapped_area() 2023 get_area = file->f_op->get_unmapped_area; in get_unmapped_area()
|
D | shmem.c | 1998 if (file->f_op != &shmem_file_operations) in shmem_add_seals() 2035 if (file->f_op != &shmem_file_operations) in shmem_get_seals()
|
D | memory.c | 697 vma->vm_file ? vma->vm_file->f_op->mmap : NULL, in print_bad_pte()
|
D | memcontrol.c | 3992 efile.file->f_op->poll(efile.file, &event->pt); in memcg_write_event_control()
|
/linux-4.4.14/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.4.14/drivers/vfio/ |
D | virqfd.c | 169 events = irqfd.file->f_op->poll(irqfd.file, &virqfd->pt); in vfio_virqfd_enable()
|
D | vfio.c | 1195 if (f.file->f_op != &vfio_fops) { in vfio_group_set_container() 1530 if (filep->f_op != &vfio_group_fops) in vfio_group_get_external_user()
|
/linux-4.4.14/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.4.14/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.4.14/drivers/block/ |
D | loop.c | 426 if ((!file->f_op->fallocate) || lo->lo_encrypt_key_size) { in lo_discard() 431 ret = file->f_op->fallocate(file, mode, pos, blk_rq_bytes(rq)); in lo_discard() 504 ret = file->f_op->write_iter(&cmd->iocb, &iter); in lo_rw_aio() 506 ret = file->f_op->read_iter(&cmd->iocb, &iter); in lo_rw_aio() 835 if ((!file->f_op->fallocate) || in loop_config_discard() 916 !file->f_op->write_iter) in loop_set_fd() 945 if (!(lo_flags & LO_FLAGS_READ_ONLY) && file->f_op->fsync) in loop_set_fd()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/hwtracing/intel_th/ |
D | core.c | 537 if (file->f_op->open) { in intel_th_output_open() 538 err = file->f_op->open(inode, file); in intel_th_output_open()
|
/linux-4.4.14/drivers/tty/ |
D | tty_io.c | 714 if (filp->f_op->write == redirected_tty_write) in __tty_hangup() 716 if (filp->f_op->write != tty_write) in __tty_hangup() 720 filp->f_op = &hung_up_tty_fops; in __tty_hangup() 852 return (filp->f_op == &hung_up_tty_fops); in tty_hung_up_p() 2133 filp->f_op = &tty_fops; in tty_open() 2389 if (file->f_op->write == redirected_tty_write) { in tioccons() 3019 if (likely(file->f_op->read != tty_read)) in this_tty()
|
D | n_tty.c | 2130 if (file->f_op->write == redirected_tty_write) in job_control() 2340 if (L_TOSTOP(tty) && file->f_op->write != redirected_tty_write) { in n_tty_write()
|
/linux-4.4.14/kernel/bpf/ |
D | syscall.c | 176 if (f.file->f_op != &bpf_map_fops) { in __bpf_map_get() 582 if (f.file->f_op != &bpf_prog_fops) { in __bpf_prog_get()
|
/linux-4.4.14/fs/notify/inotify/ |
D | inotify_user.c | 730 if (unlikely(f.file->f_op != &inotify_fops)) { in SYSCALL_DEFINE3() 769 if (unlikely(f.file->f_op != &inotify_fops)) in SYSCALL_DEFINE2()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_drv.c | 864 if (filp->f_op->open) in drm_stub_open() 865 err = filp->f_op->open(inode, filp); in drm_stub_open()
|
/linux-4.4.14/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.4.14/drivers/target/ |
D | target_core_file.c | 497 if (!file->f_op->fallocate) in fd_execute_unmap() 500 ret = file->f_op->fallocate(file, mode, pos, len); in fd_execute_unmap()
|
/linux-4.4.14/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.4.14/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() 1046 if (!file->f_op->unlocked_ioctl) in v4l2_compat_ioctl32()
|
/linux-4.4.14/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.4.14/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.4.14/drivers/scsi/cxlflash/ |
D | superpipe.c | 963 struct cxlflash_cfg *cfg = container_of(file->f_op, struct cxlflash_cfg, in cxlflash_cxl_release() 1076 struct cxlflash_cfg *cfg = container_of(file->f_op, struct cxlflash_cfg, in cxlflash_mmap_fault() 1151 struct cxlflash_cfg *cfg = container_of(file->f_op, struct cxlflash_cfg, in cxlflash_cxl_mmap() 1470 file->f_op = &null_fops; in cxlflash_disk_attach()
|
/linux-4.4.14/kernel/time/ |
D | posix-clock.c | 257 if (fp->f_op->open != posix_clock_open || !fp->private_data) in get_clock_desc()
|
/linux-4.4.14/fs/exportfs/ |
D | expfs.c | 311 if (!file->f_op->iterate) in get_name()
|
/linux-4.4.14/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.4.14/include/linux/ |
D | hugetlb.h | 270 if (file->f_op == &hugetlbfs_file_operations) in is_file_hugepages()
|
D | fs.h | 846 const struct file_operations *f_op; member 2004 fops_put(__file->f_op); \ 2005 BUG_ON(!(__file->f_op = (fops))); \
|
/linux-4.4.14/drivers/scsi/osd/ |
D | osd_uld.c | 241 if (file->f_op != &osd_fops){ in osduld_path_lookup()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-socket.c | 53 err = filp->f_op->unlocked_ioctl(filp, cmd, arg); in kernel_sock_unlocked_ioctl()
|
/linux-4.4.14/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.4.14/drivers/dma-buf/ |
D | dma-buf.c | 266 return file->f_op == &dma_buf_fops; in is_dma_buf_file()
|
/linux-4.4.14/drivers/staging/android/ |
D | sync.c | 221 if (file->f_op != &sync_fence_fops) in sync_fence_fdget()
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify_user.c | 856 if (unlikely(f.file->f_op != &fanotify_fops)) in SYSCALL_DEFINE5()
|
/linux-4.4.14/virt/kvm/ |
D | eventfd.c | 400 events = f.file->f_op->poll(f.file, &irqfd->pt); in kvm_irqfd_assign()
|
D | kvm_main.c | 2639 if (filp->f_op != &kvm_device_fops) in kvm_device_from_filp()
|
/linux-4.4.14/security/ |
D | security.c | 776 if (file->f_op->mmap_capabilities) { in mmap_prot() 777 unsigned caps = file->f_op->mmap_capabilities(file); in mmap_prot()
|
/linux-4.4.14/fs/fuse/ |
D | dev.c | 2255 if (old->f_op == file->f_op && in fuse_dev_ioctl()
|
D | inode.c | 1070 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.4.14/drivers/net/ |
D | macvtap.c | 1264 if (file->f_op != &macvtap_fops) in macvtap_get_socket()
|
D | tun.c | 2398 if (file->f_op != &tun_fops) in tun_get_socket()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | uverbs_main.c | 661 if (f.file->f_op != &uverbs_event_fops) in ib_uverbs_lookup_comp_file()
|
/linux-4.4.14/drivers/vhost/ |
D | vhost.c | 172 mask = file->f_op->poll(file, &poll->table); in vhost_poll_start()
|
/linux-4.4.14/fs/nfsd/ |
D | vfs.c | 867 if (file->f_op->splice_read && test_bit(RQ_SPLICE_OK, &rqstp->rq_flags)) in nfsd_vfs_read()
|
D | nfs4xdr.c | 3496 if (file->f_op->splice_read && in nfsd4_encode_read()
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfs.txt | 492 f_op->open(). If the file was created, the FILE_CREATED flag should be 701 alternative to f_op->open(), the difference is that this method may open
|
/linux-4.4.14/net/ |
D | socket.c | 410 if (file->f_op == &socket_file_ops) in sock_from_file()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | perfmon.c | 343 #define PFM_IS_FILE(f) ((f)->f_op == &pfm_file_ops)
|
/linux-4.4.14/kernel/events/ |
D | core.c | 4235 if (f.file->f_op != &perf_fops) { in perf_fget_light()
|