Searched refs:IsMcbRoot (Results 1 – 3 of 3) sorted by relevance
287 #define IsRoot(Fcb) IsMcbRoot((Fcb)->Mcb)965 #define IsMcbRoot(Mcb) ((Mcb)->Inode.i_ino == EXT2_ROOT_INO) macro
1642 if (IsMcbRoot(Parent)) { in Ext2SearchMcbWithoutLock()3013 if (Mcb->Fcb == NULL && !IsMcbRoot(Mcb) &&
483 if (IsMcbRoot(Parent)) { in Ext2LookupFile()