Home
last modified time | relevance | path

Searched refs:old_time (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dserver_writeback.c39 unsigned long old_time, now; in hmdfs_server_check_writeback() local
42 old_time = hswb->last_reset_time; in hmdfs_server_check_writeback()
45 if (time_after(now, old_time + HZ) && in hmdfs_server_check_writeback()
46 cmpxchg(&hswb->last_reset_time, old_time, now) == old_time) { in hmdfs_server_check_writeback()
61 writepage_speed = dirty_nr_pages / ((now - old_time) / HZ); in hmdfs_server_check_writeback()
/kernel/linux/linux-5.10/fs/sysv/
Dinode.c38 u32 time = (u32)ktime_get_real_seconds(), old_time; in sysv_sync_fs() local
47 old_time = fs32_to_cpu(sbi, *sbi->s_sb_time); in sysv_sync_fs()
49 if (*sbi->s_sb_state == cpu_to_fs32(sbi, 0x7c269d38u - old_time)) in sysv_sync_fs()
/kernel/liteos_a/fs/fat/os_adapt/
Dfatfs.c2043 DWORD old_time = combine_time(&(df[0].fno)); in get_oldest_time() local
2048 if (time < old_time) { in get_oldest_time()
2049 old_time = time; in get_oldest_time()
2053 *oldest_time = old_time; in get_oldest_time()
2064 DWORD old_time = -1; in fscheck() local
2076 if (time < old_time) { in fscheck()
2077 old_time = time; in fscheck()
2087 if (time < old_time) { in fscheck()
2090 index = get_oldest_time(df, &old_time, CHECK_FILE_NUM); in fscheck()