Searched refs:yfs_xdr_u64 (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/afs/
H A Dprotocol_yfs.h59 struct yfs_xdr_u64 { struct
64 static inline u64 xdr_to_u64(const struct yfs_xdr_u64 x)
69 static inline struct yfs_xdr_u64 u64_to_xdr(const u64 x)
71 return (struct yfs_xdr_u64){ .msw = htonl(x >> 32), .lsw = htonl(x) };
75 struct yfs_xdr_u64 lo;
81 struct yfs_xdr_u64 volume;
89 struct yfs_xdr_u64 size;
90 struct yfs_xdr_u64 data_version;
91 struct yfs_xdr_u64 author;
92 struct yfs_xdr_u64 owne
[all...]
H A Dyfsclient.c39 struct yfs_xdr_u64 *x = (void *)bp;
131 static struct timespec64 xdr_to_time(const struct yfs_xdr_u64 xdr)
478 sizeof(struct yfs_xdr_u64) * 2,
1098 sizeof(struct yfs_xdr_u64) * 3,
1157 sizeof(struct yfs_xdr_u64) * 3,
1369 sizeof(struct yfs_xdr_u64),

Completed in 139 milliseconds