Home
last modified time | relevance | path

Searched refs:nfs (Results 1 – 13 of 13) sorted by relevance

/linux-4.19.296/fs/nfs/
DMakefile6 obj-$(CONFIG_NFS_FS) += nfs.o
9 nfs-y := client.o dir.o file.o getroot.o inode.o super.o \
12 nfs-$(CONFIG_ROOT_NFS) += nfsroot.o
13 nfs-$(CONFIG_SYSCTL) += sysctl.o
14 nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o
Dclient.c88 struct nfs_subversion *nfs; in find_nfs_version() local
91 list_for_each_entry(nfs, &nfs_versions, list) { in find_nfs_version()
92 if (nfs->rpc_ops->version == version) { in find_nfs_version()
94 return nfs; in find_nfs_version()
104 struct nfs_subversion *nfs = find_nfs_version(version); in get_nfs_version() local
106 if (IS_ERR(nfs)) { in get_nfs_version()
109 nfs = find_nfs_version(version); in get_nfs_version()
113 if (!IS_ERR(nfs) && !try_module_get(nfs->owner)) in get_nfs_version()
115 return nfs; in get_nfs_version()
118 void put_nfs_version(struct nfs_subversion *nfs) in put_nfs_version() argument
[all …]
DKconfig11 will be called nfs.
14 install the user space mount.nfs command which can be found in
15 the Linux nfs-utils package, available from http://linux-nfs.org/.
18 implementation is available via the nfs(5) man page.
84 space programs which can be found in the Linux nfs-utils package,
85 available from http://linux-nfs.org/.
167 <file:Documentation/filesystems/nfs/nfsroot.txt>.
Dnfstrace.h6 #define TRACE_SYSTEM nfs
/linux-4.19.296/fs/fat/
DMakefile10 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
Dnfs.c55 if (MSDOS_SB(sb)->options.nfs == FAT_NFS_NOSTALE_RO) in fat_ilookup()
74 if (inode == NULL && MSDOS_SB(sb)->options.nfs == FAT_NFS_NOSTALE_RO) { in __fat_nfs_get_inode()
282 if (!parent_inode && sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_get_parent()
Dinode.c416 if (S_ISDIR(inode->i_mode) && sbi->options.nfs) { in fat_attach()
435 if (S_ISDIR(inode->i_mode) && sbi->options.nfs) { in fat_detach()
574 if (sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_lock_build_inode()
580 if (sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_unlock_build_inode()
1020 if (opts->nfs == FAT_NFS_NOSTALE_RO) in fat_show_options()
1022 else if (opts->nfs) in fat_show_options()
1156 opts->nfs = 0; in parse_options()
1280 opts->nfs = FAT_NFS_STALE_RW; in parse_options()
1283 opts->nfs = FAT_NFS_NOSTALE_RO; in parse_options()
1375 if (opts->nfs == FAT_NFS_NOSTALE_RO) { in parse_options()
Dfat.h38 unsigned char nfs; /* NFS support: nostale_ro, stale_rw */ member
Dfile.c413 if (MSDOS_SB(inode->i_sb)->options.nfs == FAT_NFS_NOSTALE_RO) { in fat_getattr()
/linux-4.19.296/fs/nfsd/
DKconfig20 user space programs which can be found in the Linux nfs-utils
21 package, available from http://linux-nfs.org/. More detail about
81 space programs which can be found in the Linux nfs-utils package,
82 available from http://linux-nfs.org/.
/linux-4.19.296/fs/
DMakefile88 obj-$(CONFIG_NFS_FS) += nfs/
DKconfig279 source "fs/nfs/Kconfig"
/linux-4.19.296/
DMAINTAINERS7977 L: linux-nfs@vger.kernel.org
7978 W: http://nfs.sourceforge.net/
7979 T: git git://linux-nfs.org/~bfields/linux.git
10248 L: linux-nfs@vger.kernel.org
10249 W: http://client.linux-nfs.org
10250 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
10253 F: fs/nfs/
10257 F: include/linux/nfs*
10259 F: include/uapi/linux/nfs*