Lines Matching defs:tmpfs_dirent_t
63 } tmpfs_dirent_t;
97 tmpfs_dirent_t * tn_dirent_hint;
257 tmpfs_dirent_t **);
258 void tmpfs_free_dirent(tmpfs_mount_t *, tmpfs_dirent_t *);
259 void tmpfs_dir_attach(tmpfs_node_t *, tmpfs_dirent_t *, tmpfs_node_t *);
260 void tmpfs_dir_detach(tmpfs_node_t *, tmpfs_dirent_t *);
262 tmpfs_dirent_t *tmpfs_dir_lookup(tmpfs_node_t *, struct componentname *);
263 tmpfs_dirent_t *tmpfs_dir_cached(tmpfs_node_t *);
265 uint32_t tmpfs_dir_getseq(tmpfs_node_t *, tmpfs_dirent_t *);
266 tmpfs_dirent_t *tmpfs_dir_lookupbyseq(tmpfs_node_t *, off_t);
296 tmpfs_dirent_t *tmpfs_dirent_get(tmpfs_mount_t *);
297 void tmpfs_dirent_put(tmpfs_mount_t *, tmpfs_dirent_t *);
313 KASSERT((node)->tn_size % sizeof(tmpfs_dirent_t) == 0);