Home
last modified time | relevance | path

Searched refs:nfs_fs (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfs/
H A Dnfs.h17 struct file_system_type *nfs_fs; /* NFS filesystem type */ member
H A Dnfs2super.c6 #include <linux/nfs_fs.h>
12 .nfs_fs = &nfs_fs_type,
H A Dnfs3super.c6 #include <linux/nfs_fs.h>
13 .nfs_fs = &nfs_fs_type,
H A Dfs_context.c18 #include <linux/nfs_fs.h>
1581 if (fc->fs_type != ctx->nfs_mod->nfs_fs) { in nfs_fs_context_validate()
1583 __module_get(ctx->nfs_mod->nfs_fs->owner); in nfs_fs_context_validate()
1584 fc->fs_type = ctx->nfs_mod->nfs_fs; in nfs_fs_context_validate()