Home
last modified time | relevance | path

Searched refs:cl_renewd (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/nfs/
Dnfs4renewd.c59 container_of(work, struct nfs_client, cl_renewd.work); in nfs4_renew_state()
125 mod_delayed_work(system_wq, &clp->cl_renewd, timeout); in nfs4_schedule_state_renewal()
133 cancel_delayed_work_sync(&clp->cl_renewd); in nfs4_kill_renewd()
Dnfs4client.c219 INIT_DELAYED_WORK(&clp->cl_renewd, nfs4_renew_state); in nfs4_alloc_client()
/Linux-v6.6/include/linux/
Dnfs_fs_sb.h80 struct delayed_work cl_renewd; member