Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fat/
H A Dfat.h335 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.c366 cluster = fat_alloc_new_dir(dir, &ts); in msdos_mkdir()
H A Dnamei_vfat.c860 cluster = fat_alloc_new_dir(dir, &ts); in vfat_mkdir()