Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/autofs/
H A Dautofs_vfsops.c122 autofs_flush(VFSTOAUTOFS(mp)); in autofs_mount()
197 struct autofs_mount *amp = VFSTOAUTOFS(mp); in autofs_unmount()
266 struct autofs_mount *amp = VFSTOAUTOFS(mp); in autofs_root()
H A Dautofs_vnops.c198 struct autofs_mount *amp = VFSTOAUTOFS(dvp->v_mount); in autofs_nresolve()
251 struct autofs_mount *amp = VFSTOAUTOFS(dvp->v_mount); in autofs_nmkdir()
301 struct autofs_mount *amp = VFSTOAUTOFS(vp->v_mount); in autofs_readdir()
H A Dautofs.h57 #define VFSTOAUTOFS(mp) ((struct autofs_mount *)((mp)->mnt_data)) macro