Lines Matching refs:devfs_dirent
129 TAILQ_HEAD(devfs_dlist_head, devfs_dirent);
131 struct devfs_dirent { struct
143 TAILQ_ENTRY(devfs_dirent) de_list; argument
145 struct devfs_dirent *de_dir; argument
165 struct devfs_dirent *dm_rootdir; argument
188 void devfs_rules_apply(struct devfs_mount *, struct devfs_dirent *);
194 int devfs_allocv(struct devfs_dirent *, struct mount *, int,
196 char *devfs_fqpn(char *, struct devfs_mount *, struct devfs_dirent *,
198 void devfs_delete(struct devfs_mount *, struct devfs_dirent *, int);
199 void devfs_dirent_free(struct devfs_dirent *);
204 struct devfs_dirent *devfs_newdirent(char *, int);
205 struct devfs_dirent *devfs_parent_dirent(struct devfs_dirent *);
206 struct devfs_dirent *devfs_vmkdir(struct devfs_mount *, char *, int,
207 struct devfs_dirent *, u_int);
208 struct devfs_dirent *devfs_find(struct devfs_dirent *, const char *, int,