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
162 struct devfs_dirent *dm_rootdir; argument
184 void devfs_rules_apply(struct devfs_mount *, struct devfs_dirent *);
190 int devfs_allocv(struct devfs_dirent *, struct mount *, int,
192 char *devfs_fqpn(char *, struct devfs_mount *, struct devfs_dirent *,
194 void devfs_delete(struct devfs_mount *, struct devfs_dirent *, int);
195 void devfs_dirent_free(struct devfs_dirent *);
200 struct devfs_dirent *devfs_newdirent(char *, int);
201 struct devfs_dirent *devfs_parent_dirent(struct devfs_dirent *);
202 struct devfs_dirent *devfs_vmkdir(struct devfs_mount *, char *, int,
203 struct devfs_dirent *, u_int);
204 struct devfs_dirent *devfs_find(struct devfs_dirent *, const char *, int,