Home
last modified time | relevance | path

Searched defs:fops (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h196 #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 Danon_inodes.h38 const struct file_operations *fops, void *priv, int flags __unused) in anon_inode_getfile()
H A Dmiscdevice.h40 const struct file_operations *fops; member
H A Dfile.h161 alloc_file(int mode, const struct file_operations *fops) in alloc_file()
/freebsd/sys/compat/lindebugfs/
H A Dlindebugfs.c215 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 Ddebugfs.c107 const struct file_operations *fops = ops ? ops : &fops_regval; in mt76_register_debugfs_fops() local
/freebsd/sys/ofed/include/rdma/
H A Duverbs_types.h174 const struct file_operations *fops; member
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c475 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 Dkern_event.c1656 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 Dlinux_compat.c2669 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 Djimsh0.c2146 const JimAioFopsType *fops; member