Searched refs:fn_symlink (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/autofs-246/autofs_kext/
H A Dautofs_kern.h131 #define fn_symlink fn_u.s.s_symlinktarget macro
H A Dauto_subr.c1441 fnp->fn_symlink = tmp;
1520 * fn_symlink is a union with dirents. If a parent gets reclaimed
1525 if (is_symlink && fnp->fn_symlink != NULL)
1526 FREE(fnp->fn_symlink, M_AUTOFS);
H A Dauto_vnops.c1033 error = uiomove(fnp->fn_symlink, MIN(fnp->fn_symlinklen,

Completed in 129 milliseconds