Home
last modified time | relevance | path

Searched refs:FMNT_RDLNKF (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/fdescfs/
H A Dfdesc.h42 #define FMNT_RDLNKF 0x08 macro
H A Dfdesc_vnops.c190 if ((fmp->flags & FMNT_RDLNKF) != 0) in fdesc_allocvp()
461 (FMNT_RDLNKF | FMNT_LINRDLNKF)) == 0 ? VCHR : VLNK; in fdesc_getattr()
579 dp->d_type = (fmp->flags & (FMNT_RDLNKF | in fdesc_readdir()
H A Dfdesc_vfsops.c100 fmp->flags |= FMNT_RDLNKF; in fdesc_mount()