Searched refs:vgetstate (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | vfs_hash.c | 76 enum vgetstate vs; in vfs_hash_get() 156 enum vgetstate vs; in vfs_hash_insert()
|
| H A D | vfs_cache.c | 1984 enum vgetstate vs; in cache_lookup_dotdot() 2107 enum vgetstate vs; in cache_lookup_fallback() 2178 enum vgetstate vs; in cache_lookup() 3911 enum vgetstate vs; in vn_dir_dd_ino() 4702 enum vgetstate dvs; in cache_fplookup_partial_setup() 4779 cache_fplookup_final_child(struct cache_fpl *fpl, enum vgetstate tvs) in cache_fplookup_final_child() 4821 enum vgetstate dvs; in cache_fplookup_final_modifying() 5010 enum vgetstate dvs, tvs; in cache_fplookup_final_withparent() 5076 enum vgetstate tvs; in cache_fplookup_final() 5119 enum vgetstate dvs; in cache_fplookup_degenerate() [all …]
|
| H A D | vfs_subr.c | 3316 enum vgetstate 3319 enum vgetstate vs; in vget_prep_smr() 3334 enum vgetstate 3337 enum vgetstate vs; in vget_prep() 3349 vget_abort(struct vnode *vp, enum vgetstate vs) in vget_abort() 3376 enum vgetstate vs; in vget() 3383 vget_finish(struct vnode *vp, int flags, enum vgetstate vs) in vget_finish() 3408 vget_finish_ref(struct vnode *vp, enum vgetstate vs) in vget_finish_ref() 3439 enum vgetstate vs; in vref()
|
| /freebsd/sys/sys/ |
| H A D | vnode.h | 83 enum vgetstate { enum 745 enum vgetstate vget_prep_smr(struct vnode *vp); 746 enum vgetstate vget_prep(struct vnode *vp); 747 int vget_finish(struct vnode *vp, int flags, enum vgetstate vs); 748 void vget_finish_ref(struct vnode *vp, enum vgetstate vs); 749 void vget_abort(struct vnode *vp, enum vgetstate vs);
|
| /freebsd/sys/fs/nullfs/ |
| H A D | null_subr.c | 144 enum vgetstate vs; in null_hashget()
|
| /freebsd/sys/fs/pseudofs/ |
| H A D | pseudofs_vncache.c | 122 enum vgetstate vs; in pfs_vncache_alloc()
|
| /freebsd/sys/fs/fdescfs/ |
| H A D | fdesc_vnops.c | 146 enum vgetstate vgs; in fdesc_allocvp()
|
| /freebsd/sys/fs/devfs/ |
| H A D | devfs_vnops.c | 551 enum vgetstate vs; in devfs_allocv() 1673 enum vgetstate vs; in devfs_revoke()
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_ctldir.c | 1223 enum vgetstate vs = vget_prep(vp); in zfsctl_snapshot_vptocnp()
|
| H A D | zfs_vnops_os.c | 6818 enum vgetstate vs = vget_prep(covered_vp); in zfs_vptocnp()
|
| /freebsd/sys/fs/tmpfs/ |
| H A D | tmpfs_subr.c | 954 enum vgetstate vs; in tmpfs_alloc_vp()
|