Lines Matching refs:ge
607 gfs_dirent_t *ge = NULL; in gfs_file_inactive() local
626 ge = &dp->gfsd_static[i]; in gfs_file_inactive()
628 if (ge->gfse_vnode == vp) in gfs_file_inactive()
635 ge = NULL; in gfs_file_inactive()
647 if (ge != NULL) { in gfs_file_inactive()
652 ge->gfse_vnode = NULL; in gfs_file_inactive()
801 gfs_dirent_t *ge; in gfs_dir_lookup_static() local
811 ge = &dp->gfsd_static[i]; in gfs_dir_lookup_static()
813 if (compare(ge->gfse_name, nm) == 0) { in gfs_dir_lookup_static()
815 (void) strlcpy(rpnp->pn_buf, ge->gfse_name, in gfs_dir_lookup_static()
818 if (ge->gfse_vnode) { in gfs_dir_lookup_static()
819 ASSERT(ge->gfse_flags & GFS_CACHE_VNODE); in gfs_dir_lookup_static()
820 vp = ge->gfse_vnode; in gfs_dir_lookup_static()
834 vp = ge->gfse_ctor(dvp); in gfs_dir_lookup_static()
843 if (ge->gfse_flags & GFS_CACHE_VNODE) { in gfs_dir_lookup_static()
844 if (ge->gfse_vnode == NULL) { in gfs_dir_lookup_static()
845 ge->gfse_vnode = vp; in gfs_dir_lookup_static()
856 vp = ge->gfse_vnode; in gfs_dir_lookup_static()
916 gfs_dirent_t *ge; in gfs_dir_lookup() local
920 ge = &dp->gfsd_static[i]; in gfs_dir_lookup()
922 if (strcasecmp(ge->gfse_name, nm) == 0) { in gfs_dir_lookup()