Home
last modified time | relevance | path

Searched refs:exfat_remove_entries (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/exfat/
Dnamei.c797 exfat_remove_entries(inode, &es, ES_IDX_FILE); in exfat_unlink()
958 exfat_remove_entries(inode, &es, ES_IDX_FILE); in exfat_rmdir()
1037 exfat_remove_entries(inode, &old_es, ES_IDX_FILE); in exfat_rename_file()
1046 exfat_remove_entries(inode, &old_es, ES_IDX_FIRST_FILENAME + 1); in exfat_rename_file()
1094 exfat_remove_entries(inode, &mov_es, ES_IDX_FILE); in exfat_move_file()
1208 exfat_remove_entries(new_inode, &es, ES_IDX_FILE); in __exfat_rename()
Dexfat_fs.h496 void exfat_remove_entries(struct inode *inode, struct exfat_entry_set_cache *es,
Ddir.c525 void exfat_remove_entries(struct inode *inode, struct exfat_entry_set_cache *es, in exfat_remove_entries() function