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

  /src/sys/fs/autofs/
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.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,

Completed in 11 milliseconds