Home
last modified time | relevance | path

Searched refs:upcall_target (Results 1 – 7 of 7) sorted by relevance

/linux/fs/smb/client/
H A Dcifs_spnego.c123 if (sesInfo->upcall_target == UPTARGET_MOUNT) in cifs_get_spnego_key()
170 if (sesInfo->upcall_target == UPTARGET_MOUNT) in cifs_get_spnego_key()
H A Dfs_context.h244 enum upcall_target_enum upcall_target; /* where to upcall for mount */ member
H A Dfs_context.c190 fsparam_string("upcall_target", Opt_upcalltarget),
268 ctx->upcall_target = UPTARGET_UNSPECIFIED; in cifs_parse_upcall_target()
272 ctx->upcall_target = UPTARGET_MOUNT; in cifs_parse_upcall_target()
275 ctx->upcall_target = UPTARGET_APP; in cifs_parse_upcall_target()
706 if (ctx->multiuser && ctx->upcall_target == UPTARGET_MOUNT) { in smb3_handle_conflicting_options()
H A Dtrace.h1859 __array(char, upcall_target, sizeof("mount"))
1879 if (ses->upcall_target == UPTARGET_MOUNT)
1880 memcpy(__entry->upcall_target, "mount", sizeof("mount"));
1882 memcpy(__entry->upcall_target, "app", sizeof("app"));
1885 TP_printk("vers=%d host=%s ip=%pISpsfc sec=%s uid=%d cruid=%d user=%s pid=%d upcall_target=%s err=%d",
1888 __entry->pid, __entry->upcall_target, __entry->rc))
H A Dcifsfs.c584 if (cifs_sb->ctx->upcall_target == UPTARGET_UNSPECIFIED) { in cifs_show_upcall_target()
585 seq_puts(s, ",upcall_target=app"); in cifs_show_upcall_target()
589 seq_puts(s, ",upcall_target="); in cifs_show_upcall_target()
591 switch (cifs_sb->ctx->upcall_target) { in cifs_show_upcall_target()
H A Dconnect.c2462 *Explicitly marking upcall_target mount option for easier handling in cifs_get_smb_ses()
2466 switch (ctx->upcall_target) { in cifs_get_smb_ses()
2469 ses->upcall_target = UPTARGET_APP; in cifs_get_smb_ses()
2472 ses->upcall_target = UPTARGET_MOUNT; in cifs_get_smb_ses()
2476 ses->upcall_target = UPTARGET_APP; in cifs_get_smb_ses()
H A Dcifsglob.h1086 enum upcall_target_enum upcall_target; /* what upcall target was specified? */
1084 enum upcall_target_enum upcall_target; /* what upcall target was specified? */ global() member