Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Dnfs.c276 if (!fat_get_dotdot_entry(d_inode(child_dir), &bh, &de)) { in fat_get_parent()
H A Dfat.h334 extern int fat_get_dotdot_entry(struct inode *dir, struct buffer_head **bh,
H A Ddir.c890 int fat_get_dotdot_entry(struct inode *dir, struct buffer_head **bh, in fat_get_dotdot_entry() function
902 EXPORT_SYMBOL_GPL(fat_get_dotdot_entry);
H A Dnamei_msdos.c454 if (fat_get_dotdot_entry(old_inode, &dotdot_bh, &dotdot_de)) { in do_msdos_rename()
H A Dnamei_vfat.c896 if (fat_get_dotdot_entry(inode, bh, de)) in vfat_get_dotdot_de()