Searched refs:_fops (Results 1 – 17 of 17) sorted by relevance
/linux-5.19.10/include/rdma/ |
D | uverbs_types.h | 159 #define UVERBS_TYPE_ALLOC_FD(_obj_size, _destroy_object, _fops, _name, _flags) \ argument 168 .fops = _fops, \
|
/linux-5.19.10/security/apparmor/include/ |
D | apparmorfs.h | 54 #define AA_SFS_FILE_FOPS(_name, _mode, _fops) \ argument 56 .mode = (_mode), .file_ops = (_fops) }
|
/linux-5.19.10/drivers/gpu/drm/i915/gt/ |
D | intel_gt_debugfs.h | 14 static const struct file_operations __name ## _fops = { \
|
/linux-5.19.10/include/linux/ |
D | seq_file.h | 188 static const struct file_operations __name ## _fops = { \ 202 static const struct file_operations __name ## _fops = { \
|
/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/ |
D | debugfs.c | 926 &mwifiex_dfs_##name##_fops); \ 930 static const struct file_operations mwifiex_dfs_##name##_fops = { \ 937 static const struct file_operations mwifiex_dfs_##name##_fops = { \ 943 static const struct file_operations mwifiex_dfs_##name##_fops = { \
|
/linux-5.19.10/drivers/scsi/qla2xxx/ |
D | qla_dfs.c | 63 DEFINE_DEBUGFS_ATTRIBUTE(qla_dfs_rport_##_attr##_fops, \ 80 DEFINE_DEBUGFS_ATTRIBUTE(qla_dfs_rport_field_##_attr##_fops, \ 112 fp, &qla_dfs_rport_field_##_attr##_fops) in qla2x00_dfs_create_rport()
|
/linux-5.19.10/drivers/platform/x86/intel/pmc/ |
D | core.h | 355 static const struct file_operations __name ## _fops = { \
|
/linux-5.19.10/drivers/iommu/ |
D | omap-iommu-debug.c | 232 static const struct file_operations name##_fops = { \
|
/linux-5.19.10/drivers/media/platform/st/sti/hva/ |
D | hva-debugfs.c | 330 &name##_fops)
|
/linux-5.19.10/drivers/block/drbd/ |
D | drbd_debugfs.c | 757 static const struct file_operations device_ ## name ## _fops = { \ 799 &device_ ## name ## _fops); \ in drbd_debugfs_device_attr()
|
/linux-5.19.10/drivers/media/platform/st/sti/bdisp/ |
D | bdisp-debug.c | 632 &name##_fops)
|
/linux-5.19.10/security/apparmor/ |
D | apparmorfs.c | 1033 static const struct file_operations seq_profile_ ##NAME ##_fops = { \ 1135 static const struct file_operations seq_ns_ ##NAME ##_fops = { \ 1211 static const struct file_operations seq_rawdata_ ##NAME ##_fops = { \
|
/linux-5.19.10/drivers/thunderbolt/ |
D | debugfs.c | 38 static const struct file_operations __space ## _fops = { \
|
D | dma_test.c | 388 DEFINE_DEBUGFS_ATTRIBUTE(__fops ## _fops, __fops ## _show, \
|
/linux-5.19.10/net/bluetooth/ |
D | hci_debugfs.c | 70 static const struct file_operations __name ## _fops = { \
|
/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_debugfs.c | 210 static const struct file_operations rvu_dbg_##name##_fops = { \ 220 static const struct file_operations rvu_dbg_##name##_fops = { \
|
/linux-5.19.10/Documentation/cdrom/ |
D | cdrom-standard.rst | 141 operations, *<block-device>_fops*. 988 - Change the 3rd argument of *register_blkdev* from `&<your-drive>_fops`
|