Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Defs_vh.h13 #define NPARTAB 16 /* 16 unix partitions */ macro
37 struct partition_table vh_pt[NPARTAB]; /* device partition layout */
/linux-4.1.27/fs/efs/
Dsuper.c206 for(i = 0; i < NPARTAB; i++) { in module_exit()