Home
last modified time | relevance | path

Searched refs:parsed (Results 1 – 6 of 6) sorted by relevance

/fs/nfs/
Dsuper.c1769 if (mount_info->parsed->need_mount) { in nfs_try_mount()
1770 status = nfs_request_mount(mount_info->parsed, mount_info->mntfh); in nfs_try_mount()
2218 struct nfs_parsed_mount_data *data = mount_info->parsed; in nfs_fill_super()
2371 struct nfs_parsed_mount_data *parsed, in nfs_get_cache_cookie() argument
2381 if (parsed) { in nfs_get_cache_cookie()
2382 if (!(parsed->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
2384 if (parsed->fscache_uniq) { in nfs_get_cache_cookie()
2385 uniq = parsed->fscache_uniq; in nfs_get_cache_cookie()
2386 ulen = strlen(parsed->fscache_uniq); in nfs_get_cache_cookie()
2403 struct nfs_parsed_mount_data *parsed, in nfs_get_cache_cookie() argument
[all …]
Dnfs4super.c251 struct nfs_parsed_mount_data *data = mount_info->parsed; in nfs4_try_mount()
Dinternal.h138 struct nfs_parsed_mount_data *parsed; member
Dclient.c1060 error = nfs_init_server(server, mount_info->parsed, nfs_mod); in nfs_create_server()
1071 if (!(mount_info->parsed->flags & NFS_MOUNT_NORDIRPLUS)) in nfs_create_server()
Dnfs4client.c848 error = nfs4_init_server(server, mount_info->parsed); in nfs4_create_server()
/fs/cifs/
DCHANGES613 oplock on file. Fix spurious logging of valid already parsed mount options
614 that are parsed outside of the cifs vfs such as nosuid.