Home
last modified time | relevance | path

Searched refs:fat_alloc_new_dir (Results 1 – 4 of 4) sorted by relevance

/linux/fs/fat/
H A Dfat.h339 extern int fat_alloc_new_dir(struct inode *dir, struct timespec64 *ts);
H A Ddir.c1145 int fat_alloc_new_dir(struct inode *dir, struct timespec64 *ts) in fat_alloc_new_dir() function
1208 EXPORT_SYMBOL_GPL(fat_alloc_new_dir);
H A Dnamei_msdos.c367 cluster = fat_alloc_new_dir(dir, &ts); in msdos_mkdir()
H A Dnamei_vfat.c856 cluster = fat_alloc_new_dir(dir, &ts); in vfat_mkdir()