Home
last modified time | relevance | path

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

/linux/fs/fat/
H A Dnamei_vfat.c1048 loff_t old_i_pos, loff_t new_i_pos) in vfat_exchange_ipos() argument
1053 fat_attach(new_inode, old_i_pos); in vfat_exchange_ipos()
1069 loff_t old_i_pos, new_i_pos; in vfat_rename_exchange() local
1092 old_i_pos = MSDOS_I(old_inode)->i_pos; in vfat_rename_exchange()
1095 vfat_exchange_ipos(old_inode, new_inode, old_i_pos, new_i_pos); in vfat_rename_exchange()
1151 vfat_exchange_ipos(old_inode, new_inode, new_i_pos, old_i_pos); in vfat_rename_exchange()
1158 __func__, old_i_pos, new_i_pos); in vfat_rename_exchange()