/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_merge.c | 1238 struct inode *new_dir, struct dentry *new_dentry, in do_rename_merge() 1269 d_new_dir = d_find_alias(new_dir); in do_rename_merge() 1330 struct inode *new_dir, struct dentry *new_dentry, in hmdfs_rename_merge() 1347 if (hmdfs_i(old_dir)->inode_type != hmdfs_i(new_dir)->inode_type) { in hmdfs_rename_merge() 1360 new_dir_dentry = d_find_alias(new_dir); in hmdfs_rename_merge() 1382 trace_hmdfs_rename_merge(old_dir, old_dentry, new_dir, new_dentry, in hmdfs_rename_merge() 1384 ret = do_rename_merge(old_dir, old_dentry, new_dir, new_dentry, flags); in hmdfs_rename_merge() 1237 do_rename_merge(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) do_rename_merge() argument 1329 hmdfs_rename_merge(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) hmdfs_rename_merge() argument
|
H A D | inode_local.c | 618 struct inode *new_dir, struct dentry *new_dentry, in hmdfs_rename_local_dentry() 700 struct inode *new_dir, struct dentry *new_dentry, in hmdfs_rename_local() 706 trace_hmdfs_rename_local(old_dir, old_dentry, new_dir, new_dentry, in hmdfs_rename_local() 714 if (hmdfs_i(old_dir)->inode_type != hmdfs_i(new_dir)->inode_type) { in hmdfs_rename_local() 726 err = hmdfs_rename_local_dentry(old_dir, old_dentry, new_dir, in hmdfs_rename_local() 729 ret = hmdfs_rename_local_dentry(old_dir, old_dentry, new_dir, in hmdfs_rename_local() 617 hmdfs_rename_local_dentry(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) hmdfs_rename_local_dentry() argument 699 hmdfs_rename_local(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) hmdfs_rename_local() argument
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | inode_local.c | 618 struct inode *new_dir, struct dentry *new_dentry, in hmdfs_rename_local_dentry() 672 rename_data.new_dir = d_inode(lower_new_dir_dentry); in hmdfs_rename_local_dentry() 707 struct inode *new_dir, struct dentry *new_dentry, in hmdfs_rename_local() 713 trace_hmdfs_rename_local(old_dir, old_dentry, new_dir, new_dentry, in hmdfs_rename_local() 721 if (hmdfs_i(old_dir)->inode_type != hmdfs_i(new_dir)->inode_type) { in hmdfs_rename_local() 733 err = hmdfs_rename_local_dentry(old_dir, old_dentry, new_dir, in hmdfs_rename_local() 736 ret = hmdfs_rename_local_dentry(old_dir, old_dentry, new_dir, in hmdfs_rename_local() 617 hmdfs_rename_local_dentry(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) hmdfs_rename_local_dentry() argument 706 hmdfs_rename_local(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) hmdfs_rename_local() argument
|
/kernel/linux/linux-5.10/fs/bfs/ |
H A D | dir.c | 203 struct inode *new_dir, struct dentry *new_dentry, in bfs_rename() 230 new_bh = bfs_find_entry(new_dir, &new_dentry->d_name, &new_de); in bfs_rename() 237 error = bfs_add_entry(new_dir, &new_dentry->d_name, in bfs_rename() 202 bfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) bfs_rename() argument
|
/kernel/linux/linux-6.6/fs/bfs/ |
H A D | dir.c | 203 struct dentry *old_dentry, struct inode *new_dir, in bfs_rename() 230 new_bh = bfs_find_entry(new_dir, &new_dentry->d_name, &new_de); in bfs_rename() 237 error = bfs_add_entry(new_dir, &new_dentry->d_name, in bfs_rename() 202 bfs_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) bfs_rename() argument
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | by_dir.c | 54 static int new_dir(X509_LOOKUP *lu); 64 new_dir, /* new_item */ 108 static int new_dir(X509_LOOKUP *lu) in new_dir() function
|
/third_party/openssl/crypto/x509/ |
H A D | by_dir.c | 54 static int new_dir(X509_LOOKUP *lu); 64 new_dir, /* new_item */ 108 static int new_dir(X509_LOOKUP *lu) in new_dir() function
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | journal.c | 1205 * @new_dir: parent inode of directory entry to rename 1217 const struct inode *new_dir, in ubifs_jnl_rename() 1228 int move = (old_dir != new_dir); in ubifs_jnl_rename() 1238 ubifs_assert(c, ubifs_inode(new_dir)->data_len == 0); in ubifs_jnl_rename() 1240 ubifs_assert(c, mutex_is_locked(&ubifs_inode(new_dir)->ui_mutex)); in ubifs_jnl_rename() 1283 dent_key_init_flash(c, &dent->key, new_dir->i_ino, new_nm); in ubifs_jnl_rename() 1349 pack_inode(c, p, new_dir, 1); in ubifs_jnl_rename() 1371 ubifs_wbuf_add_ino_nolock(wbuf, new_dir->i_ino); in ubifs_jnl_rename() 1384 dent_key_init(c, &key, new_dir->i_ino, new_nm); in ubifs_jnl_rename() 1431 ino_key_init(c, &key, new_dir in ubifs_jnl_rename() 1214 ubifs_jnl_rename(struct ubifs_info *c, const struct inode *old_dir, const struct inode *old_inode, const struct fscrypt_name *old_nm, const struct inode *new_dir, const struct inode *new_inode, const struct fscrypt_name *new_nm, const struct inode *whiteout, int sync) ubifs_jnl_rename() argument [all...] |
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | journal.c | 1206 * @new_dir: parent inode of directory entry to rename 1221 const struct inode *new_dir, in ubifs_jnl_rename() 1232 int move = (old_dir != new_dir); in ubifs_jnl_rename() 1242 ubifs_assert(c, ubifs_inode(new_dir)->data_len == 0); in ubifs_jnl_rename() 1244 ubifs_assert(c, mutex_is_locked(&ubifs_inode(new_dir)->ui_mutex)); in ubifs_jnl_rename() 1287 dent_key_init_flash(c, &dent->key, new_dir->i_ino, new_nm); in ubifs_jnl_rename() 1353 pack_inode(c, p, new_dir, 1); in ubifs_jnl_rename() 1375 ubifs_wbuf_add_ino_nolock(wbuf, new_dir->i_ino); in ubifs_jnl_rename() 1388 dent_key_init(c, &key, new_dir->i_ino, new_nm); in ubifs_jnl_rename() 1435 ino_key_init(c, &key, new_dir in ubifs_jnl_rename() 1218 ubifs_jnl_rename(struct ubifs_info *c, const struct inode *old_dir, const struct inode *old_inode, const struct fscrypt_name *old_nm, const struct inode *new_dir, const struct inode *new_inode, const struct fscrypt_name *new_nm, const struct inode *whiteout, int sync) ubifs_jnl_rename() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/ |
H A D | update.py | 125 def pushd(new_dir): 127 os.chdir(new_dir)
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | dir.c | 1383 struct dentry *old_dentry, struct inode *new_dir, in ceph_rename() 1394 if (ceph_snap(old_dir) != ceph_snap(new_dir)) in ceph_rename() 1397 if (old_dir == new_dir && ceph_snap(old_dir) == CEPH_SNAPDIR) in ceph_rename() 1403 if ((old_dir != new_dir) && in ceph_rename() 1404 (!ceph_quota_is_same_realm(old_dir, new_dir))) in ceph_rename() 1411 err = fscrypt_prepare_rename(old_dir, old_dentry, new_dir, new_dentry, in ceph_rename() 1417 old_dir, old_dentry, new_dir, new_dentry); in ceph_rename() 1426 req->r_parent = new_dir; in ceph_rename() 1427 ihold(new_dir); in ceph_rename() 1382 ceph_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) ceph_rename() argument
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | file.c | 441 * @new_dir: directory the new link will be created in (NOT NULL) 456 const struct path *new_dir, struct dentry *new_dentry) in aa_path_link() 458 struct path link = { .mnt = new_dir->mnt, .dentry = new_dentry }; in aa_path_link() 459 struct path target = { .mnt = new_dir->mnt, .dentry = old_dentry }; in aa_path_link() 455 aa_path_link(struct aa_label *label, struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry) aa_path_link() argument
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | file.c | 419 * @new_dir: directory the new link will be created in (NOT NULL) 435 const struct path *new_dir, struct dentry *new_dentry) in aa_path_link() 437 struct path link = { .mnt = new_dir->mnt, .dentry = new_dentry }; in aa_path_link() 438 struct path target = { .mnt = new_dir->mnt, .dentry = old_dentry }; in aa_path_link() 433 aa_path_link(const struct cred *subj_cred, struct aa_label *label, struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry) aa_path_link() argument
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | v9fs.h | 139 struct inode *new_dir, struct dentry *new_dentry,
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | file.h | 128 struct dentry *old_dentry, const struct path *new_dir,
|
/kernel/linux/linux-5.10/security/ |
H A D | security.c | 1129 int security_path_link(struct dentry *old_dentry, const struct path *new_dir, in security_path_link() argument 1134 return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry); in security_path_link() 1138 const struct path *new_dir, struct dentry *new_dentry, in security_path_rename() 1146 int err = call_int_hook(path_rename, 0, new_dir, new_dentry, in security_path_rename() 1152 return call_int_hook(path_rename, 0, old_dir, old_dentry, new_dir, in security_path_rename() 1238 struct inode *new_dir, struct dentry *new_dentry, in security_inode_rename() 1246 int err = call_int_hook(inode_rename, 0, new_dir, new_dentry, in security_inode_rename() 1253 new_dir, new_dentry); in security_inode_rename() 1137 security_path_rename(const struct path *old_dir, struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry, unsigned int flags) security_path_rename() argument 1237 security_inode_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) security_inode_rename() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | libfs.c | 451 struct inode *new_dir, struct dentry *new_dentry, in simple_rename() 464 simple_unlink(new_dir, new_dentry); in simple_rename() 471 inc_nlink(new_dir); in simple_rename() 474 old_dir->i_ctime = old_dir->i_mtime = new_dir->i_ctime = in simple_rename() 475 new_dir->i_mtime = inode->i_ctime = current_time(old_dir); in simple_rename() 450 simple_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) simple_rename() argument
|
H A D | bad_inode.c | 77 struct inode *new_dir, struct dentry *new_dentry, in bad_inode_rename2() 76 bad_inode_rename2(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) bad_inode_rename2() argument
|
/third_party/ltp/lib/ |
H A D | tst_cgroup.c | 1089 struct cgroup_dir *new_dir; in tst_cg_group_mk() local 1105 new_dir = SAFE_MALLOC(sizeof(*new_dir)); in tst_cg_group_mk() 1106 cgroup_dir_mk(*dir, cg->group_name, new_dir); in tst_cg_group_mk() 1107 cgroup_group_add_dir(parent, cg, new_dir); in tst_cg_group_mk()
|
/kernel/linux/linux-5.10/mm/ |
H A D | shmem.c | 3049 static int shmem_exchange(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) in shmem_exchange() argument 3054 if (old_dir != new_dir && old_is_dir != new_is_dir) { in shmem_exchange() 3057 inc_nlink(new_dir); in shmem_exchange() 3059 drop_nlink(new_dir); in shmem_exchange() 3064 new_dir->i_ctime = new_dir->i_mtime = in shmem_exchange() 3103 static int shmem_rename2(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) in shmem_rename2() argument 3112 return shmem_exchange(old_dir, old_dentry, new_dir, new_dentry); in shmem_rename2() 3126 (void) shmem_unlink(new_dir, new_dentry); in shmem_rename2() 3133 inc_nlink(new_dir); in shmem_rename2() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | bad_inode.c | 80 struct inode *new_dir, struct dentry *new_dentry, in bad_inode_rename2() 78 bad_inode_rename2(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) bad_inode_rename2() argument
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | v9fs.h | 180 struct inode *new_dir, struct dentry *new_dentry,
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | local_storage.c | 109 struct inode *new_dir, struct dentry *new_dentry, in BPF_PROG() 108 BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) BPF_PROG() argument
|
/third_party/gn/src/base/files/ |
H A D | file_util.h | 201 FilePath* new_dir);
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | dir.c | 1196 struct inode *new_dir, struct dentry *new_dentry, in ceph_rename() 1207 if (ceph_snap(old_dir) != ceph_snap(new_dir)) in ceph_rename() 1210 if (old_dir == new_dir && ceph_snap(old_dir) == CEPH_SNAPDIR) in ceph_rename() 1214 } else if (old_dir != new_dir) { in ceph_rename() 1216 new_dir); in ceph_rename() 1222 old_dir, old_dentry, new_dir, new_dentry); in ceph_rename() 1231 req->r_parent = new_dir; in ceph_rename() 1195 ceph_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) ceph_rename() argument
|