| /linux/fs/smb/client/ |
| H A D | link.c | 234 struct cifs_open_parms oparms; in cifs_query_mf_symlink() local 239 oparms = (struct cifs_open_parms) { in cifs_query_mf_symlink() 249 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, &query_data); in cifs_query_mf_symlink() 279 struct cifs_open_parms oparms; in cifs_create_mf_symlink() local 282 oparms = (struct cifs_open_parms) { in cifs_create_mf_symlink() 292 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in cifs_create_mf_symlink() 318 struct cifs_open_parms oparms; in smb3_query_mf_symlink() local 325 oparms = (struct cifs_open_parms) { in smb3_query_mf_symlink() 339 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, &data, NULL, in smb3_query_mf_symlink() 372 struct cifs_open_parms oparms; in smb3_create_mf_symlink() local [all …]
|
| H A D | smb2pdu.c | 2525 create_durable_v2_buf(struct cifs_open_parms *oparms) in create_durable_v2_buf() argument 2527 struct cifs_fid *pfid = oparms->fid; in create_durable_v2_buf() 2548 buf->dcontext.Timeout = cpu_to_le32(oparms->tcon->handle_timeout); in create_durable_v2_buf() 2552 if (!oparms->replay) { in create_durable_v2_buf() 2600 struct cifs_open_parms *oparms) in add_durable_v2_context() argument 2604 iov[num].iov_base = create_durable_v2_buf(oparms); in add_durable_v2_context() 2614 struct cifs_open_parms *oparms) in add_durable_reconnect_v2_context() argument 2619 oparms->reconnect = false; in add_durable_reconnect_v2_context() 2621 iov[num].iov_base = create_reconnect_durable_v2_buf(oparms->fid); in add_durable_reconnect_v2_context() 2631 struct cifs_open_parms *oparms, bool use_persistent) in add_durable_context() argument [all …]
|
| H A D | cached_dir.c | 141 struct cifs_open_parms oparms; in open_cached_dir() local 273 oparms = (struct cifs_open_parms) { in open_cached_dir() 286 &rqst[0], &oplock, &oparms, utf16_path); in open_cached_dir() 339 oparms.fid->persistent_fid = o_rsp->PersistentFileId; in open_cached_dir() 340 oparms.fid->volatile_fid = o_rsp->VolatileFileId; in open_cached_dir() 342 oparms.fid->mid = le64_to_cpu(o_rsp->hdr.MessageId); in open_cached_dir() 353 &oparms.fid->epoch, in open_cached_dir() 354 oparms.fid->lease_key, in open_cached_dir()
|
| H A D | reparse.c | 269 struct cifs_open_parms oparms; in detect_directory_symlink_target() local 342 oparms = CIFS_OPARMS(cifs_sb, tcon, resolved_path, in detect_directory_symlink_target() 344 oparms.fid = &fid; in detect_directory_symlink_target() 348 oparms.create_options = cifs_create_options(cifs_sb, in detect_directory_symlink_target() 350 open_rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in detect_directory_symlink_target() 367 oparms.create_options = cifs_create_options(cifs_sb, in detect_directory_symlink_target() 369 open_rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in detect_directory_symlink_target()
|
| H A D | smb2proto.h | 110 int smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms, 138 int SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, 144 struct cifs_open_parms *oparms, __le16 *path);
|
| H A D | cifsacl.c | 1588 struct cifs_open_parms oparms; in get_cifs_acl_by_path() local 1596 oparms = (struct cifs_open_parms) { in get_cifs_acl_by_path() 1607 oparms.desired_access |= SYSTEM_SECURITY; in get_cifs_acl_by_path() 1609 rc = CIFS_open(xid, &oparms, &oplock, NULL); in get_cifs_acl_by_path() 1653 struct cifs_open_parms oparms; in set_cifs_acl() local 1668 oparms = (struct cifs_open_parms) { in set_cifs_acl() 1678 rc = CIFS_open(xid, &oparms, &oplock, NULL); in set_cifs_acl()
|
| H A D | cifsglob.h | 474 int (*open)(const unsigned int xid, struct cifs_open_parms *oparms, __u32 *oplock, 2258 struct cifs_open_parms oparms; member
|
| /linux/net/sched/ |
| H A D | act_connmark.c | 104 struct tcf_connmark_parms *nparms, *oparms; in tcf_connmark_init() local 174 oparms = rcu_replace_pointer(ci->parms, nparms, lockdep_is_held(&ci->tcf_lock)); in tcf_connmark_init() 180 if (oparms) in tcf_connmark_init() 181 kfree_rcu(oparms, rcu); in tcf_connmark_init()
|
| H A D | act_pedit.c | 167 struct tcf_pedit_parms *oparms, *nparms; in tcf_pedit_init() local 279 oparms = rcu_replace_pointer(p->parms, nparms, 1); in tcf_pedit_init() 282 if (oparms) in tcf_pedit_init() 283 call_rcu(&oparms->rcu, tcf_pedit_cleanup_rcu); in tcf_pedit_init()
|