Home
last modified time | relevance | path

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

/include/rdma/
A Duverbs_types.h192 #define UVERBS_TYPE_ALLOC_FD(_obj_size, _destroy_object, _fops, _name, _flags) \ argument
201 .fops = _fops, \
/include/linux/
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 = { \
A Dfs.h2745 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