Searched refs:__be64 (Results 1 – 13 of 13) sorted by relevance
57 __be64 no_formal_ino;58 __be64 no_addr;84 __be64 __pad0; /* Was generation number in gfs1 */141 __be64 ri_addr; /* grp block disk address */145 __be64 ri_data0; /* first data location */178 __be64 rl_igeneration;190 __be64 rg_igeneration;200 __be64 qu_limit;201 __be64 qu_warn;202 __be64 qu_value;[all …]
37 typedef __u64 __bitwise __be64; typedef52 #define __aligned_be64 __be64 __attribute__((aligned(8)))
63 __be64 from;
118 __be64 sector_from;
318 __be64 fl_wwpn; /* port name */319 __be64 fl_wwnn; /* node name */426 __be64 adisc_wwpn;427 __be64 adisc_wwnn;440 __be64 fl_n_port_wwn; /* port name */552 __be64 rnid_wwpn; /* N port name */553 __be64 rnid_wwnn; /* node name */631 __be64 pnb_wwpn; /* port name */667 __be64 rps_port_spec; /* port selection */770 __be64 clir_wwpn; /* incident port name */[all …]
137 __be64 fp_wwpn; /* port name */144 __be64 fn_wwpn; /* port name */177 __be64 fr_wwn; /* node name or port name */184 __be64 fr_wwn; /* node name */
100 __be64 service_id;101 __be64 service_mask;113 __be64 service_id;114 __be64 service_mask;136 __be64 sid;200 __be64 sid;235 __be64 remote_ca_guid;253 __be64 remote_ca_guid;
165 __be64 node_guid;166 __be64 sys_image_guid;
24 #define __constant_cpu_to_be64(x) ((__force __be64)(__u64)(x))25 #define __constant_be64_to_cpu(x) ((__force __u64)(__be64)(x))36 #define __cpu_to_be64(x) ((__force __be64)(__u64)(x))37 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x))67 static inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()69 return (__force __be64)*p; in __cpu_to_be64p()71 static inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()
24 #define __constant_cpu_to_be64(x) ((__force __be64)___constant_swab64((x)))25 #define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64)(__be64)(x))36 #define __cpu_to_be64(x) ((__force __be64)__swab64((x)))37 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))67 static inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()69 return (__force __be64)__swab64p(p); in __cpu_to_be64p()71 static inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()
32 typedef __u64 __bitwise __be64; typedef47 #define __aligned_be64 __be64 __attribute__((aligned(8)))
66 typedef __u64 __be64; typedef
736 __be64 b; in scan_revoke_records()737 memcpy(&b, bh->b_data + offset, sizeof(__be64)); in scan_revoke_records()