Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A 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()
H A Dnfs4client.c219 INIT_DELAYED_WORK(&clp->cl_renewd, nfs4_renew_state); in nfs4_alloc_client()
/linux/include/linux/
H A Dnfs_fs_sb.h82 struct delayed_work cl_renewd; member