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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dnamei.c549 static int hpfs_rename(struct inode *old_dir, struct dentry *old_dentry, function
604 hpfs_error(new_dir->i_sb, "hpfs_rename: could not find dirent");
617 if (r == -1) hpfs_error(new_dir->i_sb, "hpfs_rename: dirent already exists!");
633 hpfs_error(i->i_sb, "hpfs_rename: could not remove dirent");
675 .rename = hpfs_rename,

Completed in 51 milliseconds