Home
last modified time | relevance | path

Searched refs:vgetstate (Results 1 – 12 of 12) 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.c1984 enum vgetstate vs; in cache_lookup_dotdot()
2107 enum vgetstate vs; in cache_lookup_fallback()
2178 enum vgetstate vs; in cache_lookup()
3912 enum vgetstate vs; in vn_dir_dd_ino()
4703 enum vgetstate dvs; in cache_fplookup_partial_setup()
4780 cache_fplookup_final_child(struct cache_fpl *fpl, enum vgetstate tvs) in cache_fplookup_final_child()
4822 enum vgetstate dvs; in cache_fplookup_final_modifying()
5011 enum vgetstate dvs, tvs; in cache_fplookup_final_withparent()
5077 enum vgetstate tvs; in cache_fplookup_final()
5120 enum vgetstate dv in cache_fplookup_degenerate()
[all...]
H A Dvfs_subr.c3341 enum vgetstate
3344 enum vgetstate vs; in vget_prep_smr()
3359 enum vgetstate
3362 enum vgetstate vs; in vget_prep()
3374 vget_abort(struct vnode *vp, enum vgetstate vs) in vget_abort()
3401 enum vgetstate vs; in vget()
3408 vget_finish(struct vnode *vp, int flags, enum vgetstate vs) in vget_finish()
3433 vget_finish_ref(struct vnode *vp, enum vgetstate vs) in vget_finish_ref()
3464 enum vgetstate vs; in vref()
/freebsd/sys/sys/
H A Dvnode.h83 enum vgetstate { enum
752 enum vgetstate vget_prep_smr(struct vnode *vp);
753 enum vgetstate vget_prep(struct vnode *vp);
754 int vget_finish(struct vnode *vp, int flags, enum vgetstate vs);
755 void vget_finish_ref(struct vnode *vp, enum vgetstate vs);
756 void vget_abort(struct vnode *vp, enum vgetstate vs);
/freebsd/sys/fs/nullfs/
H A Dnull_subr.c144 enum vgetstate vs; in null_hashget()
/freebsd/sys/fs/pseudofs/
H A Dpseudofs_vncache.c122 enum vgetstate vs; in pfs_vncache_alloc()
/freebsd/sys/fs/autofs/
H A Dautofs_vnops.c646 enum vgetstate vs; in autofs_node_vn()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c146 enum vgetstate vgs; in fdesc_allocvp()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c551 enum vgetstate vs; in devfs_allocv()
1673 enum vgetstate vs; in devfs_revoke()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c1213 enum vgetstate vs = vget_prep(vp); in zfsctl_snapshot_vptocnp()
H A Dzfs_vnops_os.c6838 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()