Searched refs:upcall_target (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifs_spnego.c | 123 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 D | fs_context.h | 244 enum upcall_target_enum upcall_target; /* where to upcall for mount */ member
|
| H A D | fs_context.c | 190 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 D | trace.h | 1859 __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 D | cifsfs.c | 584 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 D | connect.c | 2462 *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 D | cifsglob.h | 1086 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
|