Home
last modified time | relevance | path

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

/fs/nfs/
DMakefile5 obj-$(CONFIG_NFS_FS) += nfs.o
8 nfs-y := client.o dir.o file.o getroot.o inode.o super.o \
11 nfs-$(CONFIG_ROOT_NFS) += nfsroot.o
12 nfs-$(CONFIG_SYSCTL) += sysctl.o
13 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/.
172 <file:Documentation/filesystems/nfs/nfsroot.txt>.
Dnfstrace.h5 #define TRACE_SYSTEM nfs
/fs/fat/
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.c409 if (S_ISDIR(inode->i_mode) && sbi->options.nfs) { in fat_attach()
428 if (S_ISDIR(inode->i_mode) && sbi->options.nfs) { in fat_detach()
567 if (sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_lock_build_inode()
573 if (sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_unlock_build_inode()
998 if (opts->nfs == FAT_NFS_NOSTALE_RO) in fat_show_options()
1000 else if (opts->nfs) in fat_show_options()
1134 opts->nfs = 0; in parse_options()
1258 opts->nfs = FAT_NFS_STALE_RW; in parse_options()
1261 opts->nfs = FAT_NFS_NOSTALE_RO; in parse_options()
1354 if (opts->nfs == FAT_NFS_NOSTALE_RO) { in parse_options()
DMakefile9 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
Dfat.h37 unsigned char nfs; /* NFS support: nostale_ro, stale_rw */ member
Dfile.c374 if (MSDOS_SB(inode->i_sb)->options.nfs == FAT_NFS_NOSTALE_RO) { in fat_getattr()
/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/.
/fs/ncpfs/
Dncplib_kernel.c396 ncp_extract_nfs_info(ncp_reply_data(server, 0), &target->nfs); in ncp_obtain_nfs_info()
398 target->entryName, target->nfs.mode, in ncp_obtain_nfs_info()
399 target->nfs.rdev); in ncp_obtain_nfs_info()
401 target->nfs.mode = 0; in ncp_obtain_nfs_info()
402 target->nfs.rdev = 0; in ncp_obtain_nfs_info()
409 target->nfs.mode = 0; in ncp_obtain_nfs_info()
410 target->nfs.rdev = 0; in ncp_obtain_nfs_info()
641 target->nfs.mode = 0; in ncp_lookup_volume()
Dinode.c146 ncp_dbg(1, "(%s) nfs.mode=0%o\n", nwi->entryName, nwi->nfs.mode); in ncp_update_dates()
147 if (nwi->nfs.mode) { in ncp_update_dates()
149 inode->i_mode = nwi->nfs.mode; in ncp_update_dates()
280 new_decode_dev(info->i.nfs.rdev)); in ncp_iget()
Ddir.c954 finfo.i.nfs.mode = mode; in ncp_create_new()
955 finfo.i.nfs.rdev = new_encode_dev(rdev); in ncp_create_new()
996 finfo.i.nfs.mode = mode; in ncp_mkdir()
DKconfig55 mount-time with the `-N nfs' parameter of ncpmount.
/fs/
DMakefile88 obj-$(CONFIG_NFS_FS) += nfs/
DKconfig274 source "fs/nfs/Kconfig"