Home
last modified time | relevance | path

Searched refs:vntofn (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c173 fnnode_t *fnp = vntofn(vp); in auto_getattr()
316 fnnode_t *fnp = vntofn(vp); in auto_access()
397 pdfnp = (vntofn(dvp))->fn_parent; in auto_lookup()
430 dfnp = vntofn(dvp); in auto_lookup()
953 fnnode_t *fnp = vntofn(vp); in auto_readdir()
967 struct autofs_globals *fngp = vntofn(fnip->fi_rootvp)->fn_globals; 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()
1358 fnnode_t *fnp = vntofn(vp); in auto_rwunlock()
[all …]
H A Dauto_subr.c646 fngp = vntofn(fnip->fi_rootvp)->fn_globals; in auto_lookup_request()
744 fngp = vntofn(fnip->fi_rootvp)->fn_globals; in auto_mount_request()
811 struct autofs_globals *fngp = vntofn(fnip->fi_rootvp)->fn_globals; in auto_send_unmount_request()
1243 mfnp = vntofn(mvp); in auto_perform_actions()
1284 newfnp = vntofn(newvp); in auto_perform_actions()
1920 cfnp = vntofn(cvp); in unmount_node()
2013 fnp = vntofn(vp); in check_auto_node()
2066 rootfnp = vntofn(rootvp); in unmount_autofs()
2430 currfnp = vntofn(newvp); in unmount_subtree()
H A Dauto_vfsops.c716 rfnp = vntofn(rvp); in auto_unmount()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h197 #define vntofn(vp) ((struct fnnode *)((vp)->v_data)) macro