new_fsp          2765 kernel/fork.c  static int unshare_fs(unsigned long unshare_flags, struct fs_struct **new_fsp)
new_fsp          2776 kernel/fork.c  	*new_fsp = copy_fs_struct(fs);
new_fsp          2777 kernel/fork.c  	if (!*new_fsp)