Home
last modified time | relevance | path

Searched refs:fops (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-vfs-iterate.m47 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 Dkernel-fsync.m411 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 Dkernel-aio-fsync.m49 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 Dkernel-vfs-rw-iterate.m414 fops __attribute__ ((unused)) = {
36 AC_MSG_CHECKING([whether fops->read/write_iter() are available])
40 [fops->read/write_iter() are available])
H A Dkernel-fallocate.m418 fops __attribute__ ((unused)) = {
31 AC_MSG_CHECKING([whether fops->fallocate() exists])
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h181 #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 Danon_inodes.h38 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 Dmiscdevice.h42 const struct file_operations *fops; member
60 misc->cdev->ops = misc->fops; in misc_register()
H A Dfile.h161 alloc_file(int mode, const struct file_operations *fops) in alloc_file() argument
166 filp->f_op = fops; in alloc_file()
H A Ddebugfs.h42 const struct file_operations *fops);
/freebsd-13.1/sys/compat/lindebugfs/
H A Dlindebugfs.c189 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 Dkern_event.c1482 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 Dzfs_ctldir.c451 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 Dzfs_ioctl_os.c247 .fops = &zfsdev_fops,
H A Dzvol_os.c923 zso->zvo_disk->fops = &zvol_ops; in zvol_alloc()
/freebsd-13.1/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h285 const struct block_device_operations *bdo = gd->fops; in zfs_check_media_change()
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2647 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 Dib_ucma.c1755 .fops = &ucma_fops,