Home
last modified time | relevance | path

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

/fs/fat/
Dnfs.c279 if (!fat_get_dotdot_entry(child_dir->d_inode, &bh, &de)) { in fat_get_parent()
Dfat.h302 extern int fat_get_dotdot_entry(struct inode *dir, struct buffer_head **bh,
Ddir.c897 int fat_get_dotdot_entry(struct inode *dir, struct buffer_head **bh, in fat_get_dotdot_entry() function
909 EXPORT_SYMBOL_GPL(fat_get_dotdot_entry);
Dnamei_msdos.c459 if (fat_get_dotdot_entry(old_inode, &dotdot_bh, &dotdot_de)) { in do_msdos_rename()
Dnamei_vfat.c932 if (fat_get_dotdot_entry(old_inode, &dotdot_bh, &dotdot_de)) { in vfat_rename()