Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Ddfs_cache.c1293 tcon = container_of(work, struct cifs_tcon, dfs_cache_work.work); in dfs_cache_refresh()
1298 queue_delayed_work(dfscache_wq, &tcon->dfs_cache_work, in dfs_cache_refresh()
H A Ddfs.c253 queue_delayed_work(dfscache_wq, &tcon->dfs_cache_work, in __dfs_mount_share()
H A Dconnect.c2480 cancel_delayed_work_sync(&tcon->dfs_cache_work); in cifs_put_tcon()
2734 INIT_DELAYED_WORK(&tcon->dfs_cache_work, dfs_cache_refresh); in cifs_get_tcon()
4083 queue_delayed_work(dfscache_wq, &tcon->dfs_cache_work, in __cifs_construct_tcon()
H A Dcifsglob.h1288 struct delayed_work dfs_cache_work; member