Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Dfat.h336 extern int fat_alloc_new_dir(struct inode *dir, struct timespec64 *ts);
H A Ddir.c1133 int fat_alloc_new_dir(struct inode *dir, struct timespec64 *ts) in fat_alloc_new_dir() function
1196 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.c859 cluster = fat_alloc_new_dir(dir, &ts); in vfat_mkdir()