update_dotdot 438 fs/fat/namei_msdos.c int err, old_attrs, is_dir, update_dotdot, corrupt = 0; update_dotdot 451 fs/fat/namei_msdos.c update_dotdot = (is_dir && old_dir != new_dir); update_dotdot 452 fs/fat/namei_msdos.c if (update_dotdot) { update_dotdot 524 fs/fat/namei_msdos.c if (update_dotdot) { update_dotdot 564 fs/fat/namei_msdos.c if (update_dotdot) { update_dotdot 905 fs/fat/namei_vfat.c int err, is_dir, update_dotdot, corrupt = 0; update_dotdot 920 fs/fat/namei_vfat.c update_dotdot = (is_dir && old_dir != new_dir); update_dotdot 921 fs/fat/namei_vfat.c if (update_dotdot) { update_dotdot 955 fs/fat/namei_vfat.c if (update_dotdot) { update_dotdot 997 fs/fat/namei_vfat.c if (update_dotdot) {