Home | History | Annotate | Download | only in tmpfs

Lines Matching refs:tmpfs_dirent_t

103 static void	tmpfs_dir_putseq(tmpfs_node_t *, tmpfs_dirent_t *);
373 tmpfs_dirent_t *de, *wde;
454 tmpfs_dirent_t **de)
456 tmpfs_dirent_t *nde;
480 tmpfs_free_dirent(tmpfs_mount_t *tmp, tmpfs_dirent_t *de)
498 tmpfs_dir_attach(tmpfs_node_t *dnode, tmpfs_dirent_t *de, tmpfs_node_t *node)
525 KASSERT(dnode->tn_size <= __type_max(off_t) - sizeof(tmpfs_dirent_t));
526 dnode->tn_size += sizeof(tmpfs_dirent_t);
554 tmpfs_dir_detach(tmpfs_node_t *dnode, tmpfs_dirent_t *de)
584 tmpfs_dirent_t));
585 dnode->tn_size -= sizeof(tmpfs_dirent_t);
599 tmpfs_dirent_t *
604 tmpfs_dirent_t *de;
627 tmpfs_dirent_t *
630 tmpfs_dirent_t *de = node->tn_dirent_hint;
652 tmpfs_dir_getseq(tmpfs_node_t *dnode, tmpfs_dirent_t *de)
706 tmpfs_dir_putseq(tmpfs_node_t *dnode, tmpfs_dirent_t *de)
736 tmpfs_dirent_t *
739 tmpfs_dirent_t *de = node->tn_spec.tn_dir.tn_readdir_lastp;
767 tmpfs_dirent_t *de;
810 tmpfs_dirent_t *de;