Searched refs:ecryptfs_kobj (Results 1 – 1 of 1) sorted by relevance
766 static struct kobject *ecryptfs_kobj; variable789 ecryptfs_kobj = kobject_create_and_add("ecryptfs", fs_kobj); in do_sysfs_registration()790 if (!ecryptfs_kobj) { in do_sysfs_registration()795 rc = sysfs_create_group(ecryptfs_kobj, &attr_group); in do_sysfs_registration()799 kobject_put(ecryptfs_kobj); in do_sysfs_registration()807 sysfs_remove_group(ecryptfs_kobj, &attr_group); in do_sysfs_unregistration()808 kobject_put(ecryptfs_kobj); in do_sysfs_unregistration()