Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dxdr4.h432 u32 rd_eof; /* response */ member
H A Dnfs4xdr.c5180 &read->rd_eof); in nfsd4_encode_splice_read()
5229 &read->rd_eof); in nfsd4_encode_readv()
5295 wire_data[0] = read->rd_eof ? xdr_one : xdr_zero; in nfsd4_encode_read()
6221 read->rd_eof = read->rd_offset >= i_size_read(file_inode(file)); in nfsd4_encode_read_plus()
6222 if (read->rd_eof) in nfsd4_encode_read_plus()
6234 wire_data[0] = read->rd_eof ? xdr_one : xdr_zero; in nfsd4_encode_read_plus()