Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_create_andx.c184 &op->rootdirfid, in smb_pre_nt_create_andx()
281 if (op->rootdirfid == 0) { in smb_com_nt_create_andx()
284 op->dir = smb_ofile_lookup_by_fid(sr, (uint16_t)op->rootdirfid); in smb_com_nt_create_andx()
H A Dsmb_nt_transact_create.c72 &op->rootdirfid, in smb_pre_nt_transact_create()
192 if (op->rootdirfid == 0) { in smb_nt_transact_create()
195 op->dir = smb_ofile_lookup_by_fid(sr, (uint16_t)op->rootdirfid); in smb_nt_transact_create()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1646 uint32_t rootdirfid; member