Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnfs.h17 struct file_system_type *nfs_fs; /* NFS filesystem type */ member
Dnfs2super.c11 .nfs_fs = &nfs_fs_type,
Dnfs3super.c12 .nfs_fs = &nfs_fs_type,
Dnfs4super.c68 .nfs_fs = &nfs4_fs_type,
Dsuper.c2616 s = sget(nfs_mod->nfs_fs, compare_super, nfs_set_super, flags, &sb_mntdata); in nfs_fs_mount_common()