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

  /src/sys/fs/autofs/
Makefile 5 INCS= autofs_ioctl.h autofs_mount.h
autofs.h 62 #define VFSTOAUTOFS(mp) ((struct autofs_mount *)((mp)->mnt_data))
105 struct autofs_mount *an_mount;
114 struct autofs_mount { struct
128 struct autofs_mount *ar_mount;
156 void autofs_flush(struct autofs_mount *amp);
159 int autofs_node_new(struct autofs_node *parent, struct autofs_mount *amp,
autofs.c 158 struct autofs_mount *amp = anp->an_mount;
207 struct autofs_mount *amp = anp->an_mount;
240 autofs_flush(struct autofs_mount *amp)
303 struct autofs_mount *amp = anp->an_mount;
autofs_vfsops.c 40 #include "autofs_mount.h"
94 autofs_mount(struct mount *mp, const char *path, void *data, size_t *data_len) function in typeref:typename:int
97 struct autofs_mount *amp = VFSTOAUTOFS(mp);
189 struct autofs_mount *amp = VFSTOAUTOFS(mp);
343 .vfs_mount = autofs_mount,
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);
617 autofs_node_new(struct autofs_node *parent, struct autofs_mount *amp,
  /src/sbin/mount_autofs/
mount_autofs.c 47 #include <fs/autofs/autofs_mount.h>
  /src/usr.sbin/autofs/
automount.c 46 #include <fs/autofs/autofs_mount.h>

Completed in 15 milliseconds