Lines Matching defs:share

2243 	/* make sure UNC has a share name */
2245 cifs_dbg(VFS, "Malformed UNC. Unable to find share name.\n");
3206 * IPC tcon share the lifetime of their session and are
3320 cifs_dbg(VFS, "Encryption is not supported on share\n");
3362 "Persistent handles not supported on share\n");
3384 cifs_dbg(VFS, "cache=ro requested on mount but NO_CACHING flag set on share\n");
3386 cifs_dbg(VFS, "cache=singleclient requested on mount but NO_CACHING flag set on share\n");
3400 * We can have only one retry value for a connection to a share so for
3401 * resources mounted more than once to the same server share the last
3463 * We want to share sb only if we don't specify an r/wsize or
3826 * or if we change to make all sb to same share the same
3828 * What if we wanted to mount the server share twice once with
3866 cifs_dbg(VFS, "per-share encryption not supported yet\n");
3998 cifs_dbg(FYI, "mounting share using direct i/o\n");
4002 cifs_dbg(VFS, "mounting share with read only caching. Ensure that the share will not be modified while in use.\n");
4005 cifs_dbg(VFS, "mounting share in single client RW caching mode. Ensure that no other systems will be accessing the share.\n");
4119 /* search for existing tcon to this server share */
4152 cifs_dbg(VFS, "mounted to read only share\n");
4155 cifs_dbg(VFS, "read only mount of RW share\n");
4156 /* no need to log a RW mount of a typical RW share */
4517 * Check if path is remote (e.g. a DFS share). Return -EREMOTE if it is,
4675 /* No DFS referral was returned. Looks like a regular share. */
4919 (/* server len*/ + 256 /* share len */), nls_codepage);
4963 cifs_dbg(FYI, "disk share connection\n");
5362 char *share = NULL, *prefix = NULL;
5370 /* If it is not dfs or there was no cached dfs referral, then reconnect to same share */
5389 kfree(share);
5391 share = NULL;
5394 rc = dfs_cache_get_tgt_share(tcon->dfs_path + 1, it, &share, &prefix);
5396 cifs_dbg(VFS, "%s: failed to parse target share %d\n",
5401 extract_unc_hostname(share, &dfs_host, &dfs_host_len);
5421 scnprintf(tree, MAX_TREE_SIZE, "\\\\%s\\IPC$", share);
5424 scnprintf(tree, MAX_TREE_SIZE, "\\%s", share);
5436 kfree(share);