Home
last modified time | relevance | path

Searched refs:affs_date (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Damigaffs.h34 struct affs_date { struct
60 struct affs_date root_change; argument
64 struct affs_date disk_change;
65 struct affs_date disk_create;
89 struct affs_date change;
/linux-4.4.14/fs/affs/
Daffs.h141 extern void secs_to_datestamp(time_t secs, struct affs_date *ds);
Damigaffs.c369 secs_to_datestamp(time_t secs, struct affs_date *ds) in secs_to_datestamp()