Home
last modified time | relevance | path

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

/linux/mm/
H A Dshmem.c5388 static struct kobject *tmpfs_kobj; variable
5394 tmpfs_kobj = kobject_create_and_add("tmpfs", fs_kobj); in tmpfs_sysfs_init()
5395 if (!tmpfs_kobj) in tmpfs_sysfs_init()
5398 ret = sysfs_create_group(tmpfs_kobj, &tmpfs_attribute_group); in tmpfs_sysfs_init()
5400 kobject_put(tmpfs_kobj); in tmpfs_sysfs_init()