Home
last modified time | relevance | path

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

/openbmc/linux/fs/hpfs/
H A Ddnode.c130 static struct hpfs_dirent *dnode_last_de(struct dnode *d) in dnode_last_de() function
143 if (!(de = dnode_last_de(d))) { in set_last_pointer()
303 h = ((char *)dnode_last_de(nd) - (char *)nd) / 2 + 10; in hpfs_add_to_dnode()
458 if (!(de = dnode_last_de(dnode))) { in move_to_top()
481 de = dnode_last_de(dnode); in move_to_top()
647 struct hpfs_dirent *del = dnode_last_de(d1); in delete_empty_dnode()