Home
last modified time | relevance | path

Searched refs:token (Results 1 – 2 of 2) sorted by relevance

/fs/ext4/
A Dext4_common.c702 char *token = strtok(dirname, "/"); in find_dir_depth() local
704 while (token != NULL) { in find_dir_depth()
705 token = strtok(NULL, "/"); in find_dir_depth()
718 char *token = strtok(dirname, "/"); in parse_path() local
728 while (token != NULL) { in parse_path()
729 arr[i] = zalloc(strlen(token) + 1); in parse_path()
732 memcpy(arr[i++], token, strlen(token)); in parse_path()
733 token = strtok(NULL, "/"); in parse_path()
/fs/ubifs/
A Dsuper.c1174 int token; in ubifs_parse_options() local
1179 token = match_token(p, tokens, args); in ubifs_parse_options()
1180 switch (token) { in ubifs_parse_options()

Completed in 9 milliseconds