Searched refs:upcall_target (Results 1 – 6 of 6) sorted by relevance
114 if (sesInfo->upcall_target == UPTARGET_MOUNT) in cifs_get_spnego_key()169 if (sesInfo->upcall_target == UPTARGET_MOUNT) { in cifs_get_spnego_key()
244 enum upcall_target_enum upcall_target; /* where to upcall for mount */ member
269 ctx->upcall_target = UPTARGET_UNSPECIFIED; in cifs_parse_upcall_target()273 ctx->upcall_target = UPTARGET_MOUNT; in cifs_parse_upcall_target()276 ctx->upcall_target = UPTARGET_APP; in cifs_parse_upcall_target()1835 if (ctx->multiuser && ctx->upcall_target == UPTARGET_MOUNT) { in smb3_fs_context_parse_param()
553 if (cifs_sb->ctx->upcall_target == UPTARGET_UNSPECIFIED) { in cifs_show_upcall_target()560 switch (cifs_sb->ctx->upcall_target) { in cifs_show_upcall_target()
2451 switch (ctx->upcall_target) { in cifs_get_smb_ses()2454 ses->upcall_target = UPTARGET_APP; in cifs_get_smb_ses()2457 ses->upcall_target = UPTARGET_MOUNT; in cifs_get_smb_ses()2461 ses->upcall_target = UPTARGET_APP; in cifs_get_smb_ses()
1120 enum upcall_target_enum upcall_target; /* what upcall target was specified? */ member