Home
last modified time | relevance | path

Searched refs:xdr_encode_u64 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/afs/
H A Dyfsclient.c37 static __be32 *xdr_encode_u64(__be32 *bp, u64 n) in xdr_encode_u64() function
489 bp = xdr_encode_u64(bp, req->pos); in yfs_fs_fetch_data()
490 bp = xdr_encode_u64(bp, req->len); in yfs_fs_fetch_data()
1100 bp = xdr_encode_u64(bp, op->store.pos); in yfs_fs_store_data()
1101 bp = xdr_encode_u64(bp, op->store.size); in yfs_fs_store_data()
1102 bp = xdr_encode_u64(bp, op->store.i_size); in yfs_fs_store_data()
1156 bp = xdr_encode_u64(bp, attr->ia_size); /* position of start of write */ in yfs_fs_setattr_size()
1157 bp = xdr_encode_u64(bp, 0); /* size of write */ in yfs_fs_setattr_size()
1158 bp = xdr_encode_u64(bp, attr->ia_size); /* new file length */ in yfs_fs_setattr_size()
1366 bp = xdr_encode_u64(bp, vp->fid.vid); in yfs_fs_get_volume_status()