Home
last modified time | relevance | path

Searched refs:EREMOTE (Results 1 – 18 of 18) sorted by relevance

/linux-2.6.39/arch/s390/kvm/
Ddiag.c52 return -EREMOTE; in __diag_ipl_functions()
Dkvm-s390.c532 if (rc == -EREMOTE) { in kvm_arch_vcpu_ioctl_run()
/linux-2.6.39/fs/afs/
Dmntpt.c117 return ERR_PTR(-EREMOTE); in afs_mntpt_lookup()
133 return -EREMOTE; in afs_mntpt_open()
/linux-2.6.39/include/asm-generic/
Derrno.h39 #define EREMOTE 66 /* Object is remote */ macro
/linux-2.6.39/arch/parisc/include/asm/
Derrno.h41 #define EREMOTE 71 /* Object is remote */ macro
/linux-2.6.39/arch/mips/include/asm/
Derrno.h43 #define EREMOTE 66 /* Object is remote */ macro
/linux-2.6.39/arch/sparc/include/asm/
Derrno.h44 #define EREMOTE 71 /* Object is remote */ macro
/linux-2.6.39/arch/alpha/include/asm/
Derrno.h47 #define EREMOTE 71 /* Object is remote */ macro
/linux-2.6.39/net/9p/
Derror.c100 {"Object is remote", EREMOTE},
/linux-2.6.39/fs/nfs/
Dgetroot.c173 ret = -EREMOTE; in nfs4_get_rootfh()
Dnfs2xdr.c1090 { NFSERR_REMOTE, -EREMOTE },
Dnfs4proc.c2422 err = -EREMOTE; in nfs4_proc_lookupfh()
/linux-2.6.39/fs/cifs/
Dinode.c304 } else if (rc == -EREMOTE) {
340 } else if (rc == -EREMOTE) {
569 } else if (rc == -EREMOTE) {
643 } else if (rc == -EREMOTE) {
Ddir.c200 } else if ((rc != -EIO) && (rc != -EREMOTE) && in cifs_create()
Dnetmisc.c91 {ERRbadtype, -EREMOTE},
Dconnect.c2873 if (rc != 0 && rc != -EREMOTE) { in cifs_mount()
2881 if (rc == -EREMOTE) { in cifs_mount()
Dfile.c397 } else if ((rc != -EIO) && (rc != -EREMOTE) && in cifs_open()
/linux-2.6.39/fs/
Dnamei.c852 return -EREMOTE; in follow_automount()
889 return -EREMOTE; in follow_automount()