Searched refs:nfs_set_super (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dsuper.c587 static int nfs_set_super(struct super_block *s, void *_server) function
633 s = sget(fs_type, nfs_compare_super, nfs_set_super, server);
706 s = sget(&nfs_fs_type, nfs_compare_super, nfs_set_super, server);
883 s = sget(fs_type, nfs_compare_super, nfs_set_super, server);
964 s = sget(&nfs_fs_type, nfs_compare_super, nfs_set_super, server);
1031 s = sget(&nfs_fs_type, nfs_compare_super, nfs_set_super, server);

Completed in 70 milliseconds