Home
last modified time | relevance | path

Searched refs:check_part (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/debian/overlay/usr/bin/
H A Dmount-helper50 check_part
H A Ddisk-helper389 check_part() function
/OK3568_Linux_fs/external/rkscript/
H A Dmount-helper50 check_part
H A Ddisk-helper399 check_part() function
/OK3568_Linux_fs/kernel/block/partitions/
H A Dcore.c15 static int (*check_part[])(struct parsed_partitions *) = { variable
138 while (!res && check_part[i]) { in check_partition()
140 res = check_part[i++](state); in check_partition()