Home
last modified time | relevance | path

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

/Linux-v5.10/fs/afs/
Dyfsclient.c37 static __be32 *xdr_encode_u64(__be32 *bp, u64 n) in xdr_encode_u64() function
524 bp = xdr_encode_u64(bp, req->pos); in yfs_fs_fetch_data()
525 bp = xdr_encode_u64(bp, req->len); in yfs_fs_fetch_data()
1145 bp = xdr_encode_u64(bp, pos); in yfs_fs_store_data()
1146 bp = xdr_encode_u64(bp, size); in yfs_fs_store_data()
1147 bp = xdr_encode_u64(bp, i_size); in yfs_fs_store_data()
1201 bp = xdr_encode_u64(bp, attr->ia_size); /* position of start of write */ in yfs_fs_setattr_size()
1202 bp = xdr_encode_u64(bp, 0); /* size of write */ in yfs_fs_setattr_size()
1203 bp = xdr_encode_u64(bp, attr->ia_size); /* new file length */ in yfs_fs_setattr_size()
1411 bp = xdr_encode_u64(bp, vp->fid.vid); in yfs_fs_get_volume_status()