Home
last modified time | relevance | path

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

/freebsd/sys/fs/fdescfs/
H A Dfdesc.h41 #define FMNT_NODUP 0x04 macro
H A Dfdesc_vfsops.c102 fmp->flags |= FMNT_NODUP; in fdesc_mount()
H A Dfdesc_vnops.c264 if ((fdm->flags & FMNT_NODUP) != 0 && a->fp->f_type == DTYPE_VNODE) { in fdesc_get_ino_alloc()