Home
last modified time | relevance | path

Searched refs:vgetstate (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_hash.c79 enum vgetstate vs; in vfs_hash_get()
153 enum vgetstate vs; in vfs_hash_insert()
H A Dvfs_cache.c1731 enum vgetstate vs; in cache_lookup_dotdot()
1855 enum vgetstate vs; in cache_lookup_fallback()
1932 enum vgetstate vs; in cache_lookup()
3495 enum vgetstate vs; in vn_dir_dd_ino()
4088 enum vgetstate dvs; in cache_fplookup_partial_setup()
4165 cache_fplookup_final_child(struct cache_fpl *fpl, enum vgetstate tvs) in cache_fplookup_final_child()
4207 enum vgetstate dvs; in cache_fplookup_final_modifying()
4410 enum vgetstate dvs, tvs; in cache_fplookup_final_withparent()
4475 enum vgetstate tvs; in cache_fplookup_final()
4518 enum vgetstate dvs; in cache_fplookup_degenerate()
[all …]
H A Dvfs_subr.c2904 enum vgetstate
2907 enum vgetstate vs; in vget_prep_smr()
2922 enum vgetstate
2925 enum vgetstate vs; in vget_prep()
2937 vget_abort(struct vnode *vp, enum vgetstate vs) in vget_abort()
2955 enum vgetstate vs; in vget()
2962 vget_finish(struct vnode *vp, int flags, enum vgetstate vs) in vget_finish()
2987 vget_finish_ref(struct vnode *vp, enum vgetstate vs) in vget_finish_ref()
3018 enum vgetstate vs; in vref()
/f-stack/freebsd/sys/
H A Dvnode.h62 enum vgetstate { VGET_NONE, VGET_HOLDCNT, VGET_USECOUNT }; enum
705 enum vgetstate vget_prep_smr(struct vnode *vp);
706 enum vgetstate vget_prep(struct vnode *vp);
707 int vget_finish(struct vnode *vp, int flags, enum vgetstate vs);
708 void vget_finish_ref(struct vnode *vp, enum vgetstate vs);
709 void vget_abort(struct vnode *vp, enum vgetstate vs);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c1194 enum vgetstate vs = vget_prep(vp); in zfsctl_snapshot_vptocnp()
H A Dzfs_vnops_os.c5757 enum vgetstate vs = vget_prep(covered_vp); in zfs_vptocnp()