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
161 struct devfs_dirent *dm_rootdir; argument
183 void devfs_rules_apply(struct devfs_mount *, struct devfs_dirent *);
189 int devfs_allocv(struct devfs_dirent *, struct mount *, int,
191 char *devfs_fqpn(char *, struct devfs_mount *, struct devfs_dirent *,
193 void devfs_delete(struct devfs_mount *, struct devfs_dirent *, int);
194 void devfs_dirent_free(struct devfs_dirent *);
198 struct devfs_dirent *devfs_newdirent(char *, int);
199 struct devfs_dirent *devfs_parent_dirent(struct devfs_dirent *);
200 struct devfs_dirent *devfs_vmkdir(struct devfs_mount *, char *, int,
201 struct devfs_dirent *, u_int);
202 struct devfs_dirent *devfs_find(struct devfs_dirent *, const char *, int,