Home
last modified time | relevance | path

Searched refs:fnnode_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h194 } fnnode_t; typedef
217 fnnode_t *fnc_fnp; /* fnnode */
225 fnnode_t *fng_rootfnnodep;
264 extern int auto_search(fnnode_t *, char *, fnnode_t **, cred_t *);
265 extern int auto_enter(fnnode_t *, char *, fnnode_t **, cred_t *);
266 extern void auto_unblock_others(fnnode_t *, uint_t);
267 extern int auto_wait4mount(fnnode_t *);
270 extern void auto_freefnnode(fnnode_t *);
271 extern void auto_disconnect(fnnode_t *, fnnode_t *);
282 extern int auto_lookup_aux(fnnode_t *, char *, cred_t *);
[all …]
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c100 fnnode_t *fnp, in auto_unblock_others()
248 fnnode_t *fnp; in auto_mount_thread()
1003 fnnode_t *dfnp, in auto_perform_actions()
1376 fnnode_t *
1384 fnnode_t *fnp; in auto_makefnnode()
1470 fnnode_t *dfnp, in auto_disconnect()
1471 fnnode_t *fnp) in auto_disconnect()
1528 auto_enter(fnnode_t *dfnp, char *name, fnnode_t **fnpp, cred_t *cred) in auto_enter()
1613 fnnode_t *p; in auto_search()
1912 fnnode_t *cfnp; in unmount_node()
[all …]
H A Dauto_vnops.c173 fnnode_t *fnp = vntofn(vp); in auto_getattr()
316 fnnode_t *fnp = vntofn(vp); in auto_access()
370 fnnode_t *dfnp = NULL; in auto_lookup()
371 fnnode_t *fnp = NULL; in auto_lookup()
395 fnnode_t *pdfnp; in auto_lookup()
953 fnnode_t *fnp = vntofn(vp); in auto_readdir()
954 fnnode_t *cfnp, *nfnp; in auto_readdir()
1270 fnnode_t *fnp = vntofn(vp); in auto_readlink()
1303 fnnode_t *fnp = vntofn(vp); in auto_inactive()
1346 fnnode_t *fnp = vntofn(vp); in auto_rwlock()
[all …]
H A Dauto_vfsops.c357 fnnode_t *rootfnp = NULL; in auto_mount()
698 fnnode_t *rfnp, *fnp, *pfnp; in auto_unmount()
699 fnnode_t *myrootfnnodep; in auto_unmount()
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c416 fnnode_t fn; in mdb_autonode2path()