Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h197 #define fops_get(fops) (fops) argument
198 #define replace_fops(f, fops) ((f)->f_op = (fops)) argument
223 const struct file_operations *fops) in register_chrdev()
231 const struct file_operations *fops, uid_t uid, gid_t gid, int mode) in register_chrdev_p()
415 #define DEFINE_SIMPLE_ATTRIBUTE(fops, get, set, fmt) \ argument
417 #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()
543 const struct file_operations *fops, const struct inode_operations *ops) in zfsctl_inode_lookup()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2709 const struct file_operations *fops) in __register_chrdev()
2730 const struct file_operations *fops, uid_t uid, in __register_chrdev_p()
/freebsd/sys/kern/
H A Dkern_event.c1657 const struct filterops *fops; in kqueue_register() local
2012 kqueue_expand(struct kqueue *kq, const struct filterops *fops, uintptr_t ident, in kqueue_expand()
/freebsd/sys/dev/ntsync/
H A Dntsync.c270 ntsync_create_obj(struct ntsync_obj *obj, struct fileops *fops, in ntsync_create_obj()
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c2146 const JimAioFopsType *fops; member