Searched refs:ReadOnlyFeatures (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.h94 { return (fSuperBlock.ReadOnlyFeatures()
101 { return (fSuperBlock.ReadOnlyFeatures()
111 { return (fSuperBlock.ReadOnlyFeatures()
H A DVolume.cpp157 fSuperBlock.ReadOnlyFeatures());
421 uint32 unsupported = superBlock.ReadOnlyFeatures() & ~supportedReadOnly;
561 if ((fSuperBlock.ReadOnlyFeatures()
565 fSuperBlock.SetReadOnlyFeatures(fSuperBlock.ReadOnlyFeatures()
575 if ((fSuperBlock.ReadOnlyFeatures()
579 fSuperBlock.SetReadOnlyFeatures(fSuperBlock.ReadOnlyFeatures()
H A Dext2.h136 uint32 ReadOnlyFeatures() const function in struct:ext2_super_block

Completed in 51 milliseconds