Home
last modified time | relevance | path

Searched refs:writecache_expire (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dfile_remote.c30 return time_after(jiffies, info->writecache_expire); in hmdfs_remote_write_cache_expired()
95 if (info->writecache_expire) { in hmdfs_open_final_remote()
142 info->writecache_expire = 0; in hmdfs_open_final_remote()
366 if (info->writecache_expire && in hmdfs_set_writecache_expire()
367 time_after(new_expire, info->writecache_expire)) in hmdfs_set_writecache_expire()
370 info->writecache_expire = new_expire; in hmdfs_set_writecache_expire()
Dinode.h115 unsigned long writecache_expire; member