Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Defs_vh.h46 #define IS_EFS(x) (((x) == SGI_EFS) || ((x) == SGI_SYSV)) macro
/OK3568_Linux_fs/kernel/fs/efs/
H A Dsuper.c216 if (IS_EFS(pt_type)) { in module_exit()