Searched refs:ecryptfs_kobj (Results 1 – 1 of 1) sorted by relevance
761 static struct kobject *ecryptfs_kobj; variable784 ecryptfs_kobj = kobject_create_and_add("ecryptfs", fs_kobj); in do_sysfs_registration()785 if (!ecryptfs_kobj) { in do_sysfs_registration()790 rc = sysfs_create_group(ecryptfs_kobj, &attr_group); in do_sysfs_registration()794 kobject_put(ecryptfs_kobj); in do_sysfs_registration()802 sysfs_remove_group(ecryptfs_kobj, &attr_group); in do_sysfs_unregistration()803 kobject_put(ecryptfs_kobj); in do_sysfs_unregistration()