-
- Downloads
NFS: Implement SEEK
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>
Showing
- fs/nfs/Makefile 1 addition, 0 deletionsfs/nfs/Makefile
- fs/nfs/inode.c 2 additions, 0 deletionsfs/nfs/inode.c
- fs/nfs/nfs42.h 14 additions, 0 deletionsfs/nfs/nfs42.h
- fs/nfs/nfs42proc.c 69 additions, 0 deletionsfs/nfs/nfs42proc.c
- fs/nfs/nfs42xdr.c 98 additions, 0 deletionsfs/nfs/nfs42xdr.c
- fs/nfs/nfs4_fs.h 3 additions, 0 deletionsfs/nfs/nfs4_fs.h
- fs/nfs/nfs4file.c 25 additions, 0 deletionsfs/nfs/nfs4file.c
- fs/nfs/nfs4proc.c 2 additions, 2 deletionsfs/nfs/nfs4proc.c
- fs/nfs/nfs4xdr.c 7 additions, 0 deletionsfs/nfs/nfs4xdr.c
- include/linux/nfs4.h 3 additions, 0 deletionsinclude/linux/nfs4.h
- include/linux/nfs_fs_sb.h 1 addition, 0 deletionsinclude/linux/nfs_fs_sb.h
- include/linux/nfs_xdr.h 19 additions, 0 deletionsinclude/linux/nfs_xdr.h
Loading
Please register or sign in to comment