Searched refs:u64_to_xdr (Results 1 – 2 of 2) sorted by relevance
48 *x = u64_to_xdr(n); in xdr_encode_u64()56 x->volume = u64_to_xdr(fid->vid); in xdr_encode_YFSFid()57 x->vnode.lo = u64_to_xdr(fid->vnode); in xdr_encode_YFSFid()94 x->mtime_client = u64_to_xdr(0); in xdr_encode_YFSStoreStatus_mode()95 x->owner = u64_to_xdr(0); in xdr_encode_YFSStoreStatus_mode()96 x->group = u64_to_xdr(0); in xdr_encode_YFSStoreStatus_mode()107 x->mtime_client = u64_to_xdr(mtime); in xdr_encode_YFSStoreStatus_mtime()108 x->owner = u64_to_xdr(0); in xdr_encode_YFSStoreStatus_mtime()109 x->group = u64_to_xdr(0); in xdr_encode_YFSStoreStatus_mtime()300 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