Home
last modified time | relevance | path

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

/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.h31 int32 SecondaryType() const { return BackOffset(1); } in SecondaryType() function
206 return PrimaryType() == PT_SHORT && SecondaryType() == ST_ROOT; in IsRootBlock()
213 return PrimaryType() == PT_SHORT && SecondaryType() == ST_DIRECTORY; in IsDirectory()
220 return PrimaryType() == PT_SHORT && SecondaryType() == ST_FILE; in IsFile()
227 return PrimaryType() == PT_LIST && SecondaryType() == ST_FILE; in IsExtensionBlock()
234 return PrimaryType() == PT_SHORT && SecondaryType() == ST_DIRECTORY_LINK; in IsDirectoryLink()
241 return PrimaryType() == PT_SHORT && SecondaryType() == ST_FILE_LINK; in IsFileLink()
248 return PrimaryType() == PT_SHORT && SecondaryType() == ST_SOFT_LINK; in IsSymbolicLink()