Searched refs:nfs_compare_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.c599 static int nfs_compare_super(struct super_block *sb, void *data) 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 44 milliseconds