| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | kernel-vfs-iterate.m4 | 7 static const struct file_operations fops 18 static const struct file_operations fops 33 static const struct file_operations fops 44 AC_MSG_CHECKING([whether fops->iterate_shared() is available]) 48 [fops->iterate_shared() is available]) 55 dnl # RHEL 7.5 compatibility; the fops.iterate() method was 60 dnl # to using fops.readdir() to retain KABI compatibility. 62 AC_MSG_CHECKING([whether fops->iterate() is available]) 66 [fops->iterate() is available]) 73 AC_MSG_CHECKING([whether fops->readdir() is available]) [all …]
|
| H A D | kernel-fsync.m4 | 11 fops __attribute__ ((unused)) = { 23 fops __attribute__ ((unused)) = { 33 AC_MSG_CHECKING([whether fops->fsync() wants no dentry]) 37 [fops->fsync() without dentry]) 44 AC_MSG_CHECKING([whether fops->fsync() wants range]) 48 [fops->fsync() with range]) 50 ZFS_LINUX_TEST_ERROR([fops->fsync])
|
| H A D | kernel-aio-fsync.m4 | 9 fops __attribute__ ((unused)) = { 16 AC_MSG_CHECKING([whether fops->aio_fsync() exists]) 19 AC_DEFINE(HAVE_FILE_AIO_FSYNC, 1, [fops->aio_fsync() exists])
|
| H A D | kernel-vfs-rw-iterate.m4 | 14 fops __attribute__ ((unused)) = { 36 AC_MSG_CHECKING([whether fops->read/write_iter() are available]) 40 [fops->read/write_iter() are available])
|
| H A D | kernel-fallocate.m4 | 18 fops __attribute__ ((unused)) = { 31 AC_MSG_CHECKING([whether fops->fallocate() exists])
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | fs.h | 181 #define fops_get(fops) (fops) argument 182 #define replace_fops(f, fops) ((f)->f_op = (fops)) argument 190 const struct file_operations *fops); 193 const struct file_operations *fops, uid_t uid, 207 const struct file_operations *fops) in register_chrdev() argument 210 return (__register_chrdev(major, 0, 256, name, fops)); in register_chrdev() 215 const struct file_operations *fops, uid_t uid, gid_t gid, int mode) in register_chrdev_p() argument 218 return (__register_chrdev_p(major, 0, 256, name, fops, uid, gid, mode)); in register_chrdev_p()
|
| H A D | anon_inodes.h | 38 const struct file_operations *fops, void *priv, int flags __unused) in anon_inode_getfile() argument 42 file = alloc_file(FMODE_READ, fops); in anon_inode_getfile()
|
| H A D | miscdevice.h | 42 const struct file_operations *fops; member 60 misc->cdev->ops = misc->fops; in misc_register()
|
| H A D | file.h | 161 alloc_file(int mode, const struct file_operations *fops) in alloc_file() argument 166 filp->f_op = fops; in alloc_file()
|
| H A D | debugfs.h | 42 const struct file_operations *fops);
|
| /freebsd-13.1/sys/compat/lindebugfs/ |
| H A D | lindebugfs.c | 189 const struct file_operations *fops) in debugfs_create_file() argument 200 dm->dm_fops = fops; in debugfs_create_file() 209 flags = fops->write ? PFS_RDWR : PFS_RD; in debugfs_create_file()
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_event.c | 1482 struct filterops *fops; in kqueue_register() local 1500 fops = kqueue_fo_find(filt); in kqueue_register() 1501 if (fops == NULL) in kqueue_register() 1516 if (fops->f_isfd) { in kqueue_register() 1530 error = kqueue_expand(kq, fops, kev->ident, mflag); in kqueue_register() 1626 kn->kn_fop = fops; in kqueue_register() 1631 fops = NULL; in kqueue_register() 1694 if (!fops->f_isfd && fops->f_touch != NULL) { in kqueue_register() 1695 fops->f_touch(kn, kev, EVENT_REGISTER); in kqueue_register() 1735 if (fops != NULL) in kqueue_register() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_ctldir.c | 451 const struct file_operations *fops, const struct inode_operations *ops) in zfsctl_inode_alloc() argument 491 ip->i_fop = fops; in zfsctl_inode_alloc() 519 const struct file_operations *fops, const struct inode_operations *ops) in zfsctl_inode_lookup() argument 529 ip = zfsctl_inode_alloc(zfsvfs, id, fops, ops); in zfsctl_inode_lookup()
|
| H A D | zfs_ioctl_os.c | 247 .fops = &zfsdev_fops,
|
| H A D | zvol_os.c | 923 zso->zvo_disk->fops = &zvol_ops; in zvol_alloc()
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | blkdev_compat.h | 285 const struct block_device_operations *bdo = gd->fops; in zfs_check_media_change()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 2647 const struct file_operations *fops) in __register_chrdev() argument 2655 cdev->ops = fops; in __register_chrdev() 2668 const struct file_operations *fops, uid_t uid, in __register_chrdev_p() argument 2677 cdev->ops = fops; in __register_chrdev_p()
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_ucma.c | 1755 .fops = &ucma_fops,
|