Searched refs:fat_get_dotdot_entry (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/fat/ |
| D | nfs.c | 270 if (!fat_get_dotdot_entry(d_inode(child_dir), &bh, &de)) { in fat_get_parent()
|
| D | fat.h | 333 extern int fat_get_dotdot_entry(struct inode *dir, struct buffer_head **bh,
|
| D | dir.c | 894 int fat_get_dotdot_entry(struct inode *dir, struct buffer_head **bh, in fat_get_dotdot_entry() function 906 EXPORT_SYMBOL_GPL(fat_get_dotdot_entry);
|
| D | namei_msdos.c | 453 if (fat_get_dotdot_entry(old_inode, &dotdot_bh, &dotdot_de)) { in do_msdos_rename()
|
| D | namei_vfat.c | 922 if (fat_get_dotdot_entry(old_inode, &dotdot_bh, &dotdot_de)) { in vfat_rename()
|