Lines Matching defs:offset
540 if (xdr_stream_decode_u64(xdr, &args->offset) < 0)
556 if (xdr_stream_decode_u64(xdr, &args->offset) < 0)
727 if (xdr_stream_decode_u64(xdr, &args->offset) < 0)
1021 * nfs3svc_encode_cookie3 - Encode a directory offset cookie
1023 * @offset: offset cookie to encode
1025 * The buffer space for the offset cookie has already been reserved
1028 void nfs3svc_encode_cookie3(struct nfsd3_readdirres *resp, u64 offset)
1030 __be64 cookie = cpu_to_be64(offset);
1041 int namlen, loff_t offset, u64 ino)
1067 * @offset: the offset of the previous entry
1081 loff_t offset, u64 ino, unsigned int d_type)
1089 /* The offset cookie for the previous entry */
1090 nfs3svc_encode_cookie3(resp, offset);
1092 if (!svcxdr_encode_entry3_common(resp, name, namlen, offset, ino))
1142 * @offset: the offset of the previous entry
1156 loff_t offset, u64 ino, unsigned int d_type)
1164 /* The offset cookie for the previous entry */
1165 nfs3svc_encode_cookie3(resp, offset);
1167 if (!svcxdr_encode_entry3_common(resp, name, namlen, offset, ino))