Home
last modified time | relevance | path

Searched refs:writecache_expire (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dfile_remote.c30 return time_after(jiffies, info->writecache_expire); in hmdfs_remote_write_cache_expired()
92 * If 'writecache_expire' is set, check if it expires. And skip the in hmdfs_open_final_remote()
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()
H A Dinode.h115 unsigned long writecache_expire; member
118 * is opened. 'writecache_expire' will set in close if this value is
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dfile_remote.c30 return time_after(jiffies, info->writecache_expire); in hmdfs_remote_write_cache_expired()
92 * If 'writecache_expire' is set, check if it expires. And skip the in hmdfs_open_final_remote()
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()
H A Dinode.h115 unsigned long writecache_expire; member
118 * is opened. 'writecache_expire' will set in close if this value is

Completed in 5 milliseconds