Home
last modified time | relevance | path

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

/linux-4.19.296/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()
Djffs2_fs_i.h43 struct jffs2_full_dirent *dents; member
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()
427 jffs2_add_fd_to_list(c, fd, &dir_f->dents); in jffs2_symlink()
571 jffs2_add_fd_to_list(c, fd, &dir_f->dents); in jffs2_mkdir()
594 for (fd = f->dents ; fd; fd = fd->next) { in jffs2_rmdir()
746 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()
Dos-linux.h56 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.c1195 f->dents = rii.fds; in jffs2_do_read_inode_internal()
1433 fds = f->dents; in jffs2_do_clear_inode()
Dfs.c303 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()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_node.c898 struct xfs_dir2_leaf_entry *dents, in xfs_dir3_leafn_moveents() argument
918 memmove(&dents[start_d + count], &dents[start_d], in xfs_dir3_leafn_moveents()
940 memcpy(&dents[start_d], &sents[start_s], in xfs_dir3_leafn_moveents()
1570 struct xfs_dir2_leaf_entry *dents; in xfs_dir2_leafn_unbalance() local
1582 dents = dp->d_ops->leaf_ents_p(drop_leaf); in xfs_dir2_leafn_unbalance()
1596 drop_blk->hashval = be32_to_cpu(dents[drophdr.count - 1].hashval); in xfs_dir2_leafn_unbalance()
1598 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance()
1602 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance()