Searched refs:u64_to_xdr (Results 1 – 2 of 2) sorted by relevance
41 *x = u64_to_xdr(n); in xdr_encode_u64()49 x->volume = u64_to_xdr(fid->vid); in xdr_encode_YFSFid()50 x->vnode.lo = u64_to_xdr(fid->vnode); in xdr_encode_YFSFid()92 x->mtime_client = u64_to_xdr(0); in xdr_encode_YFSStoreStatus_mode()93 x->owner = u64_to_xdr(0); in xdr_encode_YFSStoreStatus_mode()94 x->group = u64_to_xdr(0); in xdr_encode_YFSStoreStatus_mode()105 x->mtime_client = u64_to_xdr(mtime); in xdr_encode_YFSStoreStatus_mtime()106 x->owner = u64_to_xdr(0); in xdr_encode_YFSStoreStatus_mtime()107 x->group = u64_to_xdr(0); in xdr_encode_YFSStoreStatus_mtime()299 x->mtime_client = u64_to_xdr(mtime); in xdr_encode_YFS_StoreStatus()[all …]
69 static inline struct yfs_xdr_u64 u64_to_xdr(const u64 x) in u64_to_xdr() function