Home
last modified time | relevance | path

Searched refs:tmpfs_kobj (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/mm/
H A Dshmem.c5381 static struct kobject *tmpfs_kobj; variable
5387 tmpfs_kobj = kobject_create_and_add("tmpfs", fs_kobj); in tmpfs_sysfs_init()
5388 if (!tmpfs_kobj) in tmpfs_sysfs_init()
5391 ret = sysfs_create_group(tmpfs_kobj, &tmpfs_attribute_group); in tmpfs_sysfs_init()
5393 kobject_put(tmpfs_kobj); in tmpfs_sysfs_init()