Lines Matching refs:be
11 to be maintained forever.
20 options can be used.
25 of business will be to create at least one directory to hold a set of
31 indicated parent directory. If parent is NULL, the directory will be
33 dentry pointer which can be used to create files in the directory (and to
47 should hold the file, data will be stored in the i_private field of the
50 operations should be provided; others can be included as needed. Again,
51 the return value will be a dentry pointer to the created file, NULL for
56 for simple situations. Files containing a single integer value can be
69 file should not be written to, simply set the mode bits accordingly. The
71 the following functions can be used instead:
83 value to be exported. Some types can have different widths on different
91 As might be expected, this function will create a debugfs file to represent
94 Boolean values can be placed in debugfs with:
101 lower-case values, or 1 or 0. Any other input will be silently ignored.
118 can be used to export binary information, but there does not appear to be
146 The "base" argument may be 0, but you may want to build the reg32 array
165 Symbolic links can be created with debugfs_create_symlink().
170 will be a lot of stale pointers and no end of highly antisocial behavior.
171 So all debugfs users - at least those which can be built as modules - must
172 be prepared to remove all files and directories they create there. A file
173 can be removed with:
177 The dentry value can be NULL, in which case nothing will be removed.
180 pointer for every debugfs file they created so that all files could be
187 top-level directory, the entire hierarchy below that directory will be