nfs4xdr.c (7c61f0d3897eeeff6f3294adb9f910ddefa8035a) | nfs4xdr.c (40c64c26a43494ba9982fd1b87dc54e3819566fc) |
---|---|
1/* 2 * fs/nfs/nfs4xdr.c 3 * 4 * Client-side XDR for NFSv4. 5 * 6 * Copyright (c) 2002 The Regents of the University of Michigan. 7 * All rights reserved. 8 * --- 38 unchanged lines hidden (view full) --- 47#include <linux/module.h> 48#include <linux/utsname.h> 49#include <linux/sunrpc/clnt.h> 50#include <linux/sunrpc/msg_prot.h> 51#include <linux/sunrpc/gss_api.h> 52#include <linux/nfs.h> 53#include <linux/nfs4.h> 54#include <linux/nfs_fs.h> | 1/* 2 * fs/nfs/nfs4xdr.c 3 * 4 * Client-side XDR for NFSv4. 5 * 6 * Copyright (c) 2002 The Regents of the University of Michigan. 7 * All rights reserved. 8 * --- 38 unchanged lines hidden (view full) --- 47#include <linux/module.h> 48#include <linux/utsname.h> 49#include <linux/sunrpc/clnt.h> 50#include <linux/sunrpc/msg_prot.h> 51#include <linux/sunrpc/gss_api.h> 52#include <linux/nfs.h> 53#include <linux/nfs4.h> 54#include <linux/nfs_fs.h> |
55#include <linux/nfs_idmap.h> | |
56 57#include "nfs4_fs.h" 58#include "internal.h" | 55 56#include "nfs4_fs.h" 57#include "internal.h" |
58#include "nfs4idmap.h" |
|
59#include "nfs4session.h" 60#include "pnfs.h" 61#include "netns.h" 62 63#define NFSDBG_FACILITY NFSDBG_XDR 64 65/* Mapping from NFS error code to "errno" error code. */ 66#define errno_NFSERR_IO EIO --- 7377 unchanged lines hidden --- | 59#include "nfs4session.h" 60#include "pnfs.h" 61#include "netns.h" 62 63#define NFSDBG_FACILITY NFSDBG_XDR 64 65/* Mapping from NFS error code to "errno" error code. */ 66#define errno_NFSERR_IO EIO --- 7377 unchanged lines hidden --- |