Searched refs:fnnode_t (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | autofs.h | 194 } 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 *); 268 extern fnnode_t *auto_makefnnode(vtype_t, vfs_t *, char *, cred_t *, 270 extern void auto_freefnnode(fnnode_t *); 271 extern void auto_disconnect(fnnode_t *, fnnode_t *); [all …]
|
/illumos-gate/usr/src/uts/common/fs/autofs/ |
H A D | auto_subr.c | 85 static int auto_perform_link(fnnode_t *, struct linka *, cred_t *); 86 static int auto_perform_actions(fninfo_t *, fnnode_t *, 100 fnnode_t *fnp, in auto_unblock_others() 112 auto_wait4mount(fnnode_t *fnp) in auto_wait4mount() 154 auto_lookup_aux(fnnode_t *fnp, char *name, cred_t *cred) in auto_lookup_aux() 248 fnnode_t *fnp; in auto_mount_thread() 302 auto_new_mount_thread(fnnode_t *fnp, char *name, cred_t *cred) in auto_new_mount_thread() 830 auto_perform_link(fnnode_t *fnp, struct linka *linkp, cred_t *cred) in auto_perform_link() 907 auto_invalid_autofs(fninfo_t *dfnip, fnnode_t *dfnp, action_list *p) in auto_invalid_autofs() 988 auto_invalid_action(fninfo_t *dfnip, fnnode_t *dfnp, action_list *alistpp) in auto_invalid_action() [all …]
|
H A D | auto_vnops.c | 173 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() 1304 fnnode_t *dfnp = fnp->fn_parent; in auto_inactive() [all …]
|
H A D | auto_vfsops.c | 357 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 D | mdb_ks.c | 416 fnnode_t fn; in mdb_autonode2path()
|