Searched refs:ecryptfs_kobj (Results 1 – 1 of 1) sorted by relevance
767 static struct kobject *ecryptfs_kobj; variable790 ecryptfs_kobj = kobject_create_and_add("ecryptfs", fs_kobj); in do_sysfs_registration()791 if (!ecryptfs_kobj) { in do_sysfs_registration()796 rc = sysfs_create_group(ecryptfs_kobj, &attr_group); in do_sysfs_registration()800 kobject_put(ecryptfs_kobj); in do_sysfs_registration()808 sysfs_remove_group(ecryptfs_kobj, &attr_group); in do_sysfs_unregistration()809 kobject_put(ecryptfs_kobj); in do_sysfs_unregistration()