Searched defs:fops (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | fs.h | 180 #define fops_get(fops) (fops) argument 181 #define replace_fops(f, fops) ((f)->f_op = (fops)) argument 206 const struct file_operations *fops) in register_chrdev() 214 const struct file_operations *fops, uid_t uid, gid_t gid, int mode) in register_chrdev_p() 402 #define DEFINE_SIMPLE_ATTRIBUTE(fops, get, set, fmt) \ argument 404 #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 | 156 alloc_file(int mode, const struct file_operations *fops) in alloc_file()
|
/freebsd/sys/compat/lindebugfs/ |
H A D | lindebugfs.c | 188 const struct file_operations *fops) in debugfs_create_file() 223 const struct file_operations *fops, in debugfs_create_file_size() 243 const struct file_operations *fops) in debugfs_create_file_unsafe() 252 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 | 483 const struct file_operations *fops, const struct inode_operations *ops, in zfsctl_inode_alloc() 552 const struct file_operations *fops, const struct inode_operations *ops) in zfsctl_inode_lookup()
|
/freebsd/sys/kern/ |
H A D | kern_event.c | 1498 const struct filterops *fops; in kqueue_register() local 1827 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 | 2568 const struct file_operations *fops) in __register_chrdev() 2589 const struct file_operations *fops, uid_t uid, in __register_chrdev_p()
|