Searched refs:fat_update_time (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | misc.c | 330 int fat_update_time(struct inode *inode, struct timespec64 *now, int flags) in fat_update_time() function 350 EXPORT_SYMBOL_GPL(fat_update_time); variable
|
H A D | fat.h | 449 extern int fat_update_time(struct inode *inode, struct timespec64 *now,
|
H A D | file.c | 563 .update_time = fat_update_time,
|
H A D | namei_msdos.c | 641 .update_time = fat_update_time,
|
H A D | namei_vfat.c | 1036 .update_time = fat_update_time,
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | misc.c | 342 int fat_update_time(struct inode *inode, int flags) in fat_update_time() function 360 EXPORT_SYMBOL_GPL(fat_update_time); variable
|
H A D | file.c | 577 .update_time = fat_update_time,
|
H A D | fat.h | 463 extern int fat_update_time(struct inode *inode, int flags);
|
H A D | namei_msdos.c | 643 .update_time = fat_update_time,
|
H A D | namei_vfat.c | 1186 .update_time = fat_update_time,
|
Completed in 11 milliseconds