Home
last modified time | relevance | path

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

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