Searched refs:nfs (Results 1 – 16 of 16) sorted by relevance
/fs/nfs/ |
D | Makefile | 5 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
|
D | client.c | 88 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 …]
|
D | Kconfig | 11 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>.
|
D | nfstrace.h | 5 #define TRACE_SYSTEM nfs
|
/fs/fat/ |
D | nfs.c | 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()
|
D | inode.c | 409 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()
|
D | Makefile | 9 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
|
D | fat.h | 37 unsigned char nfs; /* NFS support: nostale_ro, stale_rw */ member
|
D | file.c | 374 if (MSDOS_SB(inode->i_sb)->options.nfs == FAT_NFS_NOSTALE_RO) { in fat_getattr()
|
/fs/nfsd/ |
D | Kconfig | 20 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/ |
D | ncplib_kernel.c | 396 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()
|
D | inode.c | 146 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()
|
D | dir.c | 954 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()
|
D | Kconfig | 55 mount-time with the `-N nfs' parameter of ncpmount.
|
/fs/ |
D | Makefile | 88 obj-$(CONFIG_NFS_FS) += nfs/
|
D | Kconfig | 274 source "fs/nfs/Kconfig"
|