Symbol: new_dir
drivers/android/binder/rust_binderfs.c
340
struct inode *new_dir, struct dentry *new_dentry,
drivers/android/binder/rust_binderfs.c
347
return simple_rename(idmap, old_dir, old_dentry, new_dir,
drivers/android/binderfs.c
349
struct inode *new_dir, struct dentry *new_dentry,
drivers/android/binderfs.c
356
return simple_rename(idmap, old_dir, old_dentry, new_dir,
fs/9p/v9fs.h
193
struct inode *new_dir, struct dentry *new_dentry,
fs/9p/vfs_inode.c
863
struct dentry *old_dentry, struct inode *new_dir,
fs/9p/vfs_inode.c
940
inc_nlink(new_dir);
fs/9p/vfs_inode.c
945
v9fs_invalidate_inode_attr(new_dir);
fs/affs/affs.h
183
struct inode *new_dir, struct dentry *new_dentry,
fs/affs/namei.c
406
struct inode *new_dir, struct dentry *new_dentry)
fs/affs/namei.c
440
affs_lock_dir(new_dir);
fs/affs/namei.c
441
retval = affs_insert_hash(new_dir, bh);
fs/affs/namei.c
442
affs_unlock_dir(new_dir);
fs/affs/namei.c
447
&AFFS_I(retval ? old_dir : new_dir)->i_metadata_bhs);
fs/affs/namei.c
454
struct inode *new_dir, struct dentry *new_dentry)
fs/affs/namei.c
480
affs_lock_dir(new_dir);
fs/affs/namei.c
481
retval = affs_remove_hash(new_dir, bh_new);
fs/affs/namei.c
482
affs_unlock_dir(new_dir);
fs/affs/namei.c
489
affs_lock_dir(new_dir);
fs/affs/namei.c
490
retval = affs_insert_hash(new_dir, bh_old);
fs/affs/namei.c
491
affs_unlock_dir(new_dir);
fs/affs/namei.c
500
mmb_mark_buffer_dirty(bh_old, &AFFS_I(new_dir)->i_metadata_bhs);
fs/affs/namei.c
508
struct dentry *old_dentry, struct inode *new_dir,
fs/affs/namei.c
516
old_dir->i_ino, old_dentry, new_dir->i_ino, new_dentry);
fs/affs/namei.c
519
return affs_xrename(old_dir, old_dentry, new_dir, new_dentry);
fs/affs/namei.c
521
return affs_rename(old_dir, old_dentry, new_dir, new_dentry);
fs/afs/dir.c
2071
struct dentry *old_dentry, struct inode *new_dir,
fs/afs/dir.c
2087
new_dvnode = AFS_FS_I(new_dir);
fs/afs/dir.c
47
struct dentry *old_dentry, struct inode *new_dir,
fs/bad_inode.c
80
struct inode *new_dir, struct dentry *new_dentry,
fs/bfs/dir.c
210
struct dentry *old_dentry, struct inode *new_dir,
fs/bfs/dir.c
237
new_bh = bfs_find_entry(new_dir, &new_dentry->d_name, &new_de);
fs/bfs/dir.c
244
error = bfs_add_entry(new_dir, &new_dentry->d_name,
fs/btrfs/inode.c
8082
struct inode *new_dir,
fs/btrfs/inode.c
8089
struct btrfs_root *dest = BTRFS_I(new_dir)->root;
fs/btrfs/inode.c
8119
ret = fscrypt_setup_filename(new_dir, &new_dentry->d_name, 0, &new_fname);
fs/btrfs/inode.c
8143
trans_num_items = (old_dir == new_dir ? 9 : 10);
fs/btrfs/inode.c
8180
ret = btrfs_set_inode_index(BTRFS_I(new_dir), &old_idx);
fs/btrfs/inode.c
8196
btrfs_ino(BTRFS_I(new_dir)),
fs/btrfs/inode.c
8220
inode_inc_iversion(new_dir);
fs/btrfs/inode.c
8223
simple_rename_timestamp(old_dir, old_dentry, new_dir, new_dentry);
fs/btrfs/inode.c
8253
btrfs_record_unlink_dir(trans, BTRFS_I(new_dir),
fs/btrfs/inode.c
8281
ret = btrfs_unlink_subvol(trans, BTRFS_I(new_dir), new_dentry);
fs/btrfs/inode.c
8287
ret = __btrfs_unlink_inode(trans, BTRFS_I(new_dir),
fs/btrfs/inode.c
8301
ret = btrfs_add_link(trans, BTRFS_I(new_dir), BTRFS_I(old_inode),
fs/btrfs/inode.c
8329
btrfs_log_new_name(trans, new_dentry, BTRFS_I(new_dir),
fs/btrfs/inode.c
8367
struct inode *new_dir, struct dentry *new_dentry,
fs/btrfs/inode.c
8378
struct btrfs_root *dest = BTRFS_I(new_dir)->root;
fs/btrfs/inode.c
8389
if (btrfs_ino(BTRFS_I(new_dir)) == BTRFS_EMPTY_SUBVOL_DIR_OBJECTID)
fs/btrfs/inode.c
8408
ret = fscrypt_setup_filename(new_dir, &new_dentry->d_name, 0, &new_fname);
fs/btrfs/inode.c
8415
ret = btrfs_check_dir_item_collision(dest, new_dir->i_ino, &new_fname.disk_name);
fs/btrfs/inode.c
8477
if (new_dir != old_dir)
fs/btrfs/inode.c
8501
ret = btrfs_set_inode_index(BTRFS_I(new_dir), &index);
fs/btrfs/inode.c
8511
old_ino, btrfs_ino(BTRFS_I(new_dir)),
fs/btrfs/inode.c
8518
inode_inc_iversion(new_dir);
fs/btrfs/inode.c
8520
simple_rename_timestamp(old_dir, old_dentry, new_dir, new_dentry);
fs/btrfs/inode.c
8574
ret = btrfs_unlink_subvol(trans, BTRFS_I(new_dir), new_dentry);
fs/btrfs/inode.c
8581
ret = btrfs_unlink_inode(trans, BTRFS_I(new_dir),
fs/btrfs/inode.c
8599
ret = btrfs_add_link(trans, BTRFS_I(new_dir), BTRFS_I(old_inode),
fs/btrfs/inode.c
8646
struct dentry *old_dentry, struct inode *new_dir,
fs/btrfs/inode.c
8655
ret = btrfs_rename_exchange(old_dir, old_dentry, new_dir,
fs/btrfs/inode.c
8658
ret = btrfs_rename(idmap, old_dir, old_dentry, new_dir,
fs/btrfs/inode.c
8661
btrfs_btree_balance_dirty(BTRFS_I(new_dir)->root->fs_info);
fs/ceph/dir.c
1477
struct dentry *old_dentry, struct inode *new_dir,
fs/ceph/dir.c
1489
if (ceph_snap(old_dir) != ceph_snap(new_dir))
fs/ceph/dir.c
1492
if (old_dir == new_dir && ceph_snap(old_dir) == CEPH_SNAPDIR)
fs/ceph/dir.c
1498
if ((old_dir != new_dir) &&
fs/ceph/dir.c
1499
(!ceph_quota_is_same_realm(old_dir, new_dir)))
fs/ceph/dir.c
1506
err = fscrypt_prepare_rename(old_dir, old_dentry, new_dir, new_dentry,
fs/ceph/dir.c
1512
ceph_vinop(old_dir), old_dentry, ceph_vinop(new_dir),
fs/ceph/dir.c
1522
req->r_parent = new_dir;
fs/ceph/dir.c
1523
ihold(new_dir);
fs/coda/dir.c
299
struct dentry *old_dentry, struct inode *new_dir,
fs/coda/dir.c
312
coda_i2f(new_dir), old_length, new_length,
fs/coda/dir.c
318
coda_dir_inc_nlink(new_dir);
fs/coda/dir.c
323
coda_dir_update_mtime(new_dir);
fs/crypto/hooks.c
103
if (old_dir != new_dir) {
fs/crypto/hooks.c
104
if (IS_ENCRYPTED(new_dir) &&
fs/crypto/hooks.c
105
!fscrypt_has_permitted_context(new_dir,
fs/crypto/hooks.c
92
struct inode *new_dir, struct dentry *new_dentry,
fs/ecryptfs/inode.c
594
struct dentry *old_dentry, struct inode *new_dir,
fs/ecryptfs/inode.c
629
fsstack_copy_attr_all(new_dir, d_inode(lower_new_dir_dentry));
fs/ecryptfs/inode.c
630
if (new_dir != old_dir)
fs/exfat/namei.c
1253
struct inode *new_dir, struct dentry *new_dentry,
fs/exfat/namei.c
1260
loff_t size = i_size_read(new_dir);
fs/exfat/namei.c
1274
err = __exfat_rename(old_dir, EXFAT_I(old_inode), new_dir, new_dentry);
fs/exfat/namei.c
1278
inode_inc_iversion(new_dir);
fs/exfat/namei.c
1279
simple_rename_timestamp(old_dir, old_dentry, new_dir, new_dentry);
fs/exfat/namei.c
1280
EXFAT_I(new_dir)->i_crtime = current_time(new_dir);
fs/exfat/namei.c
1281
exfat_truncate_inode_atime(new_dir);
fs/exfat/namei.c
1282
if (IS_DIRSYNC(new_dir) && size != i_size_read(new_dir))
fs/exfat/namei.c
1283
exfat_sync_inode(new_dir);
fs/exfat/namei.c
1285
mark_inode_dirty(new_dir);
fs/exfat/namei.c
1291
if (IS_DIRSYNC(new_dir))
fs/exfat/namei.c
1296
if (S_ISDIR(old_inode->i_mode) && old_dir != new_dir) {
fs/exfat/namei.c
1299
inc_nlink(new_dir);
fs/exfat/namei.c
1303
if (new_dir != old_dir)
fs/ext2/namei.c
321
struct inode * new_dir, struct dentry * new_dentry,
fs/ext2/namei.c
340
err = dquot_initialize(new_dir);
fs/ext2/namei.c
348
if (old_is_dir && old_dir != new_dir) {
fs/ext2/namei.c
363
new_de = ext2_find_entry(new_dir, &new_dentry->d_name,
fs/ext2/namei.c
369
err = ext2_set_link(new_dir, new_de, new_folio, old_inode, true);
fs/ext2/namei.c
382
inode_inc_link_count(new_dir);
fs/ext2/namei.c
394
if (old_dir != new_dir)
fs/ext2/namei.c
396
new_dir, false);
fs/ext4/namei.c
3798
struct dentry *old_dentry, struct inode *new_dir,
fs/ext4/namei.c
3808
.dir = new_dir,
fs/ext4/namei.c
3824
if ((ext4_test_inode_flag(new_dir, EXT4_INODE_PROJINHERIT)) &&
fs/ext4/namei.c
3825
(!projid_eq(EXT4_I(new_dir)->i_projid,
fs/ext4/namei.c
4052
struct inode *new_dir, struct dentry *new_dentry)
fs/ext4/namei.c
4061
.dir = new_dir,
fs/ext4/namei.c
4068
if ((ext4_test_inode_flag(new_dir, EXT4_INODE_PROJINHERIT) &&
fs/ext4/namei.c
4069
!projid_eq(EXT4_I(new_dir)->i_projid,
fs/ext4/namei.c
4194
struct inode *new_dir, struct dentry *new_dentry,
fs/ext4/namei.c
4206
err = fscrypt_prepare_rename(old_dir, old_dentry, new_dir, new_dentry,
fs/ext4/namei.c
4213
new_dir, new_dentry);
fs/ext4/namei.c
4216
return ext4_rename(idmap, old_dir, old_dentry, new_dir, new_dentry, flags);
fs/f2fs/namei.c
1009
if (old_is_dir && old_dir != new_dir) {
fs/f2fs/namei.c
1025
new_entry = f2fs_find_entry(new_dir, &new_dentry->d_name,
fs/f2fs/namei.c
1041
f2fs_set_link(new_dir, new_entry, new_folio, old_inode);
fs/f2fs/namei.c
1067
f2fs_i_links_write(new_dir, true);
fs/f2fs/namei.c
1075
f2fs_i_pino_write(old_inode, new_dir->i_ino);
fs/f2fs/namei.c
1100
f2fs_set_link(old_inode, old_dir_entry, old_dir_folio, new_dir);
fs/f2fs/namei.c
1105
f2fs_add_ino_entry(sbi, new_dir->i_ino, TRANS_DIR_INO);
fs/f2fs/namei.c
1113
if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir))
fs/f2fs/namei.c
1133
struct inode *new_dir, struct dentry *new_dentry)
fs/f2fs/namei.c
1151
if ((is_inode_flag_set(new_dir, FI_PROJ_INHERIT) &&
fs/f2fs/namei.c
1152
!projid_eq(F2FS_I(new_dir)->i_projid,
fs/f2fs/namei.c
1163
err = f2fs_dquot_initialize(new_dir);
fs/f2fs/namei.c
1175
new_entry = f2fs_find_entry(new_dir, &new_dentry->d_name, &new_folio);
fs/f2fs/namei.c
1183
if (old_dir != new_dir) {
fs/f2fs/namei.c
1216
(new_nlink > 0 && new_dir->i_nlink >= F2FS_LINK_MAX))
fs/f2fs/namei.c
1226
f2fs_set_link(old_inode, old_dir_entry, old_dir_folio, new_dir);
fs/f2fs/namei.c
1240
f2fs_i_pino_write(old_inode, new_dir->i_ino);
fs/f2fs/namei.c
1252
f2fs_set_link(new_dir, new_entry, new_folio, old_inode);
fs/f2fs/namei.c
1262
inode_set_ctime_current(new_dir);
fs/f2fs/namei.c
1264
f2fs_down_write(&F2FS_I(new_dir)->i_sem);
fs/f2fs/namei.c
1265
f2fs_i_links_write(new_dir, new_nlink > 0);
fs/f2fs/namei.c
1266
f2fs_up_write(&F2FS_I(new_dir)->i_sem);
fs/f2fs/namei.c
1268
f2fs_mark_inode_dirty_sync(new_dir, false);
fs/f2fs/namei.c
1272
f2fs_add_ino_entry(sbi, new_dir->i_ino, TRANS_DIR_INO);
fs/f2fs/namei.c
1277
if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir))
fs/f2fs/namei.c
1300
struct inode *new_dir, struct dentry *new_dentry,
fs/f2fs/namei.c
1308
trace_f2fs_rename_start(old_dir, old_dentry, new_dir, new_dentry,
fs/f2fs/namei.c
1311
err = fscrypt_prepare_rename(old_dir, old_dentry, new_dir, new_dentry,
fs/f2fs/namei.c
1318
new_dir, new_dentry);
fs/f2fs/namei.c
1325
new_dir, new_dentry, flags);
fs/f2fs/namei.c
933
struct dentry *old_dentry, struct inode *new_dir,
fs/f2fs/namei.c
954
if (is_inode_flag_set(new_dir, FI_PROJ_INHERIT) &&
fs/f2fs/namei.c
955
(!projid_eq(F2FS_I(new_dir)->i_projid,
fs/f2fs/namei.c
967
if (old_dir == new_dir && !new_inode) {
fs/f2fs/namei.c
991
err = f2fs_dquot_initialize(new_dir);
fs/fat/namei_msdos.c
433
struct inode *new_dir, unsigned char *new_name,
fs/fat/namei_msdos.c
455
update_dotdot = (is_dir && old_dir != new_dir);
fs/fat/namei_msdos.c
464
err = fat_scan(new_dir, new_name, &sinfo);
fs/fat/namei_msdos.c
507
err = msdos_add_entry(new_dir, new_name, is_dir, is_hid, 0,
fs/fat/namei_msdos.c
513
inode_inc_iversion(new_dir);
fs/fat/namei_msdos.c
521
if (IS_DIRSYNC(new_dir)) {
fs/fat/namei_msdos.c
529
fat_set_start(dotdot_de, MSDOS_I(new_dir)->i_logstart);
fs/fat/namei_msdos.c
532
if (IS_DIRSYNC(new_dir)) {
fs/fat/namei_msdos.c
539
inc_nlink(new_dir);
fs/fat/namei_msdos.c
587
int err2 = fat_remove_entries(new_dir, &sinfo);
fs/fat/namei_msdos.c
593
fat_fs_error(new_dir->i_sb,
fs/fat/namei_msdos.c
603
struct inode *new_dir, struct dentry *new_dentry,
fs/fat/namei_msdos.c
622
&MSDOS_SB(new_dir->i_sb)->options);
fs/fat/namei_msdos.c
630
new_dir, new_msdos_name, new_dentry, is_hid);
fs/fat/namei_msdos.c
634
err = fat_flush_inodes(sb, old_dir, new_dir);
fs/fat/namei_vfat.c
1034
int err2 = fat_remove_entries(new_dir, &sinfo);
fs/fat/namei_vfat.c
1040
fat_fs_error(new_dir->i_sb,
fs/fat/namei_vfat.c
1063
struct inode *new_dir, struct dentry *new_dentry)
fs/fat/namei_vfat.c
1080
if (old_dir != new_dir) {
fs/fat/namei_vfat.c
1100
err = vfat_sync_ipos(new_dir, old_inode);
fs/fat/namei_vfat.c
1106
err = vfat_update_dotdot_de(new_dir, old_inode, old_dotdot_bh,
fs/fat/namei_vfat.c
1121
vfat_move_nlink(old_dir, new_dir);
fs/fat/namei_vfat.c
1123
vfat_move_nlink(new_dir, old_dir);
fs/fat/namei_vfat.c
1128
if (old_dir != new_dir)
fs/fat/namei_vfat.c
1129
vfat_update_dir_metadata(new_dir, &ts);
fs/fat/namei_vfat.c
1140
corrupt |= vfat_update_dotdot_de(new_dir, new_inode,
fs/fat/namei_vfat.c
1152
corrupt |= vfat_sync_ipos(new_dir, new_inode);
fs/fat/namei_vfat.c
1156
fat_fs_error(new_dir->i_sb,
fs/fat/namei_vfat.c
1164
struct dentry *old_dentry, struct inode *new_dir,
fs/fat/namei_vfat.c
1172
new_dir, new_dentry);
fs/fat/namei_vfat.c
1176
return vfat_rename(old_dir, old_dentry, new_dir, new_dentry);
fs/fat/namei_vfat.c
935
struct inode *new_dir, struct dentry *new_dentry)
fs/fat/namei_vfat.c
954
if (old_dir != new_dir) {
fs/fat/namei_vfat.c
971
err = vfat_add_entry(new_dir, &new_dentry->d_name, is_dir, 0,
fs/fat/namei_vfat.c
977
inode_inc_iversion(new_dir);
fs/fat/namei_vfat.c
981
err = vfat_sync_ipos(new_dir, old_inode);
fs/fat/namei_vfat.c
986
err = vfat_update_dotdot_de(new_dir, old_inode, dotdot_bh,
fs/fat/namei_vfat.c
992
inc_nlink(new_dir);
fs/hfs/dir.c
285
struct dentry *old_dentry, struct inode *new_dir,
fs/hfs/dir.c
295
res = hfs_remove(new_dir, new_dentry);
fs/hfs/dir.c
302
new_dir, &new_dentry->d_name);
fs/hfs/dir.c
308
new_dir->i_ino, &new_dentry->d_name);
fs/hfsplus/dir.c
578
struct inode *new_dir, struct dentry *new_dentry,
fs/hfsplus/dir.c
589
res = hfsplus_rmdir(new_dir, new_dentry);
fs/hfsplus/dir.c
591
res = hfsplus_unlink(new_dir, new_dentry);
fs/hfsplus/dir.c
598
new_dir, &new_dentry->d_name);
fs/hfsplus/dir.c
611
res = hfsplus_cat_write_inode(new_dir);
fs/hostfs/hostfs_kern.c
750
struct inode *new_dir, struct dentry *new_dentry,
fs/hpfs/namei.c
504
struct dentry *old_dentry, struct inode *new_dir,
fs/hpfs/namei.c
549
if ((nde = map_dirent(new_dir, hpfs_i(new_dir)->i_dno, new_name, new_len, NULL, &qbh1))) {
fs/hpfs/namei.c
557
hpfs_error(new_dir->i_sb, "hpfs_rename: could not find dirent");
fs/hpfs/namei.c
565
if (new_dir == old_dir) hpfs_brelse4(&qbh);
fs/hpfs/namei.c
567
if ((r = hpfs_add_dirent(new_dir, new_name, new_len, &de))) {
fs/hpfs/namei.c
568
if (r == -1) hpfs_error(new_dir->i_sb, "hpfs_rename: dirent already exists!");
fs/hpfs/namei.c
570
if (new_dir != old_dir) hpfs_brelse4(&qbh);
fs/hpfs/namei.c
574
if (new_dir == old_dir)
fs/hpfs/namei.c
588
hpfs_i(i)->i_parent_dir = new_dir->i_ino;
fs/hpfs/namei.c
590
inc_nlink(new_dir);
fs/hpfs/namei.c
594
fnode->up = cpu_to_le32(new_dir->i_ino);
fs/hpfs/namei.c
604
hpfs_update_directory_times(new_dir);
fs/jfs/namei.c
1070
struct dentry *old_dentry, struct inode *new_dir,
fs/jfs/namei.c
1098
rc = dquot_initialize(new_dir);
fs/jfs/namei.c
1123
rc = dtSearch(new_dir, &new_dname, &ino, &btstack, JFS_LOOKUP);
fs/jfs/namei.c
1155
tid = txBegin(new_dir->i_sb, 0);
fs/jfs/namei.c
1163
mutex_lock_nested(&JFS_IP(new_dir)->commit_mutex, COMMIT_MUTEX_PARENT);
fs/jfs/namei.c
1165
if (old_dir != new_dir)
fs/jfs/namei.c
1176
rc = dtModify(tid, new_dir, &new_dname, &ino,
fs/jfs/namei.c
1185
if (old_dir != new_dir)
fs/jfs/namei.c
1188
mutex_unlock(&JFS_IP(new_dir)->commit_mutex);
fs/jfs/namei.c
1217
rc = dtSearch(new_dir, &new_dname, &ino, &btstack,
fs/jfs/namei.c
1226
rc = dtInsert(tid, new_dir, &new_dname, &ino, &btstack);
fs/jfs/namei.c
1232
if (S_ISDIR(old_ip->i_mode) && old_dir != new_dir)
fs/jfs/namei.c
1233
inc_nlink(new_dir);
fs/jfs/namei.c
1248
if (new_ip || old_dir != new_dir)
fs/jfs/namei.c
1251
if (old_dir != new_dir) {
fs/jfs/namei.c
1257
cpu_to_le32(new_dir->i_ino);
fs/jfs/namei.c
1278
inode_set_mtime_to_ts(new_dir, inode_set_ctime_current(new_dir));
fs/jfs/namei.c
1279
mark_inode_dirty(new_dir);
fs/jfs/namei.c
1288
if (old_dir != new_dir) {
fs/jfs/namei.c
1289
iplist[ipcount++] = new_dir;
fs/jfs/namei.c
1311
if (old_dir != new_dir)
fs/jfs/namei.c
1314
mutex_unlock(&JFS_IP(new_dir)->commit_mutex);
fs/kernfs/dir.c
1331
struct inode *new_dir, struct dentry *new_dentry,
fs/kernfs/dir.c
1335
struct kernfs_node *new_parent = new_dir->i_private;
fs/libfs.c
352
struct inode *new_dir, struct dentry *new_dentry)
fs/libfs.c
355
struct offset_ctx *new_ctx = new_dir->i_op->get_offset_ctx(new_dir);
fs/libfs.c
381
struct inode *new_dir,
fs/libfs.c
385
struct offset_ctx *new_ctx = new_dir->i_op->get_offset_ctx(new_dir);
fs/libfs.c
405
simple_rename_exchange(old_dir, old_dentry, new_dir, new_dentry);
fs/libfs.c
836
struct inode *new_dir, struct dentry *new_dentry)
fs/libfs.c
841
if (new_dir != old_dir)
fs/libfs.c
842
inode_set_mtime_to_ts(new_dir,
fs/libfs.c
843
inode_set_ctime_current(new_dir));
fs/libfs.c
851
struct inode *new_dir, struct dentry *new_dentry)
fs/libfs.c
856
if (old_dir != new_dir && old_is_dir != new_is_dir) {
fs/libfs.c
859
inc_nlink(new_dir);
fs/libfs.c
861
drop_nlink(new_dir);
fs/libfs.c
865
simple_rename_timestamp(old_dir, old_dentry, new_dir, new_dentry);
fs/libfs.c
871
struct dentry *old_dentry, struct inode *new_dir,
fs/libfs.c
880
return simple_rename_exchange(old_dir, old_dentry, new_dir, new_dentry);
fs/libfs.c
886
simple_unlink(new_dir, new_dentry);
fs/libfs.c
893
inc_nlink(new_dir);
fs/libfs.c
896
simple_rename_timestamp(old_dir, old_dentry, new_dir, new_dentry);
fs/minix/namei.c
192
struct inode *new_dir, struct dentry *new_dentry,
fs/minix/namei.c
253
inode_inc_link_count(new_dir);
fs/minix/namei.c
263
err = minix_set_link(dir_de, dir_folio, new_dir);
fs/namei.c
5945
struct inode *new_dir = d_inode(rd->new_parent);
fs/namei.c
5954
unsigned max_links = new_dir->i_sb->s_max_links;
fs/namei.c
5966
error = may_create_dentry(rd->mnt_idmap, new_dir, new_dentry);
fs/namei.c
5971
error = may_delete_dentry(rd->mnt_idmap, new_dir,
fs/namei.c
5974
error = may_delete_dentry(rd->mnt_idmap, new_dir,
fs/namei.c
5987
if (new_dir != old_dir) {
fs/namei.c
6002
error = security_inode_rename(old_dir, old_dentry, new_dir, new_dentry,
fs/namei.c
6022
lock_old_subdir = new_dir != old_dir;
fs/namei.c
6023
lock_new_subdir = new_dir != old_dir || !(flags & RENAME_EXCHANGE);
fs/namei.c
6045
if (max_links && new_dir != old_dir) {
fs/namei.c
6047
if (is_dir && !new_is_dir && new_dir->i_nlink >= max_links)
fs/namei.c
6054
old_dir == new_dir ? LEASE_BREAK_DIR_RENAME :
fs/namei.c
6059
if (new_dir != old_dir) {
fs/namei.c
6060
error = try_break_deleg(new_dir, LEASE_BREAK_DIR_CREATE, delegated_inode);
fs/namei.c
6075
new_dir, new_dentry, flags);
fs/namei.c
6100
fsnotify_move(old_dir, new_dir, &old_name.name, is_dir,
fs/namei.c
6103
fsnotify_move(new_dir, old_dir, &old_dentry->d_name,
fs/nfs/dir.c
2758
struct dentry *old_dentry, struct inode *new_dir,
fs/nfs/dir.c
2776
trace_nfs_rename_enter(old_dir, old_dentry, new_dir, new_dentry);
fs/nfs/dir.c
2807
err = nfs_sillyrename(new_dir, new_dentry);
fs/nfs/dir.c
2825
task = nfs_async_rename(old_dir, new_dir, old_dentry, new_dentry,
fs/nfs/dir.c
2853
new_dir, new_dentry, error);
fs/nfs/dir.c
2865
nfs_save_change_attribute(new_dir));
fs/nfs/internal.h
731
nfs_async_rename(struct inode *old_dir, struct inode *new_dir,
fs/nfs/nfs2xdr.c
717
encode_diropargs(xdr, args->new_dir, new->name, new->len);
fs/nfs/nfs3proc.c
505
struct inode *new_dir)
fs/nfs/nfs3proc.c
514
nfs_post_op_update_inode(new_dir, res->new_fattr);
fs/nfs/nfs3xdr.c
1192
encode_diropargs3(xdr, args->new_dir, new->name, new->len);
fs/nfs/nfs4proc.c
5043
struct inode *new_dir)
fs/nfs/nfs4proc.c
5055
if (new_dir != old_dir) {
fs/nfs/nfs4proc.c
5061
nfs4_update_changeattr(new_dir, &res->new_cinfo,
fs/nfs/nfs4proc.c
5065
nfs_update_delegated_mtime(new_dir);
fs/nfs/nfs4xdr.c
2297
encode_putfh(xdr, args->new_dir, &hdr);
fs/nfs/nfstrace.h
827
const struct inode *new_dir,
fs/nfs/nfstrace.h
831
TP_ARGS(old_dir, old_dentry, new_dir, new_dentry),
fs/nfs/nfstrace.h
836
__field(u64, new_dir)
fs/nfs/nfstrace.h
844
__entry->new_dir = new_dir->i_ino;
fs/nfs/nfstrace.h
855
(unsigned long long)__entry->new_dir,
fs/nfs/nfstrace.h
864
const struct inode *new_dir, \
fs/nfs/nfstrace.h
867
TP_ARGS(old_dir, old_dentry, new_dir, new_dentry))
fs/nfs/nfstrace.h
873
const struct inode *new_dir,
fs/nfs/nfstrace.h
878
TP_ARGS(old_dir, old_dentry, new_dir, new_dentry, error),
fs/nfs/nfstrace.h
885
__field(u64, new_dir)
fs/nfs/nfstrace.h
893
__entry->new_dir = new_dir->i_ino;
fs/nfs/nfstrace.h
906
(unsigned long long)__entry->new_dir,
fs/nfs/nfstrace.h
915
const struct inode *new_dir, \
fs/nfs/nfstrace.h
919
TP_ARGS(old_dir, old_dentry, new_dir, \
fs/nfs/proc.c
370
struct inode *new_dir)
fs/nfs/proc.c
373
nfs_mark_for_revalidate(new_dir);
fs/nfs/unlink.c
268
struct inode *new_dir = data->new_dir;
fs/nfs/unlink.c
272
new_dir, data->new_dentry, task->tk_status);
fs/nfs/unlink.c
273
if (!NFS_PROTO(old_dir)->rename_done(task, old_dir, new_dir)) {
fs/nfs/unlink.c
300
if (data->new_dir != data->old_dir) {
fs/nfs/unlink.c
301
spin_lock(&data->new_dir->i_lock);
fs/nfs/unlink.c
302
nfs_force_lookup_revalidate(data->new_dir);
fs/nfs/unlink.c
303
spin_unlock(&data->new_dir->i_lock);
fs/nfs/unlink.c
310
iput(data->new_dir);
fs/nfs/unlink.c
339
nfs_async_rename(struct inode *old_dir, struct inode *new_dir,
fs/nfs/unlink.c
354
nfs_server_capable(new_dir, NFS_CAP_MOVEABLE))
fs/nfs/unlink.c
372
data->new_dir = new_dir;
fs/nfs/unlink.c
373
ihold(new_dir);
fs/nfs/unlink.c
383
data->args.new_dir = NFS_FH(new_dir);
fs/nfs/unlink.c
393
old_dir == new_dir ? old_dir : NULL);
fs/nilfs2/namei.c
363
struct inode *new_dir, struct dentry *new_dentry,
fs/nilfs2/namei.c
389
if (old_is_dir && old_dir != new_dir) {
fs/nilfs2/namei.c
404
new_de = nilfs_find_entry(new_dir, &new_dentry->d_name,
fs/nilfs2/namei.c
410
err = nilfs_set_link(new_dir, new_de, new_folio, old_inode);
fs/nilfs2/namei.c
414
nilfs_mark_inode_dirty(new_dir);
fs/nilfs2/namei.c
425
inc_nlink(new_dir);
fs/nilfs2/namei.c
426
nilfs_mark_inode_dirty(new_dir);
fs/nilfs2/namei.c
439
if (old_dir != new_dir)
fs/nilfs2/namei.c
441
dir_folio, new_dir);
fs/ntfs/namei.c
1255
struct dentry *old_dentry, struct inode *new_dir,
fs/ntfs/namei.c
1268
struct ntfs_inode *old_dir_ni = NTFS_I(old_dir), *new_dir_ni = NTFS_I(new_dir);
fs/ntfs/namei.c
1277
new_name_len = ntfs_nlstoucs(NTFS_I(new_dir)->vol, new_dentry->d_name.name,
fs/ntfs/namei.c
1307
if (old_dir != new_dir)
fs/ntfs/namei.c
1318
if (old_dir == new_dir) {
fs/ntfs/namei.c
1330
(old_dir != new_dir && NInoBeingDeleted(new_dir_ni))) {
fs/ntfs/namei.c
1374
simple_rename_timestamp(old_dir, old_dentry, new_dir, new_dentry);
fs/ntfs/namei.c
1377
if (old_dir != new_dir)
fs/ntfs/namei.c
1378
mark_inode_dirty(new_dir);
fs/ntfs/namei.c
1382
inode_inc_iversion(new_dir);
fs/ntfs/namei.c
1385
if (old_dir == new_dir) {
fs/ntfs3/namei.c
247
struct dentry *dentry, struct inode *new_dir,
fs/ntfs3/namei.c
254
struct ntfs_inode *new_dir_ni = ntfs_i(new_dir);
fs/ntfs3/namei.c
285
if (is_same && dir == new_dir) {
fs/ntfs3/namei.c
299
err = ntfs_unlink_inode(new_dir, new_dentry);
fs/ntfs3/namei.c
333
simple_rename_timestamp(dir, dentry, new_dir, new_dentry);
fs/ntfs3/namei.c
336
if (dir != new_dir)
fs/ntfs3/namei.c
337
mark_inode_dirty(new_dir);
fs/ntfs3/namei.c
342
if (IS_DIRSYNC(new_dir))
fs/ntfs3/namei.c
343
ntfs_sync_inode(new_dir);
fs/ocfs2/dcache.c
430
struct inode *old_dir, struct inode *new_dir)
fs/ocfs2/dcache.c
442
if (old_dir == new_dir)
fs/ocfs2/dcache.c
448
ret = ocfs2_dentry_attach_lock(dentry, inode, OCFS2_I(new_dir)->ip_blkno);
fs/ocfs2/dcache.h
38
struct inode *old_dir, struct inode *new_dir);
fs/ocfs2/namei.c
1208
struct inode *new_dir,
fs/ocfs2/namei.c
1241
trace_ocfs2_rename(old_dir, old_dentry, new_dir, new_dentry,
fs/ocfs2/namei.c
1250
status = dquot_initialize(new_dir);
fs/ocfs2/namei.c
1274
if (old_dir != new_dir && S_ISDIR(old_inode->i_mode)) {
fs/ocfs2/namei.c
1284
status = ocfs2_check_if_ancestor(osb, new_dir->i_ino,
fs/ocfs2/namei.c
1293
(unsigned long long)new_dir->i_ino);
fs/ocfs2/namei.c
1300
&new_dir_bh, new_dir, 1);
fs/ocfs2/namei.c
1307
if (!new_dir->i_nlink) {
fs/ocfs2/namei.c
1346
if (S_ISDIR(old_inode->i_mode) && new_dir != old_dir) {
fs/ocfs2/namei.c
1363
if (!new_inode && new_dir->i_nlink >= ocfs2_link_max(osb)) {
fs/ocfs2/namei.c
1392
&newfe_blkno, new_dir,
fs/ocfs2/namei.c
1474
BUG_ON(d_inode(new_dentry->d_parent) != new_dir);
fs/ocfs2/namei.c
1476
status = ocfs2_check_dir_for_entry(new_dir,
fs/ocfs2/namei.c
1482
status = ocfs2_prepare_dir_for_insert(osb, new_dir, new_dir_bh,
fs/ocfs2/namei.c
1517
status = ocfs2_update_entry(new_dir, handle, &target_lookup_res,
fs/ocfs2/namei.c
1523
inode_inc_iversion(new_dir);
fs/ocfs2/namei.c
1605
&old_inode_dot_dot_res, new_dir);
fs/ocfs2/namei.c
1617
inc_nlink(new_dir);
fs/ocfs2/namei.c
1618
mark_inode_dirty(new_dir);
fs/ocfs2/namei.c
1628
if (old_dir != new_dir) {
fs/ocfs2/namei.c
1630
inode_set_mtime_to_ts(new_dir,
fs/ocfs2/namei.c
1631
inode_set_ctime_to_ts(new_dir, inode_get_ctime(old_dir)));
fs/ocfs2/namei.c
1637
ocfs2_mark_inode_dirty(handle, new_dir, new_dir_bh);
fs/ocfs2/namei.c
1661
ocfs2_dentry_move(old_dentry, new_dentry, old_dir, new_dir);
fs/ocfs2/namei.c
1681
ocfs2_double_unlock(old_dir, new_dir);
fs/ocfs2/ocfs2_trace.h
2257
void *new_dir, void *new_dentry,
fs/ocfs2/ocfs2_trace.h
2260
TP_ARGS(old_dir, old_dentry, new_dir, new_dentry,
fs/ocfs2/ocfs2_trace.h
2265
__field(void *, new_dir)
fs/ocfs2/ocfs2_trace.h
2275
__entry->new_dir = new_dir;
fs/ocfs2/ocfs2_trace.h
2284
__entry->new_dir, __entry->new_dentry,
fs/omfs/dir.c
374
struct dentry *old_dentry, struct inode *new_dir,
fs/omfs/dir.c
386
err = omfs_remove(new_dir, new_dentry);
fs/orangefs/namei.c
371
struct inode *new_dir,
fs/orangefs/namei.c
388
iattr.ia_mtime = iattr.ia_ctime = current_time(new_dir);
fs/orangefs/namei.c
389
__orangefs_setattr(new_dir, &iattr);
fs/orangefs/namei.c
396
new_op->upcall.req.rename.new_parent_refn = ORANGEFS_I(new_dir)->refn;
fs/proc/proc_sysctl.c
1009
new = new_dir(set, name, namelen);
fs/ubifs/dir.c
1322
struct inode *new_dir, struct dentry *new_dentry,
fs/ubifs/dir.c
1331
int err, release, sync = 0, move = (new_dir != old_dir);
fs/ubifs/dir.c
1354
new_dentry, new_dir->i_ino, flags);
fs/ubifs/dir.c
1376
err = fscrypt_setup_filename(new_dir, &new_dentry->d_name, 0, &new_nm);
fs/ubifs/dir.c
1444
lock_4_inodes(old_dir, new_dir, new_inode, whiteout);
fs/ubifs/dir.c
1450
simple_rename_timestamp(old_dir, old_dentry, new_dir, new_dentry);
fs/ubifs/dir.c
1465
inc_nlink(new_dir);
fs/ubifs/dir.c
1496
new_dir->i_size += new_sz;
fs/ubifs/dir.c
1497
ubifs_inode(new_dir)->ui_size = new_dir->i_size;
fs/ubifs/dir.c
1506
sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir);
fs/ubifs/dir.c
1516
err = ubifs_jnl_rename(c, old_dir, old_inode, &old_nm, new_dir,
fs/ubifs/dir.c
1521
unlock_4_inodes(old_dir, new_dir, new_inode, whiteout);
fs/ubifs/dir.c
1552
new_dir->i_size -= new_sz;
fs/ubifs/dir.c
1553
ubifs_inode(new_dir)->ui_size = new_dir->i_size;
fs/ubifs/dir.c
1561
drop_nlink(new_dir);
fs/ubifs/dir.c
1567
unlock_4_inodes(old_dir, new_dir, new_inode, whiteout);
fs/ubifs/dir.c
1582
struct inode *new_dir, struct dentry *new_dentry)
fs/ubifs/dir.c
1587
int sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir);
fs/ubifs/dir.c
1602
new_dentry, snd_inode->i_ino, new_dir->i_ino);
fs/ubifs/dir.c
1608
err = fscrypt_setup_filename(new_dir, &new_dentry->d_name, 0, &snd_nm);
fs/ubifs/dir.c
1618
lock_4_inodes(old_dir, new_dir, NULL, NULL);
fs/ubifs/dir.c
1620
simple_rename_timestamp(old_dir, old_dentry, new_dir, new_dentry);
fs/ubifs/dir.c
1622
if (old_dir != new_dir) {
fs/ubifs/dir.c
1624
inc_nlink(new_dir);
fs/ubifs/dir.c
1628
drop_nlink(new_dir);
fs/ubifs/dir.c
1633
err = ubifs_jnl_xrename(c, old_dir, fst_inode, &fst_nm, new_dir,
fs/ubifs/dir.c
1636
unlock_4_inodes(old_dir, new_dir, NULL, NULL);
fs/ubifs/dir.c
1647
struct inode *new_dir, struct dentry *new_dentry,
fs/ubifs/dir.c
1657
ubifs_assert(c, inode_is_locked(new_dir));
fs/ubifs/dir.c
1659
err = fscrypt_prepare_rename(old_dir, old_dentry, new_dir, new_dentry,
fs/ubifs/dir.c
1665
return ubifs_xrename(old_dir, old_dentry, new_dir, new_dentry);
fs/ubifs/dir.c
1667
return do_rename(old_dir, old_dentry, new_dir, new_dentry, flags);
fs/ubifs/journal.c
1357
const struct inode *new_dir,
fs/ubifs/journal.c
1368
int move = (old_dir != new_dir);
fs/ubifs/journal.c
1378
ubifs_assert(c, ubifs_inode(new_dir)->data_len == 0);
fs/ubifs/journal.c
1380
ubifs_assert(c, mutex_is_locked(&ubifs_inode(new_dir)->ui_mutex));
fs/ubifs/journal.c
1423
dent_key_init_flash(c, &dent->key, new_dir->i_ino, new_nm);
fs/ubifs/journal.c
1489
pack_inode(c, p, new_dir, 1);
fs/ubifs/journal.c
1511
ubifs_wbuf_add_ino_nolock(wbuf, new_dir->i_ino);
fs/ubifs/journal.c
1524
dent_key_init(c, &key, new_dir->i_ino, new_nm);
fs/ubifs/journal.c
1571
ino_key_init(c, &key, new_dir->i_ino);
fs/ubifs/journal.c
1594
mark_inode_clean(c, ubifs_inode(new_dir));
fs/ubifs/ubifs.h
1806
const struct inode *new_dir,
fs/udf/namei.c
766
struct dentry *old_dentry, struct inode *new_dir,
fs/udf/namei.c
807
if (is_dir && old_dir != new_dir) {
fs/udf/namei.c
831
retval = udf_fiiter_find_entry(new_dir, &new_dentry->d_name, &niter);
fs/udf/namei.c
843
retval = udf_fiiter_add_entry(new_dir, new_dentry, &niter);
fs/udf/namei.c
886
inode_set_mtime_to_ts(new_dir, inode_set_ctime_current(new_dir));
fs/udf/namei.c
888
mark_inode_dirty(new_dir);
fs/udf/namei.c
892
cpu_to_lelb(UDF_I(new_dir)->i_location);
fs/udf/namei.c
902
inc_nlink(new_dir);
fs/udf/namei.c
903
mark_inode_dirty(new_dir);
fs/ufs/namei.c
245
struct dentry *old_dentry, struct inode *new_dir,
fs/ufs/namei.c
279
new_de = ufs_find_entry(new_dir, &new_dentry->d_name, &new_folio);
fs/ufs/namei.c
282
err = ufs_set_link(new_dir, new_de, new_folio, old_inode, 1);
fs/ufs/namei.c
295
inode_inc_link_count(new_dir);
fs/ufs/namei.c
307
if (old_dir != new_dir)
fs/ufs/namei.c
309
new_dir, 0);
include/linux/fs.h
3256
struct inode *new_dir, struct dentry *new_dentry);
include/linux/fs.h
3258
struct inode *new_dir, struct dentry *new_dentry);
include/linux/fs.h
3310
struct inode *new_dir, struct dentry *new_dentry);
include/linux/fs.h
3313
struct inode *new_dir,
include/linux/fscrypt.h
1005
struct inode *new_dir,
include/linux/fscrypt.h
1009
if (IS_ENCRYPTED(old_dir) || IS_ENCRYPTED(new_dir))
include/linux/fscrypt.h
1011
new_dir, new_dentry, flags);
include/linux/fscrypt.h
463
struct inode *new_dir, struct dentry *new_dentry,
include/linux/fscrypt.h
783
struct inode *new_dir,
include/linux/fsnotify.h
249
static inline void fsnotify_move(struct inode *old_dir, struct inode *new_dir,
include/linux/fsnotify.h
278
new_dir, new_name, fs_cookie);
include/linux/fsnotify.h
283
audit_inode_child(new_dir, moved, AUDIT_TYPE_CHILD_CREATE);
include/linux/lsm_hook_defs.h
103
const struct path *new_dir, struct dentry *new_dentry)
include/linux/lsm_hook_defs.h
105
struct dentry *old_dentry, const struct path *new_dir,
include/linux/lsm_hook_defs.h
138
struct inode *new_dir, struct dentry *new_dentry)
include/linux/nfs_xdr.h
1760
struct inode *new_dir;
include/linux/nfs_xdr.h
1814
int (*rename_done) (struct rpc_task *task, struct inode *old_dir, struct inode *new_dir);
include/linux/nfs_xdr.h
751
const struct nfs_fh *new_dir;
include/linux/security.h
2092
int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
include/linux/security.h
2095
const struct path *new_dir, struct dentry *new_dentry,
include/linux/security.h
2139
const struct path *new_dir,
include/linux/security.h
2147
const struct path *new_dir,
include/linux/security.h
419
struct inode *new_dir, struct dentry *new_dentry,
include/linux/security.h
958
struct inode *new_dir,
include/trace/events/f2fs.h
940
struct inode *new_dir, struct dentry *new_dentry,
include/trace/events/f2fs.h
943
TP_ARGS(old_dir, old_dentry, new_dir, new_dentry, flags),
include/trace/events/f2fs.h
958
__entry->new_pino = new_dir->i_ino;
mm/shmem.c
3972
struct inode *new_dir, struct dentry *new_dentry,
mm/shmem.c
3985
new_dir, new_dentry);
mm/shmem.c
3990
error = simple_offset_add(shmem_get_offset_ctx(new_dir), new_dentry);
mm/shmem.c
4000
simple_offset_remove(shmem_get_offset_ctx(new_dir),
mm/shmem.c
4006
simple_offset_rename(old_dir, old_dentry, new_dir, new_dentry);
mm/shmem.c
4008
(void) shmem_unlink(new_dir, new_dentry);
mm/shmem.c
4015
inc_nlink(new_dir);
mm/shmem.c
4019
new_dir->i_size += BOGO_DIRENT_SIZE;
mm/shmem.c
4020
simple_rename_timestamp(old_dir, old_dentry, new_dir, new_dentry);
mm/shmem.c
4022
inode_inc_iversion(new_dir);
security/apparmor/file.c
432
const struct path *new_dir, struct dentry *new_dentry)
security/apparmor/file.c
434
struct path link = { .mnt = new_dir->mnt, .dentry = new_dentry };
security/apparmor/file.c
435
struct path target = { .mnt = new_dir->mnt, .dentry = old_dentry };
security/apparmor/include/file.h
96
struct dentry *old_dentry, const struct path *new_dir,
security/apparmor/lsm.c
365
static int apparmor_path_link(struct dentry *old_dentry, const struct path *new_dir,
security/apparmor/lsm.c
376
error = aa_path_link(current_cred(), label, old_dentry, new_dir,
security/apparmor/lsm.c
384
const struct path *new_dir, struct dentry *new_dentry,
security/apparmor/lsm.c
401
struct path new_path = { .mnt = new_dir->mnt,
security/landlock/fs.c
1141
const struct path *const new_dir,
security/landlock/fs.c
1175
if (old_dentry->d_parent == new_dir->dentry) {
security/landlock/fs.c
1184
if (is_access_to_paths_allowed(subject->domain, new_dir,
security/landlock/fs.c
1198
mnt_dir.mnt = new_dir->mnt;
security/landlock/fs.c
1199
mnt_dir.dentry = new_dir->mnt->mnt_root;
security/landlock/fs.c
1215
new_dir->dentry,
security/landlock/fs.c
1238
request2.audit.u.path.dentry = new_dir->dentry;
security/landlock/fs.c
1519
const struct path *const new_dir,
security/landlock/fs.c
1522
return current_check_refer_path(old_dentry, new_dir, new_dentry, false,
security/landlock/fs.c
1528
const struct path *const new_dir,
security/landlock/fs.c
1533
return current_check_refer_path(old_dentry, new_dir, new_dentry, true,
security/security.c
1515
int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
security/security.c
1520
return call_int_hook(path_link, old_dentry, new_dir, new_dentry);
security/security.c
1536
const struct path *new_dir, struct dentry *new_dentry,
security/security.c
1544
return call_int_hook(path_rename, old_dir, old_dentry, new_dir,
security/security.c
1771
struct inode *new_dir, struct dentry *new_dentry,
security/security.c
1780
int err = call_int_hook(inode_rename, new_dir, new_dentry,
security/security.c
1787
new_dir, new_dentry);
security/selinux/hooks.c
1935
struct inode *new_dir,
security/selinux/hooks.c
1948
new_dsec = inode_security(new_dir);
security/selinux/hooks.c
1961
if (old_is_dir && new_dir != old_dir) {
security/tomoyo/tomoyo.c
264
static int tomoyo_path_link(struct dentry *old_dentry, const struct path *new_dir,
security/tomoyo/tomoyo.c
267
struct path path1 = { .mnt = new_dir->mnt, .dentry = old_dentry };
security/tomoyo/tomoyo.c
268
struct path path2 = { .mnt = new_dir->mnt, .dentry = new_dentry };
tools/testing/selftests/bpf/progs/local_storage.c
103
struct inode *new_dir, struct dentry *new_dentry,
tools/testing/selftests/bpf/progs/verifier_vfs_accept.c
89
struct inode *new_dir, struct dentry *new_dentry,
tools/testing/selftests/bpf/progs/verifier_vfs_reject.c
165
struct inode *new_dir, struct dentry *new_dentry,