Home
last modified time | relevance | path

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

/src/sys/fs/autofs/
H A Dautofs_vfsops.c66 autofs_flush(VFSTOAUTOFS(mp)); in autofs_mount()
121 amp = VFSTOAUTOFS(mp); in autofs_unmount()
185 amp = VFSTOAUTOFS(mp); in autofs_root()
H A Dautofs_vnops.c219 amp = VFSTOAUTOFS(mp); in autofs_lookup()
306 amp = VFSTOAUTOFS(vp->v_mount); in autofs_mkdir()
400 amp = VFSTOAUTOFS(vp->v_mount); in autofs_readdir()
H A Dautofs.h36 #define VFSTOAUTOFS(mp) ((struct autofs_mount *)((mp)->mnt_data)) macro