Searched refs:VFSTOAUTOFS (Results 1 – 3 of 3) sorted by relevance
66 autofs_flush(VFSTOAUTOFS(mp)); in autofs_mount()121 amp = VFSTOAUTOFS(mp); in autofs_unmount()185 amp = VFSTOAUTOFS(mp); in autofs_root()
219 amp = VFSTOAUTOFS(mp); in autofs_lookup()306 amp = VFSTOAUTOFS(vp->v_mount); in autofs_mkdir()400 amp = VFSTOAUTOFS(vp->v_mount); in autofs_readdir()
36 #define VFSTOAUTOFS(mp) ((struct autofs_mount *)((mp)->mnt_data)) macro