Lines Matching refs:file
36 #include <linux/file.h>
3549 * as opposed to the cross-mounted file system. In such a case,
4057 struct file *file, unsigned long maxcount)
4073 file, read->rd_offset, &maxcount,
4113 struct file *file, unsigned long maxcount)
4124 nfserr = nfsd_iter_read(resp->rqstp, read->rd_fhp, file,
4147 struct file *file;
4153 file = read->rd_nf->nf_file;
4169 if (file->f_op->splice_read && splice_ok)
4170 nfserr = nfsd4_encode_splice_read(resp, read, file, maxcount);
4172 nfserr = nfsd4_encode_readv(resp, read, file, maxcount);
4903 struct file *file = read->rd_nf->nf_file;
4920 if (file->f_op->splice_read && splice_ok)
4921 nfserr = nfsd4_encode_splice_read(resp, read, file, maxcount);
4923 nfserr = nfsd4_encode_readv(resp, read, file, maxcount);
4939 struct file *file = read->rd_nf->nf_file;
4954 read->rd_eof = read->rd_offset >= i_size_read(file_inode(file));