Searched refs:old_i_pos (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/fat/ |
D | namei_vfat.c | 1046 loff_t old_i_pos, loff_t new_i_pos) in vfat_exchange_ipos() argument 1051 fat_attach(new_inode, old_i_pos); in vfat_exchange_ipos() 1067 loff_t old_i_pos, new_i_pos; in vfat_rename_exchange() local 1090 old_i_pos = MSDOS_I(old_inode)->i_pos; in vfat_rename_exchange() 1093 vfat_exchange_ipos(old_inode, new_inode, old_i_pos, new_i_pos); in vfat_rename_exchange() 1149 vfat_exchange_ipos(old_inode, new_inode, new_i_pos, old_i_pos); in vfat_rename_exchange() 1156 __func__, old_i_pos, new_i_pos); in vfat_rename_exchange()
|