Home
last modified time | relevance | path

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

/fs/nfs/
A Dsysfs.c301 struct nfs41_impl_id *impl_id = server->nfs_client->cl_implid; in implid_domain_show() local
303 if (!impl_id || strlen(impl_id->domain) == 0) in implid_domain_show()
305 return sysfs_emit(buf, "%s\n", impl_id->domain); in implid_domain_show()
316 struct nfs41_impl_id *impl_id = server->nfs_client->cl_implid; in implid_name_show() local
318 if (!impl_id || strlen(impl_id->name) == 0) in implid_name_show()
320 return sysfs_emit(buf, "%s\n", impl_id->name); in implid_name_show()
A Dsuper.c624 struct nfs41_impl_id *impl_id = nfss->nfs_client->cl_implid; in show_implementation_id() local
627 impl_id->name, impl_id->domain, in show_implementation_id()
628 impl_id->date.seconds, impl_id->date.nseconds); in show_implementation_id()
A Dnfs4xdr.c5795 memcpy(res->impl_id->domain, dummy_str, dummy); in decode_exchange_id()
5801 memcpy(res->impl_id->name, dummy_str, dummy); in decode_exchange_id()
5807 p = xdr_decode_hyper(p, &res->impl_id->date.seconds); in decode_exchange_id()
5808 res->impl_id->date.nseconds = be32_to_cpup(p); in decode_exchange_id()
A Dnfs4proc.c8963 kfree(cdata->res.impl_id); in nfs4_exchange_id_release()
9020 calldata->res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS); in nfs4_run_exchange_id()
9021 if (unlikely(calldata->res.impl_id == NULL)) in nfs4_run_exchange_id()
9060 kfree(calldata->res.impl_id); in nfs4_run_exchange_id()
9125 swap(clp->cl_implid, resp->impl_id); in _nfs4_proc_exchange_id()

Completed in 43 milliseconds