| /linux-6.15/security/apparmor/include/ |
| H A D | apparmorfs.h | 54 #define AA_SFS_FILE_FOPS(_name, _mode, _fops) \ argument 56 .mode = (_mode), .file_ops = (_fops) }
|
| /linux-6.15/include/rdma/ |
| H A D | uverbs_types.h | 192 #define UVERBS_TYPE_ALLOC_FD(_obj_size, _destroy_object, _fops, _name, _flags) \ argument 201 .fops = _fops, \
|
| /linux-6.15/include/linux/ |
| H A D | seq_file.h | 199 static const struct file_operations __name ## _fops = { \ 213 static const struct file_operations __name ## _fops = { \ 227 static const struct file_operations __name ## _fops = { \
|
| H A D | fs.h | 2681 const struct file_operations *_fops = (fops); \ 2682 (((_fops) && try_module_get((_fops)->owner) ? (_fops) : NULL)); \ 2686 const struct file_operations *_fops = (fops); \ 2687 if (_fops) \ 2688 module_put((_fops)->owner); \
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_gt_sriov_pf_debugfs.c | 141 DEFINE_DEBUGFS_ATTRIBUTE(POLICY##_fops, POLICY##_get, POLICY##_set, FORMAT) 206 DEFINE_DEBUGFS_ATTRIBUTE(CONFIG##_fops, CONFIG##_get, CONFIG##_set, FORMAT) 273 DEFINE_DEBUGFS_ATTRIBUTE(THRESHOLD##_fops, THRESHOLD##_get, THRESHOLD##_set, "%llu\n") 307 &NAME##_fops); in MAKE_XE_GUC_KLV_THRESHOLDS_SET()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | debugfs.c | 22 static const struct file_operations field##_fops = { \ 32 static const struct file_operations field##_fops = { \
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_debugfs.h | 14 static const struct file_operations __name ## _fops = { \
|
| /linux-6.15/drivers/scsi/qla2xxx/ |
| H A 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() 628 &qla_dfs_##_name##_fops); \ 643 &qla_dfs_##_name##_fops) \
|
| /linux-6.15/drivers/net/wireless/marvell/mwifiex/ |
| H A D | debugfs.c | 914 &mwifiex_dfs_##name##_fops); \ 918 static const struct file_operations mwifiex_dfs_##name##_fops = { \ 925 static const struct file_operations mwifiex_dfs_##name##_fops = { \ 931 static const struct file_operations mwifiex_dfs_##name##_fops = { \
|
| /linux-6.15/drivers/iommu/ |
| H A D | omap-iommu-debug.c | 232 static const struct file_operations name##_fops = { \
|
| /linux-6.15/drivers/pci/controller/dwc/ |
| H A D | pcie-designware-debugfs.c | 514 &dbg_ ## name ## _fops) 517 static const struct file_operations dbg_ ## name ## _fops = { \
|
| /linux-6.15/drivers/platform/x86/intel/pmc/ |
| H A D | core.h | 529 static const struct file_operations __name ## _fops = { \
|
| /linux-6.15/drivers/media/platform/st/sti/hva/ |
| H A D | hva-debugfs.c | 330 &name##_fops)
|
| /linux-6.15/drivers/block/drbd/ |
| H A D | drbd_debugfs.c | 757 static const struct file_operations device_ ## name ## _fops = { \ 799 &device_ ## name ## _fops); \ in drbd_debugfs_device_attr()
|
| /linux-6.15/drivers/media/platform/st/sti/bdisp/ |
| H A D | bdisp-debug.c | 632 &name##_fops)
|
| /linux-6.15/security/apparmor/ |
| H A D | apparmorfs.c | 1040 static const struct file_operations seq_profile_ ##NAME ##_fops = { \ 1142 static const struct file_operations seq_ns_ ##NAME ##_fops = { \ 1232 static const struct file_operations seq_rawdata_ ##NAME ##_fops = { \
|
| /linux-6.15/drivers/thunderbolt/ |
| H A D | dma_test.c | 388 DEFINE_DEBUGFS_ATTRIBUTE(__fops ## _fops, __fops ## _show, \
|
| H A D | debugfs.c | 109 static const struct file_operations __space ## _fops = { \
|
| /linux-6.15/drivers/media/v4l2-core/ |
| H A D | v4l2-dv-timings.c | 1219 static const struct file_operations infoframe_##type##_fops = { \
|
| /linux-6.15/net/bluetooth/ |
| H A D | hci_debugfs.c | 70 static const struct file_operations __name ## _fops = { \
|
| /linux-6.15/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 141 operations, *<block-device>_fops*. 988 - Change the 3rd argument of *register_blkdev* from `&<your-drive>_fops`
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_debugfs.c | 182 static const struct file_operations rvu_dbg_##name##_fops = { \ 192 static const struct file_operations rvu_dbg_##name##_fops = { \
|