Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_hash.c76 enum vgetstate vs; in vfs_hash_get()
156 enum vgetstate vs; in vfs_hash_insert()
H A Dvfs_cache.c1940 enum vgetstate vs; in cache_lookup_dotdot()
2063 enum vgetstate vs; in cache_lookup_fallback()
2139 enum vgetstate vs; in cache_lookup()
3846 enum vgetstate vs; in vn_dir_dd_ino()
4581 enum vgetstate dvs; in cache_fplookup_partial_setup()
4658 cache_fplookup_final_child(struct cache_fpl *fpl, enum vgetstate tvs) in cache_fplookup_final_child()
4700 enum vgetstate dvs; in cache_fplookup_final_modifying()
4889 enum vgetstate dvs, tvs; in cache_fplookup_final_withparent()
4955 enum vgetstate tvs; in cache_fplookup_final()
4998 enum vgetstate dvs; in cache_fplookup_degenerate()
[all …]
H A Dvfs_subr.c3302 enum vgetstate
3305 enum vgetstate vs; in vget_prep_smr()
3320 enum vgetstate
3323 enum vgetstate vs; in vget_prep()
3335 vget_abort(struct vnode *vp, enum vgetstate vs) in vget_abort()
3353 enum vgetstate vs; in vget()
3360 vget_finish(struct vnode *vp, int flags, enum vgetstate vs) in vget_finish()
3385 vget_finish_ref(struct vnode *vp, enum vgetstate vs) in vget_finish_ref()
3416 enum vgetstate vs; in vref()
/freebsd/sys/sys/
H A Dvnode.h78 enum vgetstate { enum
736 enum vgetstate vget_prep_smr(struct vnode *vp);
737 enum vgetstate vget_prep(struct vnode *vp);
738 int vget_finish(struct vnode *vp, int flags, enum vgetstate vs);
739 void vget_finish_ref(struct vnode *vp, enum vgetstate vs);
740 void vget_abort(struct vnode *vp, enum vgetstate vs);
/freebsd/sys/fs/pseudofs/
H A Dpseudofs_vncache.c122 enum vgetstate vs; in pfs_vncache_alloc()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c146 enum vgetstate vgs; in fdesc_allocvp()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c537 enum vgetstate vs; in devfs_allocv()
1633 enum vgetstate vs; in devfs_revoke()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c1221 enum vgetstate vs = vget_prep(vp); in zfsctl_snapshot_vptocnp()
H A Dzfs_vnops_os.c6083 enum vgetstate vs = vget_prep(covered_vp); in zfs_vptocnp()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c954 enum vgetstate vs; in tmpfs_alloc_vp()