Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Ddir.c54 if (exfat_get_entry_type(ep) != TYPE_EXTEND) in exfat_get_uniname_from_ext_entry()
123 type = exfat_get_entry_type(ep); in exfat_readdir()
330 unsigned int exfat_get_entry_type(struct exfat_dentry *ep) in exfat_get_entry_type() function
518 if (exfat_get_entry_type(ep) & TYPE_BENIGN_SEC) in exfat_remove_entries()
855 if (!exfat_validate_entry(exfat_get_entry_type(ep), &mode)) in exfat_get_dentry_set()
1041 entry_type = exfat_get_entry_type(ep); in exfat_find_dir_entry()
1225 entry_type = exfat_get_entry_type(ep); in exfat_count_dir_entries()
1277 type = exfat_get_entry_type(ep); in exfat_get_volume_label_dentry()
H A Dnamei.c643 info->type = exfat_get_entry_type(ep); in exfat_find()
915 type = exfat_get_entry_type(ep); in exfat_check_dir_empty()
1048 if (exfat_get_entry_type(epnew) == TYPE_FILE) { in exfat_rename_file()
1067 if (exfat_get_entry_type(epold) == TYPE_FILE) { in exfat_rename_file()
1108 if (exfat_get_entry_type(epnew) == TYPE_FILE) { in exfat_move_file()
H A Dnls.c759 type = exfat_get_entry_type(ep); in exfat_create_upcase_table()
H A Dballoc.c153 type = exfat_get_entry_type(ep); in exfat_load_bitmap()
H A Dexfat_fs.h494 unsigned int exfat_get_entry_type(struct exfat_dentry *p_entry);