Searched refs:exfat_remove_entries (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/exfat/ |
D | namei.c | 797 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()
|
D | exfat_fs.h | 496 void exfat_remove_entries(struct inode *inode, struct exfat_entry_set_cache *es,
|
D | dir.c | 525 void exfat_remove_entries(struct inode *inode, struct exfat_entry_set_cache *es, in exfat_remove_entries() function
|