Searched refs:impl_id (Results 1 – 3 of 3) sorted by relevance
/fs/nfs/ |
D | super.c | 812 struct nfs41_impl_id *impl_id = nfss->nfs_client->cl_implid; in show_implementation_id() local 815 impl_id->name, impl_id->domain, in show_implementation_id() 816 impl_id->date.seconds, impl_id->date.nseconds); in show_implementation_id()
|
D | nfs4proc.c | 8208 kfree(cdata->res.impl_id); in nfs4_exchange_id_release() 8265 calldata->res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS); in nfs4_run_exchange_id() 8266 if (unlikely(calldata->res.impl_id == NULL)) in nfs4_run_exchange_id() 8303 kfree(calldata->res.impl_id); in nfs4_run_exchange_id() 8368 swap(clp->cl_implid, resp->impl_id); in _nfs4_proc_exchange_id()
|
D | nfs4xdr.c | 5596 memcpy(res->impl_id->domain, dummy_str, dummy); in decode_exchange_id() 5602 memcpy(res->impl_id->name, dummy_str, dummy); in decode_exchange_id() 5608 p = xdr_decode_hyper(p, &res->impl_id->date.seconds); in decode_exchange_id() 5609 res->impl_id->date.nseconds = be32_to_cpup(p); in decode_exchange_id()
|