Searched refs:second (Results 1 – 10 of 10) sorted by relevance
/fs/fat/ |
D | misc.c | 202 time64_t second; in fat_time_fat2unix() local 215 second = (time & 0x1f) << 1; in fat_time_fat2unix() 216 second += ((time >> 5) & 0x3f) * SECS_PER_MIN; in fat_time_fat2unix() 217 second += (time >> 11) * SECS_PER_HOUR; in fat_time_fat2unix() 218 second += (time64_t)(year * 365 + leap_day in fat_time_fat2unix() 222 second += fat_tz_offset(sbi); in fat_time_fat2unix() 225 ts->tv_sec = second + (time_cs / 100); in fat_time_fat2unix() 228 ts->tv_sec = second; in fat_time_fat2unix()
|
/fs/isofs/ |
D | util.c | 21 int year, month, day, hour, minute, second, tz; in iso_date() local 29 second = p[5]; in iso_date() 36 crtime = mktime64(year+1900, month, day, hour, minute, second); in iso_date()
|
/fs/udf/ |
D | udftime.c | 61 src.second); in udf_disk_stamp_to_time() 90 dest->second = tm.tm_sec; in udf_time_to_disk_stamp()
|
D | ecma_167.h | 77 uint8_t second; member
|
/fs/ext4/ |
D | move_extent.c | 51 ext4_double_down_write_data_sem(struct inode *first, struct inode *second) in ext4_double_down_write_data_sem() argument 53 if (first < second) { in ext4_double_down_write_data_sem() 55 down_write_nested(&EXT4_I(second)->i_data_sem, I_DATA_SEM_OTHER); in ext4_double_down_write_data_sem() 57 down_write(&EXT4_I(second)->i_data_sem); in ext4_double_down_write_data_sem()
|
D | ext4.h | 3761 struct inode *second);
|
/fs/minix/ |
D | Kconfig | 9 but has been superseded by the second extended file system ext2fs.
|
/fs/gfs2/ |
D | log.c | 51 unsigned int first, second; in gfs2_struct2blk() local 59 second = sdp->sd_inptrs; in gfs2_struct2blk() 60 blks += DIV_ROUND_UP(nstruct - first, second); in gfs2_struct2blk()
|
/fs/jffs2/ |
D | Kconfig | 7 JFFS2 is the second generation of the Journalling Flash File System
|
/fs/befs/ |
D | ChangeLog | 374 you have some of its blocks open. Moved the second set_blocksize() to the
|