Searched defs:oldfid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c247 u_int16_t fid, oldfid; local
370 oldfid = np->n_fid;
384 oldfid, NULL, &scred);
H A Dsmbfs_smb.c1341 uint16_t oldfid = SMB_FID_UNUSED; local
1354 * Will close oldfid below.
1356 oldfid = np->n_fid;
1361 oldfid = fid;
1365 if (oldfid != SMB_FID_UNUSED)
1366 error = smbfs_smb_close(ssp, oldfid, NULL, scrp);

Completed in 282 milliseconds