#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/nfs_fs.h>
#include <linux/nfs_fs_sb.h>
#include <linux/in6.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include <linux/iversion.h>
#include <linux/xarray.h>
#include <linux/fscache.h>
#include <linux/netfs.h>
#include "internal.h"
#include "iostat.h"
#include "fscache.h"
#include "nfstrace.h"
#define NFS_MAX_KEY_LEN …
static bool nfs_append_int(char *key, int *_len, unsigned long long x)
{ … }
static bool nfs_fscache_get_client_key(struct nfs_client *clp,
char *key, int *_len)
{ … }
int nfs_fscache_get_super_cookie(struct super_block *sb, const char *uniq, int ulen)
{ … }
void nfs_fscache_release_super_cookie(struct super_block *sb)
{ … }
void nfs_fscache_init_inode(struct inode *inode)
{ … }
void nfs_fscache_clear_inode(struct inode *inode)
{ … }
void nfs_fscache_open_file(struct inode *inode, struct file *filp)
{ … }
EXPORT_SYMBOL_GPL(…);
void nfs_fscache_release_file(struct inode *inode, struct file *filp)
{ … }
int nfs_netfs_read_folio(struct file *file, struct folio *folio)
{ … }
int nfs_netfs_readahead(struct readahead_control *ractl)
{ … }
static atomic_t nfs_netfs_debug_id;
static int nfs_netfs_init_request(struct netfs_io_request *rreq, struct file *file)
{ … }
static void nfs_netfs_free_request(struct netfs_io_request *rreq)
{ … }
static struct nfs_netfs_io_data *nfs_netfs_alloc(struct netfs_io_subrequest *sreq)
{ … }
static bool nfs_netfs_clamp_length(struct netfs_io_subrequest *sreq)
{ … }
static void nfs_netfs_issue_read(struct netfs_io_subrequest *sreq)
{ … }
void nfs_netfs_initiate_read(struct nfs_pgio_header *hdr)
{ … }
int nfs_netfs_folio_unlock(struct folio *folio)
{ … }
void nfs_netfs_read_completion(struct nfs_pgio_header *hdr)
{ … }
const struct netfs_request_ops nfs_netfs_ops = …;