/kernel/linux/linux-6.6/fs/nfs/ |
H A D | unlink.c | 266 struct inode *old_dir = data->old_dir; in nfs_async_rename_done() local 270 trace_nfs_sillyrename_rename(old_dir, old_dentry, in nfs_async_rename_done() 272 if (!NFS_PROTO(old_dir)->rename_done(task, old_dir, new_dir)) { in nfs_async_rename_done() 288 struct super_block *sb = data->old_dir->i_sb; in nfs_async_rename_release() 296 spin_lock(&data->old_dir->i_lock); in nfs_async_rename_release() 297 nfs_force_lookup_revalidate(data->old_dir); in nfs_async_rename_release() 298 spin_unlock(&data->old_dir->i_lock); in nfs_async_rename_release() 299 if (data->new_dir != data->old_dir) { in nfs_async_rename_release() 338 nfs_async_rename(struct inode *old_dir, struct inode *new_dir, struct dentry *old_dentry, struct dentry *new_dentry, void (*complete)(struct rpc_task *, struct nfs_renamedata *)) nfs_async_rename() argument [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | unlink.c | 261 struct inode *old_dir = data->old_dir; in nfs_async_rename_done() local 265 trace_nfs_sillyrename_rename(old_dir, old_dentry, in nfs_async_rename_done() 267 if (!NFS_PROTO(old_dir)->rename_done(task, old_dir, new_dir)) { in nfs_async_rename_done() 283 struct super_block *sb = data->old_dir->i_sb; in nfs_async_rename_release() 291 spin_lock(&data->old_dir->i_lock); in nfs_async_rename_release() 292 nfs_force_lookup_revalidate(data->old_dir); in nfs_async_rename_release() 293 spin_unlock(&data->old_dir->i_lock); in nfs_async_rename_release() 294 if (data->new_dir != data->old_dir) { in nfs_async_rename_release() 333 nfs_async_rename(struct inode *old_dir, struct inode *new_dir, struct dentry *old_dentry, struct dentry *new_dentry, void (*complete)(struct rpc_task *, struct nfs_renamedata *)) nfs_async_rename() argument [all...] |
/kernel/linux/linux-5.10/fs/affs/ |
H A D | namei.c | 402 affs_rename(struct inode *old_dir, struct dentry *old_dentry, in affs_rename() argument 405 struct super_block *sb = old_dir->i_sb; in affs_rename() 428 affs_lock_dir(old_dir); in affs_rename() 429 retval = affs_remove_hash(old_dir, bh); in affs_rename() 430 affs_unlock_dir(old_dir); in affs_rename() 440 /* TODO: move it back to old_dir, if error? */ in affs_rename() 443 mark_buffer_dirty_inode(bh, retval ? old_dir : new_dir); in affs_rename() 449 affs_xrename(struct inode *old_dir, struct dentry *old_dentry, in affs_xrename() argument 453 struct super_block *sb = old_dir->i_sb; in affs_xrename() 469 affs_lock_dir(old_dir); in affs_xrename() 503 affs_rename2(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) affs_rename2() argument [all...] |
/kernel/linux/linux-6.6/fs/affs/ |
H A D | namei.c | 405 affs_rename(struct inode *old_dir, struct dentry *old_dentry, in affs_rename() argument 408 struct super_block *sb = old_dir->i_sb; in affs_rename() 431 affs_lock_dir(old_dir); in affs_rename() 432 retval = affs_remove_hash(old_dir, bh); in affs_rename() 433 affs_unlock_dir(old_dir); in affs_rename() 443 /* TODO: move it back to old_dir, if error? */ in affs_rename() 446 mark_buffer_dirty_inode(bh, retval ? old_dir : new_dir); in affs_rename() 452 affs_xrename(struct inode *old_dir, struct dentry *old_dentry, in affs_xrename() argument 456 struct super_block *sb = old_dir->i_sb; in affs_xrename() 472 affs_lock_dir(old_dir); in affs_xrename() 506 affs_rename2(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) affs_rename2() argument [all...] |
/kernel/linux/linux-5.10/fs/fat/ |
H A D | namei_msdos.c | 427 static int do_msdos_rename(struct inode *old_dir, unsigned char *old_name, in do_msdos_rename() argument 444 err = fat_scan(old_dir, old_name, &old_sinfo); in do_msdos_rename() 451 update_dotdot = (is_dir && old_dir != new_dir); in do_msdos_rename() 472 if (IS_DIRSYNC(old_dir)) { in do_msdos_rename() 481 inode_inc_iversion(old_dir); in do_msdos_rename() 482 fat_truncate_time(old_dir, NULL, S_CTIME|S_MTIME); in do_msdos_rename() 483 if (IS_DIRSYNC(old_dir)) in do_msdos_rename() 484 (void)fat_sync_inode(old_dir); in do_msdos_rename() 486 mark_inode_dirty(old_dir); in do_msdos_rename() 532 drop_nlink(old_dir); in do_msdos_rename() 596 msdos_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) msdos_rename() argument [all...] |
H A D | namei_vfat.c | 895 static int vfat_rename(struct inode *old_dir, struct dentry *old_dentry, in vfat_rename() argument 906 struct super_block *sb = old_dir->i_sb; in vfat_rename() 915 err = vfat_find(old_dir, &old_dentry->d_name, &old_sinfo); in vfat_rename() 920 update_dotdot = (is_dir && old_dir != new_dir); in vfat_rename() 928 ts = current_time(old_dir); in vfat_rename() 963 drop_nlink(old_dir); in vfat_rename() 968 err = fat_remove_entries(old_dir, &old_sinfo); /* and releases bh */ in vfat_rename() 972 inode_inc_iversion(old_dir); in vfat_rename() 973 fat_truncate_time(old_dir, &ts, S_CTIME|S_MTIME); in vfat_rename() 974 if (IS_DIRSYNC(old_dir)) in vfat_rename() [all...] |
/kernel/linux/linux-6.6/fs/fat/ |
H A D | namei_msdos.c | 428 static int do_msdos_rename(struct inode *old_dir, unsigned char *old_name, in do_msdos_rename() argument 445 err = fat_scan(old_dir, old_name, &old_sinfo); in do_msdos_rename() 452 update_dotdot = (is_dir && old_dir != new_dir); in do_msdos_rename() 473 if (IS_DIRSYNC(old_dir)) { in do_msdos_rename() 482 inode_inc_iversion(old_dir); in do_msdos_rename() 483 fat_truncate_time(old_dir, NULL, S_CTIME|S_MTIME); in do_msdos_rename() 484 if (IS_DIRSYNC(old_dir)) in do_msdos_rename() 485 (void)fat_sync_inode(old_dir); in do_msdos_rename() 487 mark_inode_dirty(old_dir); in do_msdos_rename() 533 drop_nlink(old_dir); in do_msdos_rename() 597 msdos_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) msdos_rename() argument [all...] |
H A D | namei_vfat.c | 931 static int vfat_rename(struct inode *old_dir, struct dentry *old_dentry, in vfat_rename() argument 941 struct super_block *sb = old_dir->i_sb; in vfat_rename() 947 err = vfat_find(old_dir, &old_dentry->d_name, &old_sinfo); in vfat_rename() 951 if (old_dir != new_dir) { in vfat_rename() 958 ts = current_time(old_dir); in vfat_rename() 987 drop_nlink(old_dir); in vfat_rename() 992 err = fat_remove_entries(old_dir, &old_sinfo); /* and releases bh */ in vfat_rename() 996 vfat_update_dir_metadata(old_dir, &ts); in vfat_rename() 1017 corrupt |= vfat_update_dotdot_de(old_dir, old_inode, dotdot_bh, in vfat_rename() 1060 static int vfat_rename_exchange(struct inode *old_dir, struc argument 1161 vfat_rename2(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) vfat_rename2() argument [all...] |
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | namei.c | 913 static int f2fs_rename(struct inode *old_dir, struct dentry *old_dentry, in f2fs_rename() argument 917 struct f2fs_sb_info *sbi = F2FS_I_SB(old_dir); in f2fs_rename() 940 * add a link in old_dir which can conver inline_dir. in f2fs_rename() 946 if (old_dir == new_dir && !new_inode) { in f2fs_rename() 947 err = f2fs_try_convert_inline_dir(old_dir, new_dentry); in f2fs_rename() 953 err = f2fs_create_whiteout(old_dir, &whiteout); in f2fs_rename() 958 err = dquot_initialize(old_dir); in f2fs_rename() 973 old_entry = f2fs_find_entry(old_dir, &old_dentry->d_name, &old_page); in f2fs_rename() 1052 f2fs_delete_entry(old_entry, old_page, old_dir, NULL); in f2fs_rename() 1069 if (old_dir ! in f2fs_rename() 1105 f2fs_cross_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) f2fs_cross_rename() argument 1270 f2fs_rename2(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) f2fs_rename2() argument [all...] |
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | namei.c | 955 static int f2fs_rename(struct mnt_idmap *idmap, struct inode *old_dir, in f2fs_rename() argument 959 struct f2fs_sb_info *sbi = F2FS_I_SB(old_dir); in f2fs_rename() 982 * add a link in old_dir which can convert inline_dir. in f2fs_rename() 988 if (old_dir == new_dir && !new_inode) { in f2fs_rename() 989 err = f2fs_try_convert_inline_dir(old_dir, new_dentry); in f2fs_rename() 997 err = f2fs_setup_filename(old_dir, &old_dentry->d_name, in f2fs_rename() 1002 err = f2fs_create_whiteout(idmap, old_dir, &whiteout, &fname); in f2fs_rename() 1007 err = f2fs_dquot_initialize(old_dir); in f2fs_rename() 1022 old_entry = f2fs_find_entry(old_dir, &old_dentry->d_name, &old_page); in f2fs_rename() 1101 f2fs_delete_entry(old_entry, old_page, old_dir, NUL in f2fs_rename() 1153 f2fs_cross_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) f2fs_cross_rename() argument 1318 f2fs_rename2(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) f2fs_rename2() argument [all...] |
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | namei.c | 1311 static int reiserfs_rename(struct inode *old_dir, struct dentry *old_dentry, in reiserfs_rename() argument 1343 4 * REISERFS_QUOTA_TRANS_BLOCKS(old_dir->i_sb); in reiserfs_rename() 1345 retval = dquot_initialize(old_dir); in reiserfs_rename() 1360 reiserfs_write_lock(old_dir->i_sb); in reiserfs_rename() 1362 reiserfs_find_entry(old_dir, old_dentry->d_name.name, in reiserfs_rename() 1367 reiserfs_write_unlock(old_dir->i_sb); in reiserfs_rename() 1372 reiserfs_write_unlock(old_dir->i_sb); in reiserfs_rename() 1385 reiserfs_write_unlock(old_dir->i_sb); in reiserfs_rename() 1400 reiserfs_write_unlock(old_dir->i_sb); in reiserfs_rename() 1404 /* inode number of .. must equal old_dir in reiserfs_rename() [all...] |
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | dir.c | 1287 static int do_rename(struct inode *old_dir, struct dentry *old_dentry, in do_rename() argument 1291 struct ubifs_info *c = old_dir->i_sb->s_fs_info; in do_rename() 1297 int err, release, sync = 0, move = (new_dir != old_dir); in do_rename() 1320 old_dentry, old_inode->i_ino, old_dir->i_ino, in do_rename() 1339 err = fscrypt_setup_filename(old_dir, &old_dentry->d_name, 0, &old_nm); in do_rename() 1380 whiteout = create_whiteout(old_dir, old_dentry); in do_rename() 1411 /* Add the old_dentry size to the old_dir size. */ in do_rename() 1415 lock_4_inodes(old_dir, new_dir, new_inode, whiteout); in do_rename() 1421 time = current_time(old_dir); in do_rename() 1428 * @old_dir lose in do_rename() 1555 ubifs_xrename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) ubifs_xrename() argument 1615 ubifs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) ubifs_rename() argument [all...] |
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | namei.c | 1314 struct inode *old_dir, struct dentry *old_dentry, in reiserfs_rename() 1345 4 * REISERFS_QUOTA_TRANS_BLOCKS(old_dir->i_sb); in reiserfs_rename() 1347 retval = dquot_initialize(old_dir); in reiserfs_rename() 1362 reiserfs_write_lock(old_dir->i_sb); in reiserfs_rename() 1364 reiserfs_find_entry(old_dir, old_dentry->d_name.name, in reiserfs_rename() 1369 reiserfs_write_unlock(old_dir->i_sb); in reiserfs_rename() 1374 reiserfs_write_unlock(old_dir->i_sb); in reiserfs_rename() 1386 reiserfs_write_unlock(old_dir->i_sb); in reiserfs_rename() 1391 if (old_dir != new_dir) { in reiserfs_rename() 1403 reiserfs_write_unlock(old_dir in reiserfs_rename() 1313 reiserfs_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) reiserfs_rename() argument [all...] |
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | dir.c | 1284 static int do_rename(struct inode *old_dir, struct dentry *old_dentry, in do_rename() argument 1288 struct ubifs_info *c = old_dir->i_sb->s_fs_info; in do_rename() 1294 int err, release, sync = 0, move = (new_dir != old_dir); in do_rename() 1316 old_dentry, old_inode->i_ino, old_dir->i_ino, in do_rename() 1335 err = fscrypt_setup_filename(old_dir, &old_dentry->d_name, 0, &old_nm); in do_rename() 1376 whiteout = create_whiteout(old_dir, old_dentry); in do_rename() 1407 /* Add the old_dentry size to the old_dir size. */ in do_rename() 1411 lock_4_inodes(old_dir, new_dir, new_inode, whiteout); in do_rename() 1417 simple_rename_timestamp(old_dir, old_dentry, new_dir, new_dentry); in do_rename() 1423 * @old_dir lose in do_rename() 1547 ubifs_xrename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) ubifs_xrename() argument 1611 ubifs_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) ubifs_rename() argument [all...] |
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | namei.c | 1066 static int jfs_rename(struct inode *old_dir, struct dentry *old_dentry, in jfs_rename() argument 1092 rc = dquot_initialize(old_dir); in jfs_rename() 1111 rc = dtSearch(old_dir, &old_dname, &ino, &btstack, JFS_LOOKUP); in jfs_rename() 1158 * Here, the vfs has already taken i_mutex on both old_dir and new_dir. in jfs_rename() 1162 if (old_dir != new_dir) in jfs_rename() 1163 mutex_lock_nested(&JFS_IP(old_dir)->commit_mutex, in jfs_rename() 1182 if (old_dir != new_dir) in jfs_rename() 1183 mutex_unlock(&JFS_IP(old_dir)->commit_mutex); in jfs_rename() 1237 rc = dtDelete(tid, old_dir, &old_dname, &ino, JFS_REMOVE); in jfs_rename() 1245 drop_nlink(old_dir); in jfs_rename() [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | namei.c | 1067 static int jfs_rename(struct mnt_idmap *idmap, struct inode *old_dir, in jfs_rename() argument 1093 rc = dquot_initialize(old_dir); in jfs_rename() 1112 rc = dtSearch(old_dir, &old_dname, &ino, &btstack, JFS_LOOKUP); in jfs_rename() 1159 * Here, the vfs has already taken i_mutex on both old_dir and new_dir. in jfs_rename() 1163 if (old_dir != new_dir) in jfs_rename() 1164 mutex_lock_nested(&JFS_IP(old_dir)->commit_mutex, in jfs_rename() 1183 if (old_dir != new_dir) in jfs_rename() 1184 mutex_unlock(&JFS_IP(old_dir)->commit_mutex); in jfs_rename() 1238 rc = dtDelete(tid, old_dir, &old_dname, &ino, JFS_REMOVE); in jfs_rename() 1246 drop_nlink(old_dir); in jfs_rename() [all...] |
/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() argument 545 if (!(dep = map_dirent(old_dir, hpfs_i(old_dir)->i_dno, old_name, old_len, &dno, &qbh))) { in hpfs_rename() 555 if ((r = hpfs_remove_dirent(old_dir, dno, dep, &qbh, 1)) != 2) { in hpfs_rename() 572 if (new_dir == old_dir) hpfs_brelse4(&qbh); in hpfs_rename() 577 if (new_dir != old_dir) hpfs_brelse4(&qbh); in hpfs_rename() 581 if (new_dir == old_dir) in hpfs_rename() 582 if (!(dep = map_dirent(old_dir, hpfs_i(old_dir)->i_dno, old_name, old_len, &dno, &qbh))) { in hpfs_rename() 588 if ((r = hpfs_remove_dirent(old_dir, dn in hpfs_rename() [all...] |
/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() argument 541 if (!(dep = map_dirent(old_dir, hpfs_i(old_dir)->i_dno, old_name, old_len, &dno, &qbh))) { in hpfs_rename() 551 if ((r = hpfs_remove_dirent(old_dir, dno, dep, &qbh, 1)) != 2) { in hpfs_rename() 568 if (new_dir == old_dir) hpfs_brelse4(&qbh); in hpfs_rename() 573 if (new_dir != old_dir) hpfs_brelse4(&qbh); in hpfs_rename() 577 if (new_dir == old_dir) in hpfs_rename() 578 if (!(dep = map_dirent(old_dir, hpfs_i(old_dir)->i_dno, old_name, old_len, &dno, &qbh))) { in hpfs_rename() 584 if ((r = hpfs_remove_dirent(old_dir, dn in hpfs_rename() [all...] |
/kernel/linux/linux-5.10/fs/debugfs/ |
H A D | inode.c | 773 * @old_dir: a pointer to the parent dentry for the renamed object. This 790 struct dentry *debugfs_rename(struct dentry *old_dir, struct dentry *old_dentry, in debugfs_rename() argument 797 if (IS_ERR(old_dir)) in debugfs_rename() 798 return old_dir; in debugfs_rename() 804 trap = lock_rename(new_dir, old_dir); in debugfs_rename() 806 if (d_really_is_negative(old_dir) || d_really_is_negative(new_dir)) in debugfs_rename() 819 error = simple_rename(d_inode(old_dir), old_dentry, d_inode(new_dir), in debugfs_rename() 826 fsnotify_move(d_inode(old_dir), d_inode(new_dir), &old_name.name, in debugfs_rename() 830 unlock_rename(new_dir, old_dir); in debugfs_rename() 836 unlock_rename(new_dir, old_dir); in debugfs_rename() [all...] |
/kernel/linux/linux-6.6/fs/debugfs/ |
H A D | inode.c | 806 * @old_dir: a pointer to the parent dentry for the renamed object. This 823 struct dentry *debugfs_rename(struct dentry *old_dir, struct dentry *old_dentry, in debugfs_rename() argument 830 if (IS_ERR(old_dir)) in debugfs_rename() 831 return old_dir; in debugfs_rename() 837 trap = lock_rename(new_dir, old_dir); in debugfs_rename() 839 if (d_really_is_negative(old_dir) || d_really_is_negative(new_dir)) in debugfs_rename() 852 error = simple_rename(&nop_mnt_idmap, d_inode(old_dir), old_dentry, in debugfs_rename() 859 fsnotify_move(d_inode(old_dir), d_inode(new_dir), &old_name.name, in debugfs_rename() 863 unlock_rename(new_dir, old_dir); in debugfs_rename() 869 unlock_rename(new_dir, old_dir); in debugfs_rename() [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | namei.c | 683 struct inode *old_dir = d_inode(old_dentry->d_parent); in ocfs2_link() local 707 err = ocfs2_double_lock(osb, &old_dir_bh, old_dir, in ocfs2_link() 733 err = ocfs2_lookup_ino_from_name(old_dir, old_dentry->d_name.name, in ocfs2_link() 826 ocfs2_double_unlock(old_dir, dir); in ocfs2_link() 1196 static int ocfs2_rename(struct inode *old_dir, in ocfs2_rename() argument 1216 u32 old_dir_nlink = old_dir->i_nlink; in ocfs2_rename() 1231 trace_ocfs2_rename(old_dir, old_dentry, new_dir, new_dentry, in ocfs2_rename() 1235 status = dquot_initialize(old_dir); in ocfs2_rename() 1246 osb = OCFS2_SB(old_dir->i_sb); in ocfs2_rename() 1264 if (old_dir ! in ocfs2_rename() [all...] |
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | hooks.c | 72 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, in __fscrypt_prepare_rename() argument 78 err = fscrypt_require_key(old_dir); in __fscrypt_prepare_rename() 91 if (old_dir != new_dir) { in __fscrypt_prepare_rename() 98 IS_ENCRYPTED(old_dir) && in __fscrypt_prepare_rename() 99 !fscrypt_has_permitted_context(old_dir, in __fscrypt_prepare_rename()
|
/kernel/linux/linux-5.10/fs/ufs/ |
H A D | namei.c | 243 static int ufs_rename(struct inode *old_dir, struct dentry *old_dentry, in ufs_rename() argument 258 old_de = ufs_find_entry(old_dir, &old_dentry->d_name, &old_page); in ufs_rename() 300 ufs_delete_entry(old_dir, old_de, old_page); in ufs_rename() 304 if (old_dir != new_dir) in ufs_rename() 310 inode_dec_link_count(old_dir); in ufs_rename()
|
/kernel/linux/linux-6.6/fs/ufs/ |
H A D | namei.c | 246 static int ufs_rename(struct mnt_idmap *idmap, struct inode *old_dir, in ufs_rename() argument 261 old_de = ufs_find_entry(old_dir, &old_dentry->d_name, &old_page); in ufs_rename() 303 ufs_delete_entry(old_dir, old_de, old_page); in ufs_rename() 307 if (old_dir != new_dir) in ufs_rename() 313 inode_dec_link_count(old_dir); in ufs_rename()
|
/kernel/linux/linux-5.10/fs/bfs/ |
H A D | dir.c | 202 static int bfs_rename(struct inode *old_dir, struct dentry *old_dentry, in bfs_rename() argument 223 old_bh = bfs_find_entry(old_dir, &old_dentry->d_name, &old_de); in bfs_rename() 243 old_dir->i_ctime = old_dir->i_mtime = current_time(old_dir); in bfs_rename() 244 mark_inode_dirty(old_dir); in bfs_rename() 249 mark_buffer_dirty_inode(old_bh, old_dir); in bfs_rename()
|