Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Ddir.c53 if (exfat_get_entry_type(ep) != TYPE_EXTEND) in exfat_get_uniname_from_ext_entry()
122 type = exfat_get_entry_type(ep); in exfat_readdir()
328 unsigned int exfat_get_entry_type(struct exfat_dentry *ep) in exfat_get_entry_type() function
516 if (exfat_get_entry_type(ep) & TYPE_BENIGN_SEC) in exfat_remove_entries()
848 if (!exfat_validate_entry(exfat_get_entry_type(ep), &mode)) in exfat_get_dentry_set()
1034 entry_type = exfat_get_entry_type(ep); in exfat_find_dir_entry()
1218 entry_type = exfat_get_entry_type(ep); in exfat_count_dir_entries()
H A Dnamei.c643 info->type = exfat_get_entry_type(ep); in exfat_find()
911 type = exfat_get_entry_type(ep); in exfat_check_dir_empty()
1044 if (exfat_get_entry_type(epnew) == TYPE_FILE) { in exfat_rename_file()
1063 if (exfat_get_entry_type(epold) == TYPE_FILE) { in exfat_rename_file()
1104 if (exfat_get_entry_type(epnew) == TYPE_FILE) { in exfat_move_file()
H A Dballoc.c93 type = exfat_get_entry_type(ep); in exfat_load_bitmap()
H A Dexfat_fs.h492 unsigned int exfat_get_entry_type(struct exfat_dentry *p_entry);