Searched refs:ecryptfs_kobj (Results 1 – 1 of 1) sorted by relevance
769 static struct kobject *ecryptfs_kobj; variable792 ecryptfs_kobj = kobject_create_and_add("ecryptfs", fs_kobj); in do_sysfs_registration()793 if (!ecryptfs_kobj) { in do_sysfs_registration()798 rc = sysfs_create_group(ecryptfs_kobj, &attr_group); in do_sysfs_registration()802 kobject_put(ecryptfs_kobj); in do_sysfs_registration()810 sysfs_remove_group(ecryptfs_kobj, &attr_group); in do_sysfs_unregistration()811 kobject_put(ecryptfs_kobj); in do_sysfs_unregistration()