Lines Matching refs:erofs_dentry
86 struct erofs_dentry *d, *t; in erofs_iput()
99 static int dentry_add_sorted(struct erofs_dentry *d, struct list_head *head) in dentry_add_sorted()
104 struct erofs_dentry *d2 = in dentry_add_sorted()
105 container_of(pos, struct erofs_dentry, d_child); in dentry_add_sorted()
114 struct erofs_dentry *erofs_d_alloc(struct erofs_inode *parent, in erofs_d_alloc()
117 struct erofs_dentry *d = malloc(sizeof(*d)); in erofs_d_alloc()
161 struct erofs_dentry *d; in erofs_prepare_dir_file()
212 struct erofs_dentry *head, struct erofs_dentry *end) in fill_dirblock()
235 static int write_dirblock(unsigned int q, struct erofs_dentry *head, in write_dirblock()
236 struct erofs_dentry *end, erofs_blk_t blkaddr) in write_dirblock()
246 struct erofs_dentry *head = list_first_entry(&dir->i_subdirs, in erofs_write_dir_file()
247 struct erofs_dentry, in erofs_write_dir_file()
249 struct erofs_dentry *d; in erofs_write_dir_file()
909 void erofs_d_invalidate(struct erofs_dentry *d) in erofs_d_invalidate()
922 struct erofs_dentry *d; in erofs_mkfs_build_tree()