1SYSFS_CREATE_FILE_NS(9) The Filesystem for Exporting K SYSFS_CREATE_FILE_NS(9)
23
4
NAME
6sysfs_create_file_ns - create an attribute file for an object with
7custom ns
8
SYNOPSIS
10int sysfs_create_file_ns(struct kobject * kobj,
11const struct attribute * attr,
12const void * ns);
13
ARGUMENTS
15kobj
16object we're creating for
1718
attr
19attribute descriptor
2021
ns
22namespace the new file should belong to
23
COPYRIGHT
25Kernel Hackers Manual 3.10 June 2019 SYSFS_CREATE_FILE_NS(9)