Searched defs:fops (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | fs.h | 196 #define fops_get(fops) (fops) argument 197 #define replace_fops(f, fops) ((f)->f_op = (fops)) argument 222 const struct file_operations *fops) in register_chrdev() 230 const struct file_operations *fops, uid_t uid, gid_t gid, int mode) in register_chrdev_p() 414 #define DEFINE_SIMPLE_ATTRIBUTE(fops, get, set, fmt) \ argument 416 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(fops, get, set, fmt) \ argument
|
| H A D | anon_inodes.h | 38 const struct file_operations *fops, void *priv, int flags __unused) in anon_inode_getfile()
|
| H A D | miscdevice.h | 40 const struct file_operations *fops; member
|
| H A D | file.h | 161 alloc_file(int mode, const struct file_operations *fops) in alloc_file()
|
| /freebsd/sys/compat/lindebugfs/ |
| H A D | lindebugfs.c | 215 const struct file_operations *fops) in debugfs_create_file() 250 const struct file_operations *fops, in debugfs_create_file_size() 270 const struct file_operations *fops) in debugfs_create_file_unsafe() 279 const struct file_operations *fops, in debugfs_create_mode_unsafe()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | debugfs.c | 107 const struct file_operations *fops = ops ? ops : &fops_regval; in mt76_register_debugfs_fops() local
|
| /freebsd/sys/ofed/include/rdma/ |
| H A D | uverbs_types.h | 174 const struct file_operations *fops; member
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_ctldir.c | 475 const struct file_operations *fops, const struct inode_operations *ops, in zfsctl_inode_alloc() 542 const struct file_operations *fops, const struct inode_operations *ops) in zfsctl_inode_lookup()
|
| /freebsd/sys/kern/ |
| H A D | kern_event.c | 1656 const struct filterops *fops; in kqueue_register() local 2011 kqueue_expand(struct kqueue *kq, const struct filterops *fops, uintptr_t ident, in kqueue_expand()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 2669 const struct file_operations *fops) in __register_chrdev() 2690 const struct file_operations *fops, uid_t uid, in __register_chrdev_p()
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 2146 const JimAioFopsType *fops; member
|