Searched refs:fuse_kobj (Results 1 – 1 of 1) sorted by relevance
1916 static struct kobject *fuse_kobj; variable1922 fuse_kobj = kobject_create_and_add("fuse", fs_kobj); in fuse_sysfs_init()1923 if (!fuse_kobj) { in fuse_sysfs_init()1928 err = sysfs_create_mount_point(fuse_kobj, "connections"); in fuse_sysfs_init()1935 kobject_put(fuse_kobj); in fuse_sysfs_init()1942 sysfs_remove_mount_point(fuse_kobj, "connections"); in fuse_sysfs_cleanup()1943 kobject_put(fuse_kobj); in fuse_sysfs_cleanup()