Searched refs:d_toutime (Results 1 – 6 of 6) sorted by relevance
39 unsigned long d_toutime(unsigned long);
434 ent->crdate = d_toutime(data->u.dir.dirCrDat); in r_unpackdirent()435 ent->mddate = d_toutime(data->u.dir.dirMdDat); in r_unpackdirent()447 ent->crdate = d_toutime(data->u.fil.filCrDat); in r_unpackdirent()448 ent->mddate = d_toutime(data->u.fil.filMdDat); in r_unpackdirent()
284 unsigned long d_toutime(unsigned long secs) in d_toutime() function
442 ent->crdate = d_toutime(vol->mdb.drCrDate); in hfs_vstat()443 ent->mddate = d_toutime(vol->mdb.drLsMod); in hfs_vstat()
54 unsigned long d_toutime(unsigned long);
351 hfs_ent->crdate = d_toutime(d_getl(info.fi_ctime)); in get_cap_info()354 hfs_ent->mddate = d_toutime(d_getl(info.fi_mtime)); in get_cap_info()586 hfs_ent->crdate = d_toutime(d_getl(info->cdate)); in get_mb_info()587 hfs_ent->mddate = d_toutime(d_getl(info->mdate)); in get_mb_info()