Searched refs:fninfo_t (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/autofs-246/autofs_kext/
H A Dautofs_kern.h88 } fninfo_t; typedef in typeref:struct:fninfo
198 #define vfstofni(mp) ((fninfo_t *)(vfs_fsprivate(mp)))
250 extern int auto_lookup_request(fninfo_t *, char *, int, char *,
255 extern boolean_t auto_fninfo_lock_shared(fninfo_t *fnip, int pid);
256 extern void auto_fninfo_unlock_shared(fninfo_t *fnip, boolean_t have_lock);
H A Dauto_vfsops.c287 fninfo_t *fnip = vfstofni(mp);
330 fninfo_t *fnip = NULL;
403 MALLOC(fnip, fninfo_t *, sizeof(*fnip), M_AUTOFS, M_WAITOK);
678 fninfo_t *fnip;
802 fninfo_t *fnip;
946 * it will fail rather than trying to refer to the fninfo_t
947 * for it, as we're going to release that fninfo_t. Then drop
948 * the write lock on the fninfo_t, so that any triggered mounts
1012 fninfo_t *fnip;
1282 fninfo_t *fni
[all...]
H A Dauto_vnops.c127 fninfo_t *fnip = vfstofni(vnode_mount(vp));
219 fninfo_t *fnip = vfstofni(vnode_mount(vp));
304 fninfo_t *dfnip;
697 fninfo_t *fnip = vfstofni(vnode_mount(vp));
H A Dauto_subr.c117 * us to be asked to do something already has a reader lock on the fninfo_t,
122 * so everybody's deadlocked), get a reader lock on the fninfo_t.
125 auto_fninfo_lock_shared(fninfo_t *fnip, int pid)
139 auto_fninfo_unlock_shared(fninfo_t *fnip, boolean_t have_lock)
233 auto_lookup_request(fninfo_t *fnip, char *name, int namelen, char *subdir,

Completed in 140 milliseconds