Searched refs:fuse_kobj (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/fuse/
H A Dinode.c2065 static struct kobject *fuse_kobj; variable in typeref:struct:kobject
2071 fuse_kobj = kobject_create_and_add("fuse", fs_kobj);
2072 if (!fuse_kobj) {
2077 err = sysfs_create_mount_point(fuse_kobj, "connections");
2084 kobject_put(fuse_kobj);
2091 sysfs_remove_mount_point(fuse_kobj, "connections");
2092 kobject_put(fuse_kobj);

Completed in 119 milliseconds