Searched refs:ecryptfs_kobj (Results 1 – 1 of 1) sorted by relevance
759 static struct kobject *ecryptfs_kobj; variable782 ecryptfs_kobj = kobject_create_and_add("ecryptfs", fs_kobj); in do_sysfs_registration()783 if (!ecryptfs_kobj) { in do_sysfs_registration()788 rc = sysfs_create_group(ecryptfs_kobj, &attr_group); in do_sysfs_registration()792 kobject_put(ecryptfs_kobj); in do_sysfs_registration()800 sysfs_remove_group(ecryptfs_kobj, &attr_group); in do_sysfs_unregistration()801 kobject_put(ecryptfs_kobj); in do_sysfs_unregistration()