Searched refs:_fops (Results 1 – 3 of 3) sorted by relevance
192 #define UVERBS_TYPE_ALLOC_FD(_obj_size, _destroy_object, _fops, _name, _flags) \ argument201 .fops = _fops, \
199 static const struct file_operations __name ## _fops = { \213 static const struct file_operations __name ## _fops = { \227 static const struct file_operations __name ## _fops = { \
2745 const struct file_operations *_fops = (fops); \2746 (((_fops) && try_module_get((_fops)->owner) ? (_fops) : NULL)); \2750 const struct file_operations *_fops = (fops); \2751 if (_fops) \2752 module_put((_fops)->owner); \
Completed in 24 milliseconds