Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Dnamei_vfat.c1046 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()