Searched refs:VFSTOAUTOFS (Results 1 – 3 of 3) sorted by relevance
68 autofs_flush(VFSTOAUTOFS(mp)); in autofs_mount()123 amp = VFSTOAUTOFS(mp); in autofs_unmount()187 amp = VFSTOAUTOFS(mp); in autofs_root()
222 amp = VFSTOAUTOFS(mp); in autofs_lookup()309 amp = VFSTOAUTOFS(vp->v_mount); in autofs_mkdir()403 amp = VFSTOAUTOFS(vp->v_mount); in autofs_readdir()
36 #define VFSTOAUTOFS(mp) ((struct autofs_mount *)((mp)->mnt_data)) macro