Searched defs:phase (Results 1 - 2 of 2) sorted by relevance

/fs/f2fs/
H A Dgc.c562 int phase = 0; local
583 if (phase == 0) {
592 if (phase == 1) {
599 if (phase == 2) {
631 if (++phase < 4)
642 phase = 2;
/fs/cifs/
H A Dsmb2pdu.c534 __le32 phase = NtLmNegotiate; /* NTLMSSP, if needed, is multistage */ local
568 if (phase == NtLmChallenge)
569 phase = NtLmAuthenticate; /* if ntlmssp, now final phase */
594 if (phase == NtLmNegotiate) {
617 } else if (phase == NtLmAuthenticate) {
645 cifs_dbg(VFS, "illegal ntlmssp phase\n");
669 if (phase != NtLmNegotiate) {
682 phase = NtLmChallenge; /* process ntlmssp challenge */
706 /* if ntlmssp, and negotiate succeeded, proceed to authenticate phase */
[all...]

Completed in 24 milliseconds