Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_create.c576 int last_top = -1; in smb2_encode_create_ctx() local
581 last_top = mbc->chain_offset; in smb2_encode_create_ctx()
586 (void) smb_mbc_poke(mbc, last_top, "l", in smb2_encode_create_ctx()
587 mbc->chain_offset - last_top); in smb2_encode_create_ctx()
592 last_top = mbc->chain_offset; in smb2_encode_create_ctx()
597 (void) smb_mbc_poke(mbc, last_top, "l", in smb2_encode_create_ctx()
598 mbc->chain_offset - last_top); in smb2_encode_create_ctx()
601 if (last_top >= 0) in smb2_encode_create_ctx()
602 (void) smb_mbc_poke(mbc, last_top, "l", 0); in smb2_encode_create_ctx()