Searched refs:read_buf (Results 1 – 4 of 4) sorted by relevance
/fs/nfs/ |
D | callback_xdr.c | 73 static __be32 *read_buf(struct xdr_stream *xdr, int nbytes) in read_buf() function 87 p = read_buf(xdr, 4); in decode_string() 93 p = read_buf(xdr, *len); in decode_string() 107 p = read_buf(xdr, 4); in decode_fh() 113 p = read_buf(xdr, fh->size); in decode_fh() 126 p = read_buf(xdr, 4); in decode_bitmap() 130 p = read_buf(xdr, attrlen << 2); in decode_bitmap() 144 p = read_buf(xdr, NFS4_STATEID_SIZE); in decode_stateid() 165 p = read_buf(xdr, 12); in decode_compound_hdr_arg() 187 p = read_buf(xdr, 4); in decode_op_hdr() [all …]
|
/fs/nfsd/ |
D | fault_inject.c | 99 char read_buf[25]; in fault_inject_read() local 105 size = scnprintf(read_buf, sizeof(read_buf), "%llu\n", val); in fault_inject_read() 113 ret = copy_to_user(buf, read_buf + pos, len); in fault_inject_read()
|
D | nfs4xdr.c | 130 } else if (!(p = read_buf(argp, nbytes))) { \ 137 static __be32 *read_buf(struct nfsd4_compoundargs *argp, u32 nbytes) in read_buf() function
|
/fs/btrfs/ |
D | send.c | 124 char *read_buf; member 3620 ret = vfs_read(sctx->cur_inode_filp, sctx->read_buf, len, &pos); in send_write() 3637 TLV_PUT(sctx, BTRFS_SEND_A_DATA, sctx->read_buf, num_read); in send_write() 4632 sctx->read_buf = vmalloc(BTRFS_SEND_READ_SIZE); in btrfs_ioctl_send() 4633 if (!sctx->read_buf) { in btrfs_ioctl_send() 4726 vfree(sctx->read_buf); in btrfs_ioctl_send()
|