1SYSFS_CREATE_FILE_NS(9) The Filesystem for Exporting K SYSFS_CREATE_FILE_NS(9)
2
3
4

NAME

6       sysfs_create_file_ns - create an attribute file for an object with
7       custom ns
8

SYNOPSIS

10       int sysfs_create_file_ns(struct kobject * kobj,
11                                const struct attribute * attr,
12                                const void * ns);
13

ARGUMENTS

15       kobj
16           object we're creating for
17
18       attr
19           attribute descriptor
20
21       ns
22           namespace the new file should belong to
23
25Kernel Hackers Manual 3.10         June 2019           SYSFS_CREATE_FILE_NS(9)
Impressum