Searched defs:fops (Results 76 - 100 of 127) sorted by path

123456

/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.c70 ocxlflash_getfile(struct device *dev, const char *name, const struct file_operations *fops, void *priv, int flags) argument
1195 ocxlflash_get_fd(void *ctx_cookie, struct file_operations *fops, int *fd) argument
[all...]
/linux-master/drivers/scsi/qedf/
H A Dqedf_debugfs.c22 qedf_dbg_host_init(struct qedf_dbg_ctx *qedf, const struct qedf_debugfs_ops *dops, const struct file_operations *fops) argument
/linux-master/drivers/scsi/qedi/
H A Dqedi_debugfs.c18 qedi_dbg_host_init(struct qedi_dbg_ctx *qedi, const struct qedi_debugfs_ops *dops, const struct file_operations *fops) argument
/linux-master/drivers/soc/mediatek/
H A Dmtk-svs.c865 const struct file_operations *fops; member in struct:svs_dentry
/linux-master/drivers/staging/axis-fifo/
H A Daxis-fifo.c711 static const struct file_operations fops = { variable in typeref:struct:file_operations
/linux-master/drivers/tty/
H A Dtty_io.c3521 void tty_default_fops(struct file_operations *fops) argument
/linux-master/drivers/ufs/core/
H A Dufs-debugfs.c15 const struct file_operations *fops; member in struct:ufs_debugfs_attr
/linux-master/drivers/usb/class/
H A Dusbtmc.c2262 static const struct file_operations fops = { variable in typeref:struct:file_operations
/linux-master/drivers/usb/dwc3/
H A Ddebugfs.c683 const struct file_operations *const fops; member in struct:dwc3_ep_file_map
996 const struct file_operations *fops = dwc3_ep_file_map[i].fops; local
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c1852 ffs_sb_make_inode(struct super_block *sb, void *data, const struct file_operations *fops, const struct inode_operations *iops, struct ffs_file_perms *perms) argument
1881 ffs_sb_create_file(struct super_block *sb, const char *name, void *data, const struct file_operations *fops) argument
/linux-master/drivers/usb/gadget/legacy/
H A Dinode.c1976 gadgetfs_make_inode(struct super_block *sb, void *data, const struct file_operations *fops, int mode) argument
1998 gadgetfs_create_file(struct super_block *sb, char const *name, void *data, const struct file_operations *fops) argument
/linux-master/drivers/usb/host/
H A Dxhci-debugfs.c406 xhci_debugfs_create_files(struct xhci_hcd *xhci, struct xhci_file_map *files, size_t nentries, void *data, struct dentry *parent, const struct file_operations *fops) argument
/linux-master/drivers/vfio/pci/pds/
H A Dlm.c15 pds_vfio_get_lm_file(const struct file_operations *fops, int flags, u64 size) argument
/linux-master/drivers/w1/
H A Dw1.c608 const struct w1_family_ops *fops; local
[all...]
/linux-master/fs/
H A Danon_inodes.c78 __anon_inode_getfile(const char *name, const struct file_operations *fops, void *priv, int flags, const struct inode *context_inode, bool make_inode) argument
143 anon_inode_getfile(const char *name, const struct file_operations *fops, void *priv, int flags) argument
169 anon_inode_getfile_fmode(const char *name, const struct file_operations *fops, void *priv, int flags, fmode_t f_mode) argument
210 anon_inode_create_getfile(const char *name, const struct file_operations *fops, void *priv, int flags, const struct inode *context_inode) argument
220 __anon_inode_getfd(const char *name, const struct file_operations *fops, void *priv, int flags, const struct inode *context_inode, bool make_inode) argument
266 anon_inode_getfd(const char *name, const struct file_operations *fops, void *priv, int flags) argument
299 anon_inode_create_getfd(const char *name, const struct file_operations *fops, void *priv, int flags, const struct inode *context_inode) argument
[all...]
H A Dchar_dev.c375 const struct file_operations *fops; local
268 __register_chrdev(unsigned int major, unsigned int baseminor, unsigned int count, const char *name, const struct file_operations *fops) argument
658 cdev_init(struct cdev *cdev, const struct file_operations *fops) argument
[all...]
H A Dfile_table.c338 alloc_file_pseudo(struct inode *inode, struct vfsmount *mnt, const char *name, int flags, const struct file_operations *fops) argument
359 alloc_file_pseudo_noaccount(struct inode *inode, struct vfsmount *mnt, const char *name, int flags, const struct file_operations *fops) argument
383 alloc_file_clone(struct file *base, int flags, const struct file_operations *fops) argument
/linux-master/fs/bcachefs/
H A Dthread_with_file.c22 bch2_run_thread_with_file(struct thread_with_file *thr, const struct file_operations *fops, int (*fn)(void *)) argument
/linux-master/fs/debugfs/
H A Dfile.c504 debugfs_create_mode_unsafe(const char *name, umode_t mode, struct dentry *parent, void *value, const struct file_operations *fops, const struct file_operations *fops_ro, const struct file_operations *fops_wo) argument
H A Dinode.c477 debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) argument
516 debugfs_create_file_unsafe(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) argument
547 debugfs_create_file_size(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops, loff_t file_size) argument
[all...]
/linux-master/fs/tracefs/
H A Devent_inode.c556 const struct file_operations *fops; local
579 const struct file_operations *fops; local
500 lookup_file_dentry(struct dentry *dentry, struct eventfs_inode *ei, int idx, umode_t mode, void *data, const struct file_operations *fops) argument
[all...]
H A Dinode.c635 tracefs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) argument
/linux-master/include/drm/
H A Ddrm_drv.h444 const struct file_operations *fops; member in struct:drm_driver
/linux-master/include/linux/
H A Dblkdev.h151 const struct block_device_operations *fops; member in struct:gendisk
H A Dbpf.h1179 struct ftrace_ops *fops; member in struct:bpf_trampoline

Completed in 318 milliseconds

123456