Searched refs:fops (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/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 | 14 fops __attribute__ ((unused)) = { 21 AC_MSG_CHECKING([whether fops->fallocate() exists])
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 2992 fops = flow_get_drv_ops(type); in flow_drv_validate() 3040 fops = flow_get_drv_ops(type); in flow_drv_prepare() 3087 fops = flow_get_drv_ops(type); in flow_drv_translate() 3114 fops = flow_get_drv_ops(type); in flow_drv_apply() 3136 fops = flow_get_drv_ops(type); in flow_drv_destroy() 3137 fops->destroy(dev, flow); in flow_drv_destroy() 6948 if (!fops->action_validate) { in flow_drv_action_validate() 6983 if (!fops->action_destroy) { in mlx5_shared_action_destroy() 7002 if (!fops->action_update) { in flow_drv_action_update() 7021 if (!fops->action_query) { in flow_drv_action_query() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_event.c | 1380 struct filterops *fops; in kqueue_register() local 1398 fops = kqueue_fo_find(filt); in kqueue_register() 1399 if (fops == NULL) in kqueue_register() 1414 if (fops->f_isfd) { in kqueue_register() 1428 error = kqueue_expand(kq, fops, kev->ident, mflag); in kqueue_register() 1524 kn->kn_fop = fops; in kqueue_register() 1529 fops = NULL; in kqueue_register() 1592 if (!fops->f_isfd && fops->f_touch != NULL) { in kqueue_register() 1593 fops->f_touch(kn, kev, EVENT_REGISTER); in kqueue_register() 1633 if (fops != NULL) in kqueue_register() [all …]
|
| /f-stack/freebsd/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 | 241 .fops = &zfsdev_fops,
|
| H A D | zvol_os.c | 801 zso->zvo_disk->fops = &zvol_ops; in zvol_alloc()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | blkdev_compat.h | 281 const struct block_device_operations *bdo = gd->fops; in zfs_check_media_change()
|
| /f-stack/dpdk/kernel/linux/kni/ |
| H A D | kni_misc.c | 534 .fops = &kni_fops,
|