Lines Matching refs:devfs_dirent
127 TAILQ_HEAD(devfs_dlist_head, devfs_dirent);
129 struct devfs_dirent { struct
141 TAILQ_ENTRY(devfs_dirent) de_list; argument
143 struct devfs_dirent *de_dir; argument
163 struct devfs_dirent *dm_rootdir; argument
186 void devfs_rules_apply(struct devfs_mount *, struct devfs_dirent *);
192 int devfs_allocv(struct devfs_dirent *, struct mount *, int,
194 char *devfs_fqpn(char *, struct devfs_mount *, struct devfs_dirent *,
196 void devfs_delete(struct devfs_mount *, struct devfs_dirent *, int);
197 void devfs_dirent_free(struct devfs_dirent *);
202 struct devfs_dirent *devfs_newdirent(char *, int);
203 struct devfs_dirent *devfs_parent_dirent(struct devfs_dirent *);
204 struct devfs_dirent *devfs_vmkdir(struct devfs_mount *, char *, int,
205 struct devfs_dirent *, u_int);
206 struct devfs_dirent *devfs_find(struct devfs_dirent *, const char *, int,