Home
last modified time | relevance | path

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

/fs/nfs/
DMakefile6 obj-$(CONFIG_NFS_FS) += nfs.o
9 nfs-y := client.o dir.o file.o getroot.o inode.o super.o \
13 nfs-$(CONFIG_ROOT_NFS) += nfsroot.o
14 nfs-$(CONFIG_SYSCTL) += sysctl.o
15 nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o
Dclient.c86 struct nfs_subversion *nfs; in find_nfs_version() local
89 list_for_each_entry(nfs, &nfs_versions, list) { in find_nfs_version()
90 if (nfs->rpc_ops->version == version) { in find_nfs_version()
92 return nfs; in find_nfs_version()
102 struct nfs_subversion *nfs = find_nfs_version(version); in get_nfs_version() local
104 if (IS_ERR(nfs)) { in get_nfs_version()
107 nfs = find_nfs_version(version); in get_nfs_version()
111 if (!IS_ERR(nfs) && !try_module_get(nfs->owner)) in get_nfs_version()
113 return nfs; in get_nfs_version()
116 void put_nfs_version(struct nfs_subversion *nfs) in put_nfs_version() argument
[all …]
DKconfig12 will be called nfs.
15 install the user space mount.nfs command which can be found in
16 the Linux nfs-utils package, available from http://linux-nfs.org/.
19 implementation is available via the nfs(5) man page.
85 space programs which can be found in the Linux nfs-utils package,
86 available from http://linux-nfs.org/.
167 <file:Documentation/admin-guide/nfs/nfsroot.rst>.
Dnfstrace.h6 #define TRACE_SYSTEM nfs
/fs/fat/
Dnfs.c46 if (MSDOS_SB(sb)->options.nfs == FAT_NFS_NOSTALE_RO) in fat_ilookup()
65 if (inode == NULL && MSDOS_SB(sb)->options.nfs == FAT_NFS_NOSTALE_RO) { in __fat_nfs_get_inode()
273 if (!parent_inode && sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_get_parent()
Dinode.c422 if (S_ISDIR(inode->i_mode) && sbi->options.nfs) { in fat_attach()
441 if (S_ISDIR(inode->i_mode) && sbi->options.nfs) { in fat_detach()
580 if (sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_lock_build_inode()
586 if (sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_unlock_build_inode()
1019 if (opts->nfs == FAT_NFS_NOSTALE_RO) in fat_show_options()
1021 else if (opts->nfs) in fat_show_options()
1155 opts->nfs = 0; in parse_options()
1279 opts->nfs = FAT_NFS_STALE_RW; in parse_options()
1282 opts->nfs = FAT_NFS_NOSTALE_RO; in parse_options()
1374 if (opts->nfs == FAT_NFS_NOSTALE_RO) { in parse_options()
DMakefile10 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
Dfat.h38 unsigned char nfs; /* NFS support: nostale_ro, stale_rw */ member
Dfile.c404 if (MSDOS_SB(inode->i_sb)->options.nfs == FAT_NFS_NOSTALE_RO) { in fat_getattr()
/fs/nfsd/
DKconfig22 user space programs which can be found in the Linux nfs-utils
23 package, available from http://linux-nfs.org/. More detail about
85 space programs which can be found in the Linux nfs-utils package,
86 available from http://linux-nfs.org/.
/fs/
DMakefile93 obj-$(CONFIG_NFS_FS) += nfs/
DKconfig311 source "fs/nfs/Kconfig"