Searched refs:subsys_owner (Results 1 – 1 of 1) sorted by relevance
1165 struct module *subsys_owner = NULL, *new_item_owner = NULL; in configfs_mkdir() local1206 subsys_owner = subsys->su_group.cg_item.ci_type->ct_owner; in configfs_mkdir()1207 if (!try_module_get(subsys_owner)) { in configfs_mkdir()1316 module_put(subsys_owner); in configfs_mkdir()1336 struct module *subsys_owner = NULL, *dead_item_owner = NULL; in configfs_rmdir() local1355 subsys_owner = subsys->su_group.cg_item.ci_type->ct_owner; in configfs_rmdir()1422 module_put(subsys_owner); in configfs_rmdir()