Searched refs:_fops (Results 1 – 3 of 3) sorted by relevance
159 #define UVERBS_TYPE_ALLOC_FD(_obj_size, _destroy_object, _fops, _name, _flags) \ argument168 .fops = _fops, \
198 static const struct file_operations __name ## _fops = { \212 static const struct file_operations __name ## _fops = { \226 static const struct file_operations __name ## _fops = { \
2620 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); \