Home
last modified time | relevance | path

Searched refs:dfs_cache_work (Results 1 – 5 of 5) sorted by relevance

/linux/fs/smb/client/
H A Ddfs.c236 queue_delayed_work(dfscache_wq, &tcon->dfs_cache_work, in __dfs_mount_share()
H A Ddfs_cache.c1309 tcon = container_of(work, struct cifs_tcon, dfs_cache_work.work); in dfs_cache_refresh()
1315 queue_delayed_work(dfscache_wq, &tcon->dfs_cache_work, in dfs_cache_refresh()
H A Dmisc.c158 INIT_DELAYED_WORK(&ret_buf->dfs_cache_work, dfs_cache_refresh); in tcon_info_alloc()
H A Dcifsglob.h1335 struct delayed_work dfs_cache_work; member
H A Dconnect.c2631 cancel_delayed_work_sync(&tcon->dfs_cache_work); in cifs_put_tcon()
4451 queue_delayed_work(dfscache_wq, &tcon->dfs_cache_work, in cifs_construct_tcon()