Searched refs:nfs (Results 1 – 13 of 13) sorted by relevance
6 obj-$(CONFIG_NFS_FS) += nfs.o9 nfs-y := client.o dir.o file.o getroot.o inode.o super.o \12 nfs-$(CONFIG_ROOT_NFS) += nfsroot.o13 nfs-$(CONFIG_SYSCTL) += sysctl.o14 nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o
88 struct nfs_subversion *nfs; in find_nfs_version() local91 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() local106 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 …]
11 will be called nfs.14 install the user space mount.nfs command which can be found in15 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>.
6 #define TRACE_SYSTEM nfs
10 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
55 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()
416 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()
38 unsigned char nfs; /* NFS support: nostale_ro, stale_rw */ member
413 if (MSDOS_SB(inode->i_sb)->options.nfs == FAT_NFS_NOSTALE_RO) { in fat_getattr()
20 user space programs which can be found in the Linux nfs-utils21 package, available from http://linux-nfs.org/. More detail about81 space programs which can be found in the Linux nfs-utils package,82 available from http://linux-nfs.org/.
88 obj-$(CONFIG_NFS_FS) += nfs/
279 source "fs/nfs/Kconfig"
7977 L: linux-nfs@vger.kernel.org7978 W: http://nfs.sourceforge.net/7979 T: git git://linux-nfs.org/~bfields/linux.git10248 L: linux-nfs@vger.kernel.org10249 W: http://client.linux-nfs.org10250 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git10253 F: fs/nfs/10257 F: include/linux/nfs*10259 F: include/uapi/linux/nfs*