Searched refs:_fops (Results 1 – 15 of 15) sorted by relevance
170 #define UVERBS_TYPE_ALLOC_FD(_obj_size, _context_closed, _fops, _name, _flags)\ argument179 .fops = _fops, \
54 #define AA_SFS_FILE_FOPS(_name, _mode, _fops) \ argument56 .mode = (_mode), .file_ops = (_fops) }
14 static const struct file_operations name##_fops = { \
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 = { \
155 static const struct file_operations __name ## _fops = { \
229 static const struct file_operations name##_fops = { \
330 &name##_fops)
299 static const struct file_operations __prefix ## _fops = { \
112 static const struct file_operations __prefix ## _fops = { \
1198 static const struct file_operations __prefix ## _fops = { \
757 static const struct file_operations device_ ## name ## _fops = { \799 &device_ ## name ## _fops); \ in drbd_debugfs_device_attr()
1035 static const struct file_operations seq_profile_ ##NAME ##_fops = { \1137 static const struct file_operations seq_ns_ ##NAME ##_fops = { \1213 static const struct file_operations seq_rawdata_ ##NAME ##_fops = { \
632 &name##_fops)
68 static const struct file_operations __name ## _fops = { \
141 operations, *<block-device>_fops*.1003 - Change the 3rd argument of *register_blkdev* from `&<your-drive>_fops`