Searched refs:writecache_expire (Results 1 – 2 of 2) sorted by relevance
30 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()
115 unsigned long writecache_expire; member