Home
last modified time | relevance | path

Searched refs:autofs_mount (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/vfs/autofs/
H A Dautofs.h57 #define VFSTOAUTOFS(mp) ((struct autofs_mount *)((mp)->mnt_data))
103 struct autofs_mount *an_mount;
113 struct autofs_mount { struct
125 struct autofs_mount *ar_mount; argument
155 void autofs_flush(struct autofs_mount *amp);
157 int autofs_node_new(struct autofs_node *parent, struct autofs_mount *amp,
H A Dautofs_vfsops.c114 autofs_mount(struct mount *mp, char *mntpt, caddr_t data, struct ucred *cred) in autofs_mount() function
117 struct autofs_mount *amp; in autofs_mount()
197 struct autofs_mount *amp = VFSTOAUTOFS(mp); in autofs_unmount()
266 struct autofs_mount *amp = VFSTOAUTOFS(mp); in autofs_root()
311 .vfs_mount = autofs_mount,
H A Dautofs_vnops.c198 struct autofs_mount *amp = VFSTOAUTOFS(dvp->v_mount); in autofs_nresolve()
251 struct autofs_mount *amp = VFSTOAUTOFS(dvp->v_mount); in autofs_nmkdir()
301 struct autofs_mount *amp = VFSTOAUTOFS(vp->v_mount); in autofs_readdir()
479 autofs_node_new(struct autofs_node *parent, struct autofs_mount *amp, in autofs_node_new()
H A Dautofs.c174 struct autofs_mount *amp = anp->an_mount; in autofs_path()
216 struct autofs_mount *amp = anp->an_mount; in autofs_cached()
249 autofs_flush(struct autofs_mount *amp) in autofs_flush()
304 struct autofs_mount *amp = anp->an_mount; in autofs_trigger_one()