Home | History | Annotate | Download | only in util

Lines Matching full:debugfs

2 #include "debugfs.h"
22 /* construct a full path to a debugfs element */
42 /* find the path to the mounted debugfs */
71 if (strcmp(type, "debugfs") == 0)
76 if (strcmp(type, "debugfs") != 0)
84 /* verify that a mountpoint is actually a debugfs instance */
86 int debugfs_valid_mountpoint(const char *debugfs)
92 if (statfs(debugfs, &st_fs) < 0)
113 /* mount the debugfs somewhere if it's not mounted */
134 if (mount(NULL, mountpoint, "debugfs", 0, NULL) < 0)
148 /* umount the debugfs */
186 /* open the debugfs entry */
211 * read a debugfs entry
228 /* open the debugfs entry */