Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_acl.c75 u_int16_t fid = SMB_FID_UNUSED; in smbfs_getsd()
146 u_int16_t fid = SMB_FID_UNUSED; in smbfs_setsd()
H A Dsmbfs_smb.c250 (np->n_fid != SMB_FID_UNUSED) && in smbfs_smb_trans2_query()
1341 uint16_t oldfid = SMB_FID_UNUSED; in smbfs_smb_tmpclose()
1357 np->n_fid = SMB_FID_UNUSED; in smbfs_smb_tmpclose()
1365 if (oldfid != SMB_FID_UNUSED) in smbfs_smb_tmpclose()
H A Dsmbfs_subr2.c429 np->n_fid = SMB_FID_UNUSED; in make_smbnode()
H A Dsmbfs_vnops.c541 if ((ofid = np->n_fid) != SMB_FID_UNUSED) { in smbfs_rele_fid()
542 np->n_fid = SMB_FID_UNUSED; in smbfs_rele_fid()
/titanic_41/usr/src/uts/common/netsmb/
H A Dsmb.h117 #define SMB_FID_UNUSED 0xffff macro