fat_remove_entries 1083 fs/fat/dir.c   EXPORT_SYMBOL_GPL(fat_remove_entries);
fat_remove_entries  338 fs/fat/fat.h   extern int fat_remove_entries(struct inode *dir, struct fat_slot_info *sinfo);
fat_remove_entries  325 fs/fat/namei_msdos.c 	err = fat_remove_entries(dir, &sinfo);	/* and releases bh */
fat_remove_entries  413 fs/fat/namei_msdos.c 	err = fat_remove_entries(dir, &sinfo);	/* and releases bh */
fat_remove_entries  537 fs/fat/namei_msdos.c 	err = fat_remove_entries(old_dir, &old_sinfo);	/* and releases bh */
fat_remove_entries  582 fs/fat/namei_msdos.c 		int err2 = fat_remove_entries(new_dir, &sinfo);
fat_remove_entries  808 fs/fat/namei_vfat.c 	err = fat_remove_entries(dir, &sinfo);	/* and releases bh */
fat_remove_entries  836 fs/fat/namei_vfat.c 	err = fat_remove_entries(dir, &sinfo);	/* and releases bh */
fat_remove_entries  968 fs/fat/namei_vfat.c 	err = fat_remove_entries(old_dir, &old_sinfo);	/* and releases bh */
fat_remove_entries 1014 fs/fat/namei_vfat.c 		int err2 = fat_remove_entries(new_dir, &sinfo);