HomeSort by: relevance | last modified time | path
    Searched defs:tmpfs_dirent_t (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs.h 63 } tmpfs_dirent_t; typedef in typeref:struct:tmpfs_dirent
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)
    [all...]

Completed in 11 milliseconds