Home
last modified time | relevance | path

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

/linux-6.15/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 Dconnect.c2612 cancel_delayed_work_sync(&tcon->dfs_cache_work); in cifs_put_tcon()
2877 INIT_DELAYED_WORK(&tcon->dfs_cache_work, dfs_cache_refresh); in cifs_get_tcon()
4433 queue_delayed_work(dfscache_wq, &tcon->dfs_cache_work, in cifs_construct_tcon()
H A Dcifsglob.h1327 struct delayed_work dfs_cache_work; member