Home
last modified time | relevance | path

Searched refs:TYPE_EXTEND (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/exfat/
H A Ddir.c52 if (exfat_get_entry_type(ep) != TYPE_EXTEND) in exfat_get_uniname_from_ext_entry()
372 return TYPE_EXTEND; in exfat_get_entry_type()
388 } else if (type == TYPE_EXTEND) { in exfat_set_entry_type()
421 exfat_set_entry_type(ep, TYPE_EXTEND); in exfat_init_name_entry()
771 if (type != TYPE_EXTEND) in exfat_validate_entry()
778 if (type != TYPE_EXTEND) { in exfat_validate_entry()
785 if (type == TYPE_EXTEND || type == TYPE_STREAM) in exfat_validate_entry()
1046 if (entry_type == TYPE_EXTEND) { in exfat_find_dir_entry()
1163 if (type == TYPE_EXTEND || type == TYPE_STREAM) in exfat_count_ext_entries()
H A Dexfat_fs.h59 #define TYPE_EXTEND 0x0202 macro
/kernel/linux/linux-6.6/fs/exfat/
H A Ddir.c53 if (exfat_get_entry_type(ep) != TYPE_EXTEND) in exfat_get_uniname_from_ext_entry()
381 return TYPE_EXTEND; in exfat_get_entry_type()
403 } else if (type == TYPE_EXTEND) { in exfat_set_entry_type()
436 exfat_set_entry_type(ep, TYPE_EXTEND); in exfat_init_name_entry()
804 if (type != TYPE_EXTEND) in exfat_validate_entry()
811 else if (type != TYPE_EXTEND) in exfat_validate_entry()
1081 if (entry_type == TYPE_EXTEND) { in exfat_find_dir_entry()
H A Dexfat_fs.h67 #define TYPE_EXTEND 0x0202 macro

Completed in 6 milliseconds