Searched refs:timestamp_t (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/exfat/ |
D | exfat.h | 306 struct timestamp_t { struct 577 struct timestamp_t *tp, u8 mode); 579 struct timestamp_t *tp, u8 mode); 836 struct timestamp_t *tm_current(struct timestamp_t *tm); 837 void fat_get_entry_time(struct dentry_t *p_entry, struct timestamp_t *tp, 839 void exfat_get_entry_time(struct dentry_t *p_entry, struct timestamp_t *tp, 841 void fat_set_entry_time(struct dentry_t *p_entry, struct timestamp_t *tp, 843 void exfat_set_entry_time(struct dentry_t *p_entry, struct timestamp_t *tp,
|
D | exfat_super.c | 107 struct timestamp_t *tm_current(struct timestamp_t *tp) in tm_current() 820 struct timestamp_t tm; in ffsWriteFile() 1073 struct timestamp_t tm; in ffsTruncateFile() 1504 struct timestamp_t tm; in ffsReadStat() 1654 struct timestamp_t tm; in ffsWriteStat() 1943 struct timestamp_t tm; in ffsReadDir()
|
D | exfat_core.c | 1139 void fat_get_entry_time(struct dentry_t *p_entry, struct timestamp_t *tp, in fat_get_entry_time() 1164 void exfat_get_entry_time(struct dentry_t *p_entry, struct timestamp_t *tp, in exfat_get_entry_time() 1193 void fat_set_entry_time(struct dentry_t *p_entry, struct timestamp_t *tp, in fat_set_entry_time() 1214 void exfat_set_entry_time(struct dentry_t *p_entry, struct timestamp_t *tp, in exfat_set_entry_time() 1385 struct timestamp_t tm, *tp; in init_dos_entry() 1449 struct timestamp_t tm, *tp; in init_file_entry()
|