Searched refs:CMD_DEBUGFS_DIR (Results 1 – 2 of 2) sorted by relevance
12 #define CMD_DEBUGFS_DIR "--debugfs-dir=" macro
170 } else if (!prefixcmp(cmd, CMD_DEBUGFS_DIR)) { in handle_options()171 strncpy(debugfs_mntpt, cmd + strlen(CMD_DEBUGFS_DIR), MAXPATHLEN); in handle_options()