Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfs/
Dnfs2super.c12 .nfs_fs = &nfs_fs_type,
Dnfs3super.c13 .nfs_fs = &nfs_fs_type,
Dnfs.h17 struct file_system_type *nfs_fs; /* NFS filesystem type */ member
Dnfs4super.c40 .nfs_fs = &nfs4_fs_type,
Dfs_context.c1465 if (fc->fs_type != ctx->nfs_mod->nfs_fs) { in nfs_fs_context_validate()
1467 __module_get(ctx->nfs_mod->nfs_fs->owner); in nfs_fs_context_validate()
1468 fc->fs_type = ctx->nfs_mod->nfs_fs; in nfs_fs_context_validate()