Home
last modified time | relevance | path

Searched refs:next_de (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/nilfs2/
H A Ddir.c404 struct nilfs_dir_entry *de, *next_de; in nilfs_dotdot() local
419 next_de = nilfs_next_entry(de); in nilfs_dotdot()
424 if (unlikely((char *)next_de == (char *)de + nilfs_chunk_size(dir) || in nilfs_dotdot()
425 !nilfs_match(2, "..", next_de))) { in nilfs_dotdot()
430 return next_de; in nilfs_dotdot()
/openbmc/linux/fs/hpfs/
H A Ddnode.c772 next_de: in hpfs_count_dnodes()
782 if ((de = de_next_de(de)) < dnode_end_de(dnode)) goto next_de; in hpfs_count_dnodes()
1056 next_de: in map_fnode_dirent()
1079 if ((de = de_next_de(de)) < de_end) goto next_de; in map_fnode_dirent()