Searched refs:second (Results 1 – 11 of 11) sorted by relevance
| /fs/isofs/ |
| A D | util.c | 21 int year, month, day, hour, minute, second, tz; in iso_date() local 33 second = ((p[12] - '0') * 10 + (p[13] - '0')); in iso_date() 42 second = p[5]; in iso_date() 51 ts.tv_sec = mktime64(year+1900, month, day, hour, minute, second); in iso_date()
|
| /fs/fat/ |
| A D | misc.c | 208 time64_t second; in fat_time_fat2unix() local 221 second = (time & 0x1f) << 1; in fat_time_fat2unix() 222 second += ((time >> 5) & 0x3f) * SECS_PER_MIN; in fat_time_fat2unix() 223 second += (time >> 11) * SECS_PER_HOUR; in fat_time_fat2unix() 224 second += (time64_t)(year * 365 + leap_day in fat_time_fat2unix() 228 second += fat_tz_offset(sbi); in fat_time_fat2unix() 231 ts->tv_sec = second + (time_cs / 100); in fat_time_fat2unix() 234 ts->tv_sec = second; in fat_time_fat2unix()
|
| /fs/udf/ |
| A D | udftime.c | 47 src.second); in udf_disk_stamp_to_time() 81 dest->second = tm.tm_sec; in udf_time_to_disk_stamp()
|
| A D | ecma_167.h | 77 uint8_t second; member
|
| /fs/ext4/ |
| A D | move_extent.c | 47 ext4_double_down_write_data_sem(struct inode *first, struct inode *second) in ext4_double_down_write_data_sem() argument 49 if (first < second) { in ext4_double_down_write_data_sem() 51 down_write_nested(&EXT4_I(second)->i_data_sem, I_DATA_SEM_OTHER); in ext4_double_down_write_data_sem() 53 down_write(&EXT4_I(second)->i_data_sem); in ext4_double_down_write_data_sem()
|
| A D | ext4.h | 3788 struct inode *second);
|
| /fs/minix/ |
| A D | Kconfig | 10 but has been superseded by the second extended file system ext2fs.
|
| /fs/gfs2/ |
| A D | log.c | 52 unsigned int first, second; in gfs2_struct2blk() local 60 second = sdp->sd_inptrs; in gfs2_struct2blk() 61 blks += DIV_ROUND_UP(nstruct - first, second); in gfs2_struct2blk()
|
| /fs/jffs2/ |
| A D | Kconfig | 7 JFFS2 is the second generation of the Journalling Flash File System
|
| /fs/befs/ |
| A D | ChangeLog | 374 you have some of its blocks open. Moved the second set_blocksize() to the
|
| /fs/btrfs/ |
| A D | volumes.c | 6321 struct btrfs_io_stripe *second = &bioc->stripes[num_stripes + 1]; in handle_ops_on_dev_replace() local 6331 if (first->physical > second->physical) { in handle_ops_on_dev_replace() 6332 swap(second->physical, first->physical); in handle_ops_on_dev_replace() 6333 swap(second->dev, first->dev); in handle_ops_on_dev_replace()
|
Completed in 49 milliseconds