Searched refs:nfs (Results 1 – 12 of 12) sorted by relevance
6 obj-$(CONFIG_NFS_FS) += nfs.o9 nfs-y := client.o dir.o file.o getroot.o inode.o super.o \13 nfs-$(CONFIG_ROOT_NFS) += nfsroot.o14 nfs-$(CONFIG_SYSCTL) += sysctl.o15 nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o
86 struct nfs_subversion *nfs; in find_nfs_version() local89 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() local104 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 …]
12 will be called nfs.15 install the user space mount.nfs command which can be found in16 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>.
6 #define TRACE_SYSTEM nfs
46 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()
422 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()
10 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
38 unsigned char nfs; /* NFS support: nostale_ro, stale_rw */ member
404 if (MSDOS_SB(inode->i_sb)->options.nfs == FAT_NFS_NOSTALE_RO) { in fat_getattr()
22 user space programs which can be found in the Linux nfs-utils23 package, available from http://linux-nfs.org/. More detail about85 space programs which can be found in the Linux nfs-utils package,86 available from http://linux-nfs.org/.
93 obj-$(CONFIG_NFS_FS) += nfs/
311 source "fs/nfs/Kconfig"