Home
last modified time | relevance | path

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

/include/rdma/
Duverbs_types.h159 #define UVERBS_TYPE_ALLOC_FD(_obj_size, _destroy_object, _fops, _name, _flags) \ argument
168 .fops = _fops, \
/include/linux/
Dseq_file.h198 static const struct file_operations __name ## _fops = { \
212 static const struct file_operations __name ## _fops = { \
226 static const struct file_operations __name ## _fops = { \
Dfs.h2620 const struct file_operations *_fops = (fops); \
2621 (((_fops) && try_module_get((_fops)->owner) ? (_fops) : NULL)); \
2625 const struct file_operations *_fops = (fops); \
2626 if (_fops) \
2627 module_put((_fops)->owner); \