Searched refs:olddir (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/baget/
H A Dbaget.c83 pgd_t olddir = *dir; local
90 if (pgd_val(olddir) != pgd_val(*dir))
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/umsdos/
H A Dnamei.c532 struct inode *olddir = olddentry->d_parent->d_inode; local
563 if (olddir != dir) {
564 if (atomic_read(&olddir->i_sem.count) < 1)
566 down(&olddir->i_sem);
611 ret = umsdos_rename_f(olddir, olddentry, olddir, temp,
642 ret = umsdos_symlink_x (olddir, temp, path,
741 if (olddir != dir)
742 up(&olddir->i_sem);

Completed in 84 milliseconds