Home
last modified time | relevance | path

Searched refs:s_time (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dsysv_fs.h80 u32 s_time __packed2__; /* time of last super block update */
120 u32 s_time; /* time of last super block update */ member
149 u32 s_time __packed2__; /* time of last super block update */
179 u32 s_time __packed2__; /* time of last super block update */
206 u32 s_time __packed2__; /* time of last super block update */
/linux-2.4.37.9/fs/sysv/
Dsuper.c73 sb->sv_sb_time = &sbd2->s_time; in detected_xenix()
100 sb->sv_sb_time = &sbd->s_time; in detected_sysv4()
128 sb->sv_sb_time = &sbd->s_time; in detected_sysv2()
152 sb->sv_sb_time = &sbd->s_time; in detected_coherent()
173 sb->sv_sb_time = &sbd->s_time; in detected_v7()
217 if (fs32_to_cpu(sb, sbd->s_time) < JAN_1_1980) { in detect_sysv()
460 fs32_to_cpu(sb,v7sb->s_time) == 0) in v7_read_super()
DINTRO97 unsigned long s_time;
/linux-2.4.37.9/drivers/ide/pci/
Dalim15x3.c299 int s_time, a_time, c_time; in ali15x3_tune_drive() local
309 s_time = ide_pio_timings[pio].setup_time; in ali15x3_tune_drive()
311 if ((s_clc = (s_time * bus_speed + 999) / 1000) >= 8) in ali15x3_tune_drive()
318 if ((r_clc = ((c_time - s_time - a_time) * bus_speed + 999) / 1000) >= 16) in ali15x3_tune_drive()
/linux-2.4.37.9/fs/jfs/
Djfs_superblock.h75 struct timestruc_t s_time; /* 8: time last updated */ member