Searched refs:vntofn (Results 1 – 4 of 4) sorted by relevance
172 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 …]
644 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()
713 rfnp = vntofn(rvp); in auto_unmount()
197 #define vntofn(vp) ((struct fnnode *)((vp)->v_data)) macro