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

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_acl.c75 u_int16_t fid = SMB_FID_UNUSED;
146 u_int16_t fid = SMB_FID_UNUSED;
H A Dsmbfs_smb.c250 (np->n_fid != SMB_FID_UNUSED) &&
1341 uint16_t oldfid = SMB_FID_UNUSED;
1357 np->n_fid = SMB_FID_UNUSED;
1365 if (oldfid != SMB_FID_UNUSED)
H A Dsmbfs_subr2.c429 np->n_fid = SMB_FID_UNUSED;
H A Dsmbfs_vnops.c542 if ((ofid = np->n_fid) != SMB_FID_UNUSED) {
543 np->n_fid = SMB_FID_UNUSED;
/illumos-gate/usr/src/uts/common/netsmb/
H A Dsmb.h117 #define SMB_FID_UNUSED 0xffff macro

Completed in 93 milliseconds