summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs42.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NFS: Implement SEEKAnna Schumaker2014-09-301-0/+14
The SEEK operation is used when an application makes an lseek call with either the SEEK_HOLE or SEEK_DATA flags set. I fall back on nfs_file_llseek() if the server does not have SEEK support. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>