Symbol: file_operations
sys/compat/lindebugfs/lindebugfs.c
215
const struct file_operations *fops)
sys/compat/lindebugfs/lindebugfs.c
250
const struct file_operations *fops,
sys/compat/lindebugfs/lindebugfs.c
270
const struct file_operations *fops)
sys/compat/lindebugfs/lindebugfs.c
279
const struct file_operations *fops,
sys/compat/lindebugfs/lindebugfs.c
280
const struct file_operations *fops_ro,
sys/compat/lindebugfs/lindebugfs.c
281
const struct file_operations *fops_wo)
sys/compat/lindebugfs/lindebugfs.c
745
static const struct file_operations fops_str = {
sys/compat/lindebugfs/lindebugfs.c
752
static const struct file_operations fops_str_ro = {
sys/compat/lindebugfs/lindebugfs.c
758
static const struct file_operations fops_str_wo = {
sys/compat/lindebugfs/lindebugfs.c
795
static const struct file_operations __fops_blob_ro = {
sys/compat/lindebugfs/lindebugfs.c
84
const struct file_operations *dm_fops;
sys/compat/linuxkpi/common/include/linux/anon_inodes.h
38
const struct file_operations *fops, void *priv, int flags __unused)
sys/compat/linuxkpi/common/include/linux/cdev.h
40
struct file_operations;
sys/compat/linuxkpi/common/include/linux/cdev.h
53
const struct file_operations *ops;
sys/compat/linuxkpi/common/include/linux/cdev.h
61
cdev_init(struct linux_cdev *cdev, const struct file_operations *ops)
sys/compat/linuxkpi/common/include/linux/debugfs.h
62
const struct file_operations *fops);
sys/compat/linuxkpi/common/include/linux/debugfs.h
67
const struct file_operations *fops,
sys/compat/linuxkpi/common/include/linux/debugfs.h
72
const struct file_operations *fops);
sys/compat/linuxkpi/common/include/linux/debugfs.h
76
const struct file_operations *fops,
sys/compat/linuxkpi/common/include/linux/debugfs.h
77
const struct file_operations *fops_ro,
sys/compat/linuxkpi/common/include/linux/debugfs.h
78
const struct file_operations *fops_wo);
sys/compat/linuxkpi/common/include/linux/file.h
161
alloc_file(int mode, const struct file_operations *fops)
sys/compat/linuxkpi/common/include/linux/fs.h
194
const struct file_operations *fops);
sys/compat/linuxkpi/common/include/linux/fs.h
197
const struct file_operations *fops, uid_t uid,
sys/compat/linuxkpi/common/include/linux/fs.h
211
const struct file_operations *fops)
sys/compat/linuxkpi/common/include/linux/fs.h
219
const struct file_operations *fops, uid_t uid, gid_t gid, int mode)
sys/compat/linuxkpi/common/include/linux/fs.h
394
static const struct file_operations __fops = { \
sys/compat/linuxkpi/common/include/linux/fs.h
70
struct file_operations;
sys/compat/linuxkpi/common/include/linux/fs.h
85
const struct file_operations *f_op;
sys/compat/linuxkpi/common/include/linux/miscdevice.h
40
const struct file_operations *fops;
sys/compat/linuxkpi/common/include/linux/seq_file.h
50
static const struct file_operations __name ## _fops = { \
sys/compat/linuxkpi/common/include/linux/seq_file.h
64
static const struct file_operations __name ## _fops = { \
sys/compat/linuxkpi/common/src/linux_compat.c
1188
const struct file_operations *fop;
sys/compat/linuxkpi/common/src/linux_compat.c
1265
linux_file_mmap_single(struct file *fp, const struct file_operations *fop,
sys/compat/linuxkpi/common/src/linux_compat.c
1430
const struct file_operations *fop;
sys/compat/linuxkpi/common/src/linux_compat.c
1472
const struct file_operations *fop;
sys/compat/linuxkpi/common/src/linux_compat.c
1515
const struct file_operations *fop;
sys/compat/linuxkpi/common/src/linux_compat.c
1538
const struct file_operations *fop;
sys/compat/linuxkpi/common/src/linux_compat.c
1580
const struct file_operations *fop;
sys/compat/linuxkpi/common/src/linux_compat.c
1640
vm_ooffset_t *foff, const struct file_operations *fop, vm_object_t *objp)
sys/compat/linuxkpi/common/src/linux_compat.c
1662
const struct file_operations *fop;
sys/compat/linuxkpi/common/src/linux_compat.c
2664
const struct file_operations *fops)
sys/compat/linuxkpi/common/src/linux_compat.c
2685
const struct file_operations *fops, uid_t uid,
sys/compat/linuxkpi/common/src/linux_compat.c
677
static struct file_operations dummy_ldev_ops = {
sys/compat/linuxkpi/common/src/linux_compat.c
689
linux_get_fop(struct linux_file *filp, const struct file_operations **fop,
sys/compat/linuxkpi/common/src/linux_compat.c
749
const struct file_operations *fop;
sys/compat/linuxkpi/common/src/linux_compat.c
918
const struct file_operations *fop, u_long cmd, caddr_t data,
sys/dev/drm2/drm_drv.c
248
static const struct file_operations drm_stub_fops = {
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
2503
static const struct file_operations devx_async_cmd_event_fops = {
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
2618
static const struct file_operations devx_async_event_fops = {
sys/ofed/drivers/infiniband/core/ib_ucm.c
1214
static const struct file_operations ucm_fops = {
sys/ofed/drivers/infiniband/core/ib_ucma.c
1741
static const struct file_operations ucma_fops = {
sys/ofed/drivers/infiniband/core/ib_user_mad.c
1014
static const struct file_operations umad_fops = {
sys/ofed/drivers/infiniband/core/ib_user_mad.c
1095
static const struct file_operations umad_sm_fops = {
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
335
const struct file_operations uverbs_event_fops = {
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
344
const struct file_operations uverbs_async_event_fops = {
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
918
static const struct file_operations uverbs_fops = {
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
928
static const struct file_operations uverbs_mmap_fops = {
sys/ofed/drivers/infiniband/core/uverbs.h
219
extern const struct file_operations uverbs_event_fops;
sys/ofed/drivers/infiniband/core/uverbs.h
220
extern const struct file_operations uverbs_async_event_fops;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_fs.c
150
static const struct file_operations ipoib_mcg_fops = {
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_fs.c
256
static const struct file_operations ipoib_path_fops = {
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_fs.c
39
struct file_operations;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_proc.c
196
static struct file_operations sdp_seq_fops;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_proc.c
340
static struct file_operations sdpstats_fops = {
sys/ofed/drivers/infiniband/ulp/sdp/sdp_proc.c
445
static struct file_operations sdpprf_fops = {
sys/ofed/drivers/infiniband/ulp/sdp/sdp_proc.c
49
struct file_operations *seq_fops;
sys/ofed/include/rdma/uverbs_types.h
174
const struct file_operations *fops;