Home
last modified time | relevance | path

Searched refs:VV_READLINK (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c193 vp->v_vflag |= VV_READLINK; in fdesc_allocvp()
/freebsd/sys/sys/
H A Dvnode.h270 #define VV_READLINK 0x2000 /* fdescfs linux vnode */ macro
/freebsd/sys/kern/
H A Dvfs_subr.c4531 if (vp->v_vflag & VV_READLINK) in vn_printf()
4535 VV_PROCDEP | VV_DELETED | VV_MD | VV_FORCEINSMQ | VV_READLINK); in vn_printf()
H A Dvfs_syscalls.c2710 if (vp->v_type != VLNK && (vp->v_vflag & VV_READLINK) == 0) in kern_readlink_vp()