Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dxdr4.h428 u32 rd_eof; /* response */ member
H A Dnfs4xdr.c4424 &read->rd_eof); in nfsd4_encode_splice_read()
4476 &read->rd_eof); in nfsd4_encode_readv()
4527 wire_data[0] = read->rd_eof ? xdr_one : xdr_zero; in nfsd4_encode_read()
5451 read->rd_eof = read->rd_offset >= i_size_read(file_inode(file)); in nfsd4_encode_read_plus()
5452 if (read->rd_eof) in nfsd4_encode_read_plus()
5464 wire_data[0] = read->rd_eof ? xdr_one : xdr_zero; in nfsd4_encode_read_plus()