Archive for the ‘nfs’ Category

mount_clnt.c

/*
* In-kernel MOUNT protocol client Read more

Makefile

#
# Makefile for the Linux nfs filesystem routines. Read more

Kconfig

config NFS_FS
tristate «NFS client support» Read more

iostat.h

/*
* linux/fs/nfs/iostat.h Read more

internal.h

/*
* NFS internal definitions Read more

inode.c

/*
* linux/fs/nfs/inode.c Read more

idmap.c

/*
* fs/nfs/idmap.c Read more

getroot.c

/* getroot.c: get the root dentry for an NFS mount Read more

fscache.h

/* NFS filesystem cache interface definitions Read more

fscache.c

/* NFS filesystem cache interface Read more

fscache-index.c

/* NFS FS-Cache index structure definition Read more

file.c

/*
* linux/fs/nfs/file.c Read more

dns_resolve.h

/*
* Resolve DNS hostnames into valid ip addresses
*/
#ifndef __LINUX_FS_NFS_DNS_RESOLVE_H
#define __LINUX_FS_NFS_DNS_RESOLVE_H

#define NFS_DNS_HOSTNAME_MAXLEN (128)

extern int nfs_dns_resolver_init(void);
extern void nfs_dns_resolver_destroy(void);
extern ssize_t nfs_dns_resolve_name(char *name, size_t namelen,
struct sockaddr *sa, size_t salen);

#endif

dns_resolve.c

/*
* linux/fs/nfs/dns_resolve.c Read more

direct.c

/*
* linux/fs/nfs/direct.c Read more

dir.c

/*
* linux/fs/nfs/dir.c Read more

delegation.h

/*
* linux/fs/nfs/delegation.h Read more

delegation.c

/*
* linux/fs/nfs/delegation.c Read more

client.c

/* client.c: NFS client sharing and management code Read more

callback_xdr.c

/*
* linux/fs/nfs/callback_xdr.c Read more

callback_proc.c

/*
* linux/fs/nfs/callback_proc.c Read more

callback.h

/*
* linux/fs/nfs/callback.h Read more

callback.c

/*
* linux/fs/nfs/callback.c Read more

cache_lib.h

/*
* Helper routines for the NFS client caches Read more

Return top

INFORMATION

Hello. This site contains the source code of the kernel operating system Linux.