Home
last modified time | relevance | path

Searched refs:_fops (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/security/apparmor/include/
H A Dapparmorfs.h54 #define AA_SFS_FILE_FOPS(_name, _mode, _fops) \ argument
56 .mode = (_mode), .file_ops = (_fops) }
/linux-6.15/include/rdma/
H A Duverbs_types.h192 #define UVERBS_TYPE_ALLOC_FD(_obj_size, _destroy_object, _fops, _name, _flags) \ argument
201 .fops = _fops, \
/linux-6.15/include/linux/
H A Dseq_file.h199 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 Dfs.h2681 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 Dxe_gt_sriov_pf_debugfs.c141 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 Ddebugfs.c22 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 Dintel_gt_debugfs.h14 static const struct file_operations __name ## _fops = { \
/linux-6.15/drivers/scsi/qla2xxx/
H A Dqla_dfs.c63 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 Ddebugfs.c914 &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 Domap-iommu-debug.c232 static const struct file_operations name##_fops = { \
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-designware-debugfs.c514 &dbg_ ## name ## _fops)
517 static const struct file_operations dbg_ ## name ## _fops = { \
/linux-6.15/drivers/platform/x86/intel/pmc/
H A Dcore.h529 static const struct file_operations __name ## _fops = { \
/linux-6.15/drivers/media/platform/st/sti/hva/
H A Dhva-debugfs.c330 &name##_fops)
/linux-6.15/drivers/block/drbd/
H A Ddrbd_debugfs.c757 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 Dbdisp-debug.c632 &name##_fops)
/linux-6.15/security/apparmor/
H A Dapparmorfs.c1040 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 Ddma_test.c388 DEFINE_DEBUGFS_ATTRIBUTE(__fops ## _fops, __fops ## _show, \
H A Ddebugfs.c109 static const struct file_operations __space ## _fops = { \
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c1219 static const struct file_operations infoframe_##type##_fops = { \
/linux-6.15/net/bluetooth/
H A Dhci_debugfs.c70 static const struct file_operations __name ## _fops = { \
/linux-6.15/Documentation/cdrom/
H A Dcdrom-standard.rst141 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 Drvu_debugfs.c182 static const struct file_operations rvu_dbg_##name##_fops = { \
192 static const struct file_operations rvu_dbg_##name##_fops = { \