Home
last modified time | relevance | path

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

/Linux-v5.10/fs/configfs/
Ddir.c1280 struct module *subsys_owner = NULL, *new_item_owner = NULL; in configfs_mkdir() local
1328 subsys_owner = subsys->su_group.cg_item.ci_type->ct_owner; in configfs_mkdir()
1329 if (!try_module_get(subsys_owner)) { in configfs_mkdir()
1438 module_put(subsys_owner); in configfs_mkdir()
1460 struct module *subsys_owner = NULL, *dead_item_owner = NULL; in configfs_rmdir() local
1479 subsys_owner = subsys->su_group.cg_item.ci_type->ct_owner; in configfs_rmdir()
1558 module_put(subsys_owner); in configfs_rmdir()