Home
last modified time | relevance | path

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

/fs/nfs/
Dcallback_xdr.c75 static __be32 *read_buf(struct xdr_stream *xdr, int nbytes) in read_buf() function
89 p = read_buf(xdr, 4); in decode_string()
95 p = read_buf(xdr, *len); in decode_string()
109 p = read_buf(xdr, 4); in decode_fh()
115 p = read_buf(xdr, fh->size); in decode_fh()
128 p = read_buf(xdr, 4); in decode_bitmap()
132 p = read_buf(xdr, attrlen << 2); in decode_bitmap()
146 p = read_buf(xdr, NFS4_STATEID_SIZE); in decode_stateid()
167 p = read_buf(xdr, 12); in decode_compound_hdr_arg()
189 p = read_buf(xdr, 4); in decode_op_hdr()
[all …]
/fs/nfsd/
Dfault_inject.c31 char read_buf[25]; in fault_inject_read() local
38 size = scnprintf(read_buf, sizeof(read_buf), "%llu\n", val); in fault_inject_read()
40 return simple_read_from_buffer(buf, len, ppos, read_buf, size); in fault_inject_read()
Dnfs4xdr.c120 } else if (!(p = read_buf(argp, nbytes))) { \
140 static __be32 *read_buf(struct nfsd4_compoundargs *argp, u32 nbytes) in read_buf() function
/fs/btrfs/
Dsend.c130 char *read_buf; member
4515 memcpy(sctx->read_buf + ret, addr + pg_offset, cur_len); in fill_read_buf()
4562 TLV_PUT(sctx, BTRFS_SEND_A_DATA, sctx->read_buf, num_read); in send_write()
4696 memset(sctx->read_buf, 0, BTRFS_SEND_READ_SIZE); in send_hole()
4705 TLV_PUT(sctx, BTRFS_SEND_A_DATA, sctx->read_buf, len); in send_hole()
6128 sctx->read_buf = vmalloc(BTRFS_SEND_READ_SIZE); in btrfs_ioctl_send()
6129 if (!sctx->read_buf) { in btrfs_ioctl_send()
6315 vfree(sctx->read_buf); in btrfs_ioctl_send()