Searched refs:VFSTOAUTOFS (Results 1 – 3 of 3) sorted by relevance
69 autofs_flush(VFSTOAUTOFS(mp)); in autofs_mount()124 amp = VFSTOAUTOFS(mp); in autofs_unmount()188 amp = VFSTOAUTOFS(mp); in autofs_root()
224 amp = VFSTOAUTOFS(mp); in autofs_lookup()311 amp = VFSTOAUTOFS(vp->v_mount); in autofs_mkdir()405 amp = VFSTOAUTOFS(vp->v_mount); in autofs_readdir()
37 #define VFSTOAUTOFS(mp) ((struct autofs_mount *)((mp)->mnt_data)) macro