Searched refs:__fat_remove_entries (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | dir.c | 994 static int __fat_remove_entries(struct inode *dir, loff_t pos, int nr_slots) in __fat_remove_entries() function 1064 err = __fat_remove_entries(dir, sinfo->slot_off, nr_slots); in fat_remove_entries() 1411 __fat_remove_entries(dir, pos, free_slots); in fat_add_entries()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | dir.c | 994 static int __fat_remove_entries(struct inode *dir, loff_t pos, int nr_slots) in __fat_remove_entries() function 1064 err = __fat_remove_entries(dir, sinfo->slot_off, nr_slots); in fat_remove_entries() 1411 __fat_remove_entries(dir, pos, free_slots); in fat_add_entries()
|
Completed in 4 milliseconds