Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dsysv_fs.h42 __fs32 s_time __packed2__; /* time of last super block update */
83 __fs32 s_time; /* time of last super block update */ member
112 __fs32 s_time __packed2__; /* time of last super block update */
142 __fs32 s_time __packed2__; /* time of last super block update */
180 __fs32 s_time __packed2__; /* time of last super block update */
/linux-4.1.27/fs/sysv/
Dsuper.c73 sbi->s_sb_time = &sbd2->s_time; in detected_xenix()
100 sbi->s_sb_time = &sbd->s_time; in detected_sysv4()
128 sbi->s_sb_time = &sbd->s_time; in detected_sysv2()
152 sbi->s_sb_time = &sbd->s_time; in detected_coherent()
173 sbi->s_sb_time = &sbd->s_time; in detected_v7()
227 if (fs32_to_cpu(sbi, sbd->s_time) < JAN_1_1980) { in detect_sysv()
/linux-4.1.27/fs/jfs/
Djfs_superblock.h75 struct timestruc_t s_time; /* 8: time last updated */ member
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c1335 int s_time, c_time; in ldlm_pools_thread_main() local
1349 s_time = ldlm_pools_recalc(LDLM_NAMESPACE_SERVER); in ldlm_pools_thread_main()
1356 lwi = LWI_TIMEOUT(cfs_time_seconds(min(s_time, c_time)), in ldlm_pools_thread_main()
/linux-4.1.27/arch/x86/include/asm/uv/
Duv_bau.h492 unsigned long s_time; /* time spent in sending side */ member
/linux-4.1.27/Documentation/filesystems/
Dsysv-fs.txt115 unsigned long s_time;
/linux-4.1.27/arch/x86/platform/uv/
Dtlb_uv.c800 stat->s_time += elapsed; in record_send_stats()
1394 cycles_2_us(stat->s_time), in ptc_seq_show()