Lines Matching refs:can
6 debugfs has no rules at all. Developers can put any information they want
20 options can be used.
33 dentry pointer which can be used to create files in the directory (and to
50 operations should be provided; others can be included as needed. Again,
54 Create a file with an initial size, the following function can be used
67 for simple situations. Files containing a single integer value can be
82 the following functions can be used instead:
94 value to be exported. Some types can have different widths on different
105 Boolean values can be placed in debugfs with:
114 Also, atomic_t values can be placed in debugfs with:
137 can be used to export binary information, but there does not appear to be
169 If you want to dump an u32 array in debugfs, you can create file with:
177 size can not be changed.
205 Symbolic links can be created with debugfs_create_symlink().
211 So all debugfs users - at least those which can be built as modules - must
213 can be removed with:
217 The dentry value can be NULL, in which case nothing will be removed.
222 can call: