Searched refs:vgetstate (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_hash.c | 79 enum vgetstate vs; in vfs_hash_get() 153 enum vgetstate vs; in vfs_hash_insert()
|
| H A D | vfs_cache.c | 1731 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 D | vfs_subr.c | 2904 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 D | vnode.h | 62 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 D | zfs_ctldir.c | 1194 enum vgetstate vs = vget_prep(vp); in zfsctl_snapshot_vptocnp()
|
| H A D | zfs_vnops_os.c | 5757 enum vgetstate vs = vget_prep(covered_vp); in zfs_vptocnp()
|