Second            250 drivers/staging/exfat/exfat.h 	u16      Second;
Second             63 drivers/staging/exfat/exfat_super.c 			      tp->Hour, tp->Minute, tp->Second);
Second             78 drivers/staging/exfat/exfat_super.c 		tp->Second	= 0;
Second             89 drivers/staging/exfat/exfat_super.c 		tp->Second	= 59;
Second             99 drivers/staging/exfat/exfat_super.c 	tp->Second	= tm.tm_sec;
Second           1583 drivers/staging/exfat/exfat_super.c 	info->CreateTimestamp.Second = tm.sec;
Second           1592 drivers/staging/exfat/exfat_super.c 	info->ModifyTimestamp.Second = tm.sec;
Second           1701 drivers/staging/exfat/exfat_super.c 	tm.sec  = info->CreateTimestamp.Second;
Second           1709 drivers/staging/exfat/exfat_super.c 	tm.sec  = info->ModifyTimestamp.Second;
Second           2046 drivers/staging/exfat/exfat_super.c 			dir_entry->CreateTimestamp.Second = tm.sec;
Second           2055 drivers/staging/exfat/exfat_super.c 			dir_entry->ModifyTimestamp.Second = tm.sec;