Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Defs_vh.h46 #define IS_EFS(x) (((x) == SGI_EFS) || ((x) == SGI_SYSV)) macro
/linux-4.19.296/fs/efs/
Dsuper.c221 if (IS_EFS(pt_type)) { in module_exit()