Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kvm/
De500mc.c225 sregs->u.e.impl_id = KVM_SREGS_E_IMPL_FSL; in kvmppc_core_get_sregs_e500mc()
248 if (sregs->u.e.impl_id == KVM_SREGS_E_IMPL_FSL) { in kvmppc_core_set_sregs_e500mc()
De500.c371 sregs->u.e.impl_id = KVM_SREGS_E_IMPL_FSL; in kvmppc_core_get_sregs_e500()
395 if (sregs->u.e.impl_id == KVM_SREGS_E_IMPL_FSL) { in kvmppc_core_set_sregs_e500()
/linux-4.1.27/arch/powerpc/include/uapi/asm/
Dkvm.h198 __u32 impl_id; /* KVM_SREGS_E_IMPL_ */ member
/linux-4.1.27/fs/nfs/
Dsuper.c759 struct nfs41_impl_id *impl_id = nfss->nfs_client->cl_implid; in show_implementation_id() local
762 impl_id->name, impl_id->domain, in show_implementation_id()
763 impl_id->date.seconds, impl_id->date.nseconds); in show_implementation_id()
Dnfs4xdr.c5544 memcpy(res->impl_id->domain, dummy_str, dummy); in decode_exchange_id()
5552 memcpy(res->impl_id->name, dummy_str, dummy); in decode_exchange_id()
5558 p = xdr_decode_hyper(p, &res->impl_id->date.seconds); in decode_exchange_id()
5559 res->impl_id->date.nseconds = be32_to_cpup(p); in decode_exchange_id()
Dnfs4proc.c6879 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS); in _nfs4_proc_exchange_id()
6880 if (unlikely(res.impl_id == NULL)) { in _nfs4_proc_exchange_id()
6925 clp->cl_implid = res.impl_id; in _nfs4_proc_exchange_id()
6942 kfree(res.impl_id); in _nfs4_proc_exchange_id()
/linux-4.1.27/include/linux/
Dnfs_xdr.h1191 struct nfs41_impl_id *impl_id; member