Searched refs:udf_timespec_to_timestamp (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/fs/udf/ |
H A D | udf_subr.c | 1496 udf_timespec_to_timestamp(&now_s, &ump->logvol_integrity->time); in udf_writeout_lvint() 4332 udf_timespec_to_timestamp(struct timespec *timespec, struct timestamp *timestamp) in udf_timespec_to_timestamp() function 4700 udf_timespec_to_timestamp(&now, &fe->atime); in udf_create_new_fe() 4701 udf_timespec_to_timestamp(&now, &fe->attrtime); in udf_create_new_fe() 4702 udf_timespec_to_timestamp(&now, &fe->mtime); in udf_create_new_fe() 4720 udf_timespec_to_timestamp(&now, &ft_extattr->times[0]); in udf_create_new_fe() 4782 udf_timespec_to_timestamp(&now, &efe->ctime); in udf_create_new_efe() 4783 udf_timespec_to_timestamp(&now, &efe->atime); in udf_create_new_efe() 4784 udf_timespec_to_timestamp(&now, &efe->attrtime); in udf_create_new_efe() 4785 udf_timespec_to_timestamp(&now, &efe->mtime); in udf_create_new_efe() [all …]
|
H A D | udf_subr.h | 201 void udf_timespec_to_timestamp(struct timespec *timespec, struct timestamp *timestamp);
|
/netbsd-src/sbin/newfs_udf/ |
H A D | udf_core.h | 310 extern void udf_timespec_to_timestamp(struct timespec *timespec,
|
H A D | udf_core.c | 911 udf_timespec_to_timestamp(struct timespec *timespec, struct timestamp *timestamp) in udf_timespec_to_timestamp() function 961 udf_timespec_to_timestamp(&t, timestamp); in udf_set_timestamp() 1015 udf_timespec_to_timestamp(&now, timestamp); in udf_set_timestamp_now()
|