Home
last modified time | relevance | path

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

/linux/fs/fat/
H A Dnamei_vfat.c940 struct fat_slot_info old_sinfo, sinfo; in vfat_rename() local
946 old_sinfo.bh = sinfo.bh = dotdot_bh = NULL; in vfat_rename()
950 err = vfat_find(old_dir, &old_dentry->d_name, &old_sinfo); in vfat_rename()
995 err = fat_remove_entries(old_dir, &old_sinfo); /* and releases bh */ in vfat_rename()
996 old_sinfo.bh = NULL; in vfat_rename()
1009 brelse(old_sinfo.bh); in vfat_rename()
1024 fat_attach(old_inode, old_sinfo.i_pos); in vfat_rename()