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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp240 switch (_IcbTag().descriptor_flags()) {
286 _IcbTag().descriptor_flags()));
319 switch (_IcbTag().descriptor_flags()) {
355 _IcbTag().descriptor_flags()));
478 switch (_IcbTag().descriptor_flags()) {
H A DUdfStructures.cpp1025 uint16 descriptor_flags:3,
1111 switch (icb_tag().descriptor_flags()) {
1190 switch (icb_tag().descriptor_flags()) {
H A DUdfStructures.h1838 /*! \brief idb_entry_tag::_flags::descriptor_flags() values
1870 uint16 descriptor_flags:3, member in struct:icb_entry_tag::flags_accessor::__anon10
1905 uint8 descriptor_flags() const { function in struct:icb_entry_tag
1908 return f.flags.descriptor_flags;
1913 f.flags.descriptor_flags = value;

Completed in 53 milliseconds