Searched refs:debugfs_mountpoint (Results 1 – 1 of 1) sorted by relevance
6 static char debugfs_mountpoint[MAX_PATH+1]; variable27 if (strlen(debugfs_mountpoint) == 0) { in debugfs_make_path()32 len = strlen(debugfs_mountpoint) + strlen(element) + 1; in debugfs_make_path()36 snprintf(buffer, size-1, "%s/%s", debugfs_mountpoint, element); in debugfs_make_path()50 return (const char *) debugfs_mountpoint; in debugfs_find_mountpoint()56 strcpy(debugfs_mountpoint, *ptr); in debugfs_find_mountpoint()57 return debugfs_mountpoint; in debugfs_find_mountpoint()70 debugfs_mountpoint, type) == 2) { in debugfs_find_mountpoint()81 return debugfs_mountpoint; in debugfs_find_mountpoint()122 return debugfs_mountpoint; in debugfs_mount()[all …]