Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4xdr.c4776 &read->rd_eof); in nfsd4_encode_splice_read()
4825 &read->rd_eof); in nfsd4_encode_readv()
4891 wire_data[0] = read->rd_eof ? xdr_one : xdr_zero; in nfsd4_encode_read()
5815 read->rd_eof = read->rd_offset >= i_size_read(file_inode(file)); in nfsd4_encode_read_plus()
5816 if (read->rd_eof) in nfsd4_encode_read_plus()
5828 wire_data[0] = read->rd_eof ? xdr_one : xdr_zero; in nfsd4_encode_read_plus()
H A Dxdr4.h432 u32 rd_eof; /* response */ member