Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c172 fnnode_t *fnp = vntofn(vp); in auto_getattr()
315 fnnode_t *fnp = vntofn(vp); in auto_access()
396 pdfnp = (vntofn(dvp))->fn_parent; in auto_lookup()
429 dfnp = vntofn(dvp); in auto_lookup()
952 fnnode_t *fnp = vntofn(vp); in auto_readdir()
966 struct autofs_globals *fngp = vntofn(fnip->fi_rootvp)->fn_globals; in auto_readdir()
1269 fnnode_t *fnp = vntofn(vp); in auto_readlink()
1302 fnnode_t *fnp = vntofn(vp); in auto_inactive()
1344 fnnode_t *fnp = vntofn(vp); in auto_rwlock()
1356 fnnode_t *fnp = vntofn(vp); in auto_rwunlock()
[all …]
H A Dauto_subr.c644 fngp = vntofn(fnip->fi_rootvp)->fn_globals; in auto_lookup_request()
742 fngp = vntofn(fnip->fi_rootvp)->fn_globals; in auto_mount_request()
809 struct autofs_globals *fngp = vntofn(fnip->fi_rootvp)->fn_globals; in auto_send_unmount_request()
1241 mfnp = vntofn(mvp); in auto_perform_actions()
1282 newfnp = vntofn(newvp); in auto_perform_actions()
1918 cfnp = vntofn(cvp); in unmount_node()
2011 fnp = vntofn(vp); in check_auto_node()
2064 rootfnp = vntofn(rootvp); in unmount_autofs()
2428 currfnp = vntofn(newvp); in unmount_subtree()
H A Dauto_vfsops.c713 rfnp = vntofn(rvp); in auto_unmount()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dautofs.h197 #define vntofn(vp) ((struct fnnode *)((vp)->v_data)) macro