Lines Matching refs:parsed
1781 struct nfs_parsed_mount_data *args = mount_info->parsed; in nfs_try_mount_request()
1852 if (mount_info->parsed->need_mount) in nfs_try_mount()
2308 struct nfs_parsed_mount_data *data = mount_info->parsed; in nfs_fill_super()
2462 struct nfs_parsed_mount_data *parsed, in nfs_get_cache_cookie() argument
2472 if (parsed) { in nfs_get_cache_cookie()
2473 if (!(parsed->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
2475 if (parsed->fscache_uniq) { in nfs_get_cache_cookie()
2476 uniq = parsed->fscache_uniq; in nfs_get_cache_cookie()
2477 ulen = strlen(parsed->fscache_uniq); in nfs_get_cache_cookie()
2494 struct nfs_parsed_mount_data *parsed, in nfs_get_cache_cookie() argument
2513 error = security_sb_set_mnt_opts(s, &mount_info->parsed->lsm_opts, in nfs_set_sb_security()
2583 nfs_get_cache_cookie(s, mount_info->parsed, mount_info->cloned); in nfs_fs_mount_common()
2623 mount_info.parsed = nfs_alloc_parsed_mount_data(); in nfs_fs_mount()
2625 if (mount_info.parsed == NULL || mount_info.mntfh == NULL) in nfs_fs_mount()
2629 error = nfs_validate_mount_data(fs_type, raw_data, mount_info.parsed, mount_info.mntfh, dev_name); in nfs_fs_mount()
2631 error = nfs_validate_text_mount_data(raw_data, mount_info.parsed, dev_name); in nfs_fs_mount()
2637 nfs_mod = get_nfs_version(mount_info.parsed->version); in nfs_fs_mount()
2647 nfs_free_parsed_mount_data(mount_info.parsed); in nfs_fs_mount()