Searched refs:hpfs_rename (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | namei.c | 510 static int hpfs_rename(struct inode *old_dir, struct dentry *old_dentry, in hpfs_rename() function 564 hpfs_error(new_dir->i_sb, "hpfs_rename: could not find dirent"); in hpfs_rename() 575 if (r == -1) hpfs_error(new_dir->i_sb, "hpfs_rename: dirent already exists!"); in hpfs_rename() 589 hpfs_error(i->i_sb, "hpfs_rename: could not remove dirent"); in hpfs_rename() 626 .rename = hpfs_rename,
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | namei.c | 506 static int hpfs_rename(struct mnt_idmap *idmap, struct inode *old_dir, in hpfs_rename() function 560 hpfs_error(new_dir->i_sb, "hpfs_rename: could not find dirent"); in hpfs_rename() 571 if (r == -1) hpfs_error(new_dir->i_sb, "hpfs_rename: dirent already exists!"); in hpfs_rename() 585 hpfs_error(i->i_sb, "hpfs_rename: could not remove dirent"); in hpfs_rename() 622 .rename = hpfs_rename,
|
Completed in 2 milliseconds