fat_get_dotdot_entry
EXPORT_SYMBOL_GPL(fat_get_dotdot_entry);
extern int fat_get_dotdot_entry(struct inode *dir, struct buffer_head **bh,
if (fat_get_dotdot_entry(old_inode, &dotdot_bh, &dotdot_de)) {
if (fat_get_dotdot_entry(inode, bh, de))
if (!fat_get_dotdot_entry(d_inode(child_dir), &bh, &de)) {