Searched refs:SMB_FID_UNUSED (Results 1 – 5 of 5) sorted by relevance
75 u_int16_t fid = SMB_FID_UNUSED; in smbfs_getsd()146 u_int16_t fid = SMB_FID_UNUSED; in smbfs_setsd()
250 (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()
429 np->n_fid = SMB_FID_UNUSED; in make_smbnode()
541 if ((ofid = np->n_fid) != SMB_FID_UNUSED) { in smbfs_rele_fid()542 np->n_fid = SMB_FID_UNUSED; in smbfs_rele_fid()
117 #define SMB_FID_UNUSED 0xffff macro