Home
last modified time | relevance | path

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

/freebsd/sys/fs/fdescfs/
H A Dfdesc.h66 #define VFSTOFDESC(mp) ((struct fdescmount *)((mp)->mnt_data)) macro
H A Dfdesc_vnops.c263 fdm = VFSTOFDESC(mp); in fdesc_get_ino_alloc()
460 vap->va_type = (VFSTOFDESC(vp->v_mount)->flags & in fdesc_getattr()
547 fmp = VFSTOFDESC(ap->a_vp->v_mount); in fdesc_readdir()
H A Dfdesc_vfsops.c175 vp = VFSTOFDESC(mp)->f_root; in fdesc_root()