Lines Matching full:fops
1354 #define fops_get(fops) \1355 (((fops) && try_module_get((fops)->owner) ? (fops) : NULL))1356 #define fops_put(fops) \1357 do { if (fops) module_put((fops)->owner); } while(0)