| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | mntpt.c | 56 return ERR_PTR(-EREMOTE); in afs_mntpt_lookup() 65 return -EREMOTE; in afs_mntpt_open()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | errno.h | 49 #define EREMOTE 66 /* Object is remote */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | errno.h | 49 #define EREMOTE 66 /* Object is remote */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | errno.h | 49 #define EREMOTE 66 /* Object is remote */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | errno.h | 49 #define EREMOTE 66 /* Object is remote */ macro
|
| /OK3568_Linux_fs/kernel/tools/arch/sparc/include/uapi/asm/ |
| H A D | errno.h | 45 #define EREMOTE 71 /* Object is remote */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | errno.h | 48 #define EREMOTE 71 /* Object is remote */ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | errno.h | 45 #define EREMOTE 71 /* Object is remote */ macro
|
| /OK3568_Linux_fs/kernel/tools/arch/parisc/include/uapi/asm/ |
| H A D | errno.h | 42 #define EREMOTE 71 /* Object is remote */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | errno.h | 44 #define EREMOTE 66 /* Object is remote */ macro
|
| /OK3568_Linux_fs/kernel/tools/arch/alpha/include/uapi/asm/ |
| H A D | errno.h | 48 #define EREMOTE 71 /* Object is remote */ macro
|
| /OK3568_Linux_fs/kernel/tools/arch/mips/include/uapi/asm/ |
| H A D | errno.h | 44 #define EREMOTE 66 /* Object is remote */ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | errno.h | 42 #define EREMOTE 71 /* Object is remote */ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | errno.h | 74 #define EREMOTE 66 /* Object is remote */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/ |
| H A D | errno.h | 98 #define EREMOTE 66 /* The object is remote */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/ |
| H A D | errno.h | 98 #define EREMOTE 66 /* The object is remote */ macro
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | error.c | 87 {"Object is remote", EREMOTE},
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | errno_str.c | 80 ERRNO_MSG(EREMOTE, "Object is remote"),
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | errname.c | 141 E(EREMOTE),
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | inode.c | 360 } else if (rc == -EREMOTE) { 398 } else if (rc == -EREMOTE) { 763 case -EREMOTE: 984 case -EREMOTE: 1050 if (rc == -EREMOTE) 1060 if (rc == -EREMOTE) 1163 case -EREMOTE:
|
| H A D | cifs_dfs_ref.c | 321 mnt = ERR_PTR(-EREMOTE); in cifs_dfs_do_automount()
|
| H A D | connect.c | 4247 return -EREMOTE; in expand_dfs_referral() 4541 if (rc != 0 && rc != -EREMOTE) { in is_path_remote() 4546 if (rc != -EREMOTE) { in is_path_remote() 4622 if (rc && rc == -EREMOTE) { in check_dfs_prepath() 4629 rc = -EREMOTE; in check_dfs_prepath() 4680 if (rc != -EREMOTE) in cifs_mount() 4734 if (rc == -EREMOTE && ++count > MAX_NESTED_LINKS) in cifs_mount() 4736 } while (rc == -EREMOTE); in cifs_mount() 4811 if (rc == -EREMOTE) in cifs_mount() 5430 if (rc == -EREMOTE) in cifs_tree_connect()
|
| /OK3568_Linux_fs/kernel/arch/s390/kvm/ |
| H A D | diag.c | 216 return -EREMOTE; in __diag_ipl_functions()
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | routing.c | 479 return -EREMOTE; in batadv_check_unicast_packet() 983 if (check == -EREMOTE) in batadv_recv_unicast_packet()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | namei.c | 237 err = -EREMOTE; in ovl_lookup_single() 860 err = -EREMOTE; in ovl_lookup()
|