Home
last modified time | relevance | path

Searched refs:dents (Results 1 – 9 of 9) sorted by relevance

/fs/jffs2/
Dwrite.c538 jffs2_add_fd_to_list(c, fd, &dir_f->dents); in jffs2_do_create()
598 jffs2_add_fd_to_list(c, fd, &dir_f->dents); in jffs2_do_unlink()
603 fd = dir_f->dents; in jffs2_do_unlink()
609 for (fd = dir_f->dents; fd; fd = fd->next) { in jffs2_do_unlink()
637 while (dead_f->dents) { in jffs2_do_unlink()
639 fd = dead_f->dents; in jffs2_do_unlink()
641 dead_f->dents = fd->next; in jffs2_do_unlink()
717 jffs2_add_fd_to_list(c, fd, &dir_f->dents); in jffs2_do_link()
Ddir.c97 for (fd_list = dir_f->dents; fd_list && fd_list->nhash <= nhash; fd_list = fd_list->next) { in jffs2_lookup()
133 for (fd = f->dents; fd; fd = fd->next) { in jffs2_readdir()
428 jffs2_add_fd_to_list(c, fd, &dir_f->dents); in jffs2_symlink()
573 jffs2_add_fd_to_list(c, fd, &dir_f->dents); in jffs2_mkdir()
596 for (fd = f->dents ; fd; fd = fd->next) { in jffs2_rmdir()
745 jffs2_add_fd_to_list(c, fd, &dir_f->dents); in jffs2_mknod()
783 for (fd = victim_f->dents; fd; fd = fd->next) { in jffs2_rename()
Djffs2_fs_i.h43 struct jffs2_full_dirent *dents; member
Dos-linux.h55 f->dents = NULL; in jffs2_init_inode_info()
Dgc.c566 for (fd = f->dents; fd; fd=fd->next) { in jffs2_garbage_collect_live()
891 jffs2_add_fd_to_list(c, new_fd, &f->dents); in jffs2_garbage_collect_dirent()
898 struct jffs2_full_dirent **fdp = &f->dents; in jffs2_garbage_collect_deletion_dirent()
Dreadinode.c1179 f->dents = rii.fds; in jffs2_do_read_inode_internal()
1422 fds = f->dents; in jffs2_do_clear_inode()
Dfs.c302 for (fd=f->dents; fd; fd = fd->next) { in jffs2_iget()
Dwbuf.c213 for (fd = f->dents; fd; fd = fd->next) { in jffs2_incore_replace_raw()
/fs/xfs/libxfs/
Dxfs_dir2_node.c892 struct xfs_dir2_leaf_entry *dents, in xfs_dir3_leafn_moveents() argument
912 memmove(&dents[start_d + count], &dents[start_d], in xfs_dir3_leafn_moveents()
934 memcpy(&dents[start_d], &sents[start_s], in xfs_dir3_leafn_moveents()
1567 struct xfs_dir2_leaf_entry *dents; in xfs_dir2_leafn_unbalance() local
1579 dents = dp->d_ops->leaf_ents_p(drop_leaf); in xfs_dir2_leafn_unbalance()
1593 drop_blk->hashval = be32_to_cpu(dents[drophdr.count - 1].hashval); in xfs_dir2_leafn_unbalance()
1595 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance()
1599 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance()