HomeSort by: relevance | last modified time | path
    Searched refs:VFSTOAUTOFS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/autofs/
autofs_vfsops.c 97 struct autofs_mount *amp = VFSTOAUTOFS(mp);
189 struct autofs_mount *amp = VFSTOAUTOFS(mp);
265 struct autofs_node *anp = VFSTOAUTOFS(mp)->am_root;
autofs.h 62 #define VFSTOAUTOFS(mp) ((struct autofs_mount *)((mp)->mnt_data))
autofs_vnops.c 206 struct autofs_mount *amp = VFSTOAUTOFS(dvp->v_mount);
371 struct autofs_mount *amp = VFSTOAUTOFS(dvp->v_mount);
460 struct autofs_mount *amp = VFSTOAUTOFS(vp->v_mount);

Completed in 13 milliseconds