Home
last modified time | relevance | path

Searched refs:second (Results 1 – 10 of 10) sorted by relevance

/fs/fat/
Dmisc.c193 time_t second, day, leap_day, month, year; in fat_time_fat2unix() local
205 second = (time & 0x1f) << 1; in fat_time_fat2unix()
206 second += ((time >> 5) & 0x3f) * SECS_PER_MIN; in fat_time_fat2unix()
207 second += (time >> 11) * SECS_PER_HOUR; in fat_time_fat2unix()
208 second += (year * 365 + leap_day in fat_time_fat2unix()
213 second += sys_tz.tz_minuteswest * SECS_PER_MIN; in fat_time_fat2unix()
215 second -= sbi->options.time_offset * SECS_PER_MIN; in fat_time_fat2unix()
218 ts->tv_sec = second + (time_cs / 100); in fat_time_fat2unix()
221 ts->tv_sec = second; in fat_time_fat2unix()
/fs/isofs/
Dutil.c20 int year, month, day, hour, minute, second, tz; in iso_date() local
28 second = p[5]; in iso_date()
35 crtime = mktime64(year+1900, month, day, hour, minute, second); in iso_date()
/fs/udf/
Dudftime.c113 dest->tv_sec += (((yday * 24) + src.hour) * 60 + src.minute) * 60 + src.second; in udf_disk_stamp_to_time()
139 dest->second = rem % 60; in udf_time_to_disk_stamp()
Decma_167.h67 uint8_t second; member
/fs/ext4/
Dmove_extent.c59 ext4_double_down_write_data_sem(struct inode *first, struct inode *second) in ext4_double_down_write_data_sem() argument
61 if (first < second) { in ext4_double_down_write_data_sem()
63 down_write_nested(&EXT4_I(second)->i_data_sem, I_DATA_SEM_OTHER); in ext4_double_down_write_data_sem()
65 down_write(&EXT4_I(second)->i_data_sem); in ext4_double_down_write_data_sem()
Dext4.h3140 struct inode *second);
/fs/minix/
DKconfig8 but has been superseded by the second extended file system ext2fs.
/fs/gfs2/
Dlog.c52 unsigned int first, second; in gfs2_struct2blk() local
58 second = (sdp->sd_sb.sb_bsize - in gfs2_struct2blk()
60 blks += DIV_ROUND_UP(nstruct - first, second); in gfs2_struct2blk()
/fs/jffs2/
DKconfig6 JFFS2 is the second generation of the Journalling Flash File System
/fs/befs/
DChangeLog374 you have some of its blocks open. Moved the second set_blocksize() to the