Home
last modified time | relevance | path

Searched refs:new_dir (Results 51 – 75 of 87) sorted by relevance

1234

/openbmc/linux/include/linux/
H A Dsecurity.h351 struct inode *new_dir, struct dentry *new_dentry,
836 struct inode *new_dir, in security_inode_rename() argument
1842 int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
1845 const struct path *new_dir, struct dentry *new_dentry,
1885 const struct path *new_dir, in security_path_link() argument
1893 const struct path *new_dir, in security_path_rename() argument
H A Dlsm_hook_defs.h101 const struct path *new_dir, struct dentry *new_dentry)
103 struct dentry *old_dentry, const struct path *new_dir,
133 struct inode *new_dir, struct dentry *new_dentry)
H A Dnfs_xdr.h723 const struct nfs_fh *new_dir; member
1720 struct inode *new_dir; member
1773 int (*rename_done) (struct rpc_task *task, struct inode *old_dir, struct inode *new_dir);
H A Dfs.h1798 struct inode *new_dir; member
3137 struct inode *new_dir, struct dentry *new_dentry);
3139 struct inode *new_dir, struct dentry *new_dentry);
3185 struct inode *new_dir,
/openbmc/linux/fs/ecryptfs/
H A Dinode.c586 struct dentry *old_dentry, struct inode *new_dir, in ecryptfs_rename() argument
631 rd.new_dir = d_inode(lower_new_dir_dentry); in ecryptfs_rename()
639 fsstack_copy_attr_all(new_dir, d_inode(lower_new_dir_dentry)); in ecryptfs_rename()
640 if (new_dir != old_dir) in ecryptfs_rename()
/openbmc/linux/fs/btrfs/
H A Dinode.c8725 struct inode *new_dir, in btrfs_rename_exchange() argument
8732 struct btrfs_root *dest = BTRFS_I(new_dir)->root; in btrfs_rename_exchange()
8785 trans_num_items = (old_dir == new_dir ? 9 : 10); in btrfs_rename_exchange()
8838 btrfs_ino(BTRFS_I(new_dir)), in btrfs_rename_exchange()
8862 inode_inc_iversion(new_dir); in btrfs_rename_exchange()
8870 btrfs_record_unlink_dir(trans, BTRFS_I(new_dir), in btrfs_rename_exchange()
8977 struct inode *new_dir, struct dentry *new_dentry, in btrfs_rename() argument
8988 struct btrfs_root *dest = BTRFS_I(new_dir)->root; in btrfs_rename()
9086 if (new_dir != old_dir) in btrfs_rename()
9120 old_ino, btrfs_ino(BTRFS_I(new_dir)), in btrfs_rename()
[all …]
/openbmc/linux/fs/ext4/
H A Dnamei.c3794 struct dentry *old_dentry, struct inode *new_dir, in ext4_rename() argument
3804 .dir = new_dir, in ext4_rename()
3820 if ((ext4_test_inode_flag(new_dir, EXT4_INODE_PROJINHERIT)) && in ext4_rename()
3821 (!projid_eq(EXT4_I(new_dir)->i_projid, in ext4_rename()
4048 struct inode *new_dir, struct dentry *new_dentry) in ext4_cross_rename() argument
4057 .dir = new_dir, in ext4_cross_rename()
4064 if ((ext4_test_inode_flag(new_dir, EXT4_INODE_PROJINHERIT) && in ext4_cross_rename()
4065 !projid_eq(EXT4_I(new_dir)->i_projid, in ext4_cross_rename()
4192 struct inode *new_dir, struct dentry *new_dentry, in ext4_rename2() argument
4203 err = fscrypt_prepare_rename(old_dir, old_dentry, new_dir, new_dentry, in ext4_rename2()
[all …]
/openbmc/linux/security/
H A Dsecurity.c1799 int security_path_link(struct dentry *old_dentry, const struct path *new_dir, in security_path_link() argument
1804 return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry); in security_path_link()
1820 const struct path *new_dir, struct dentry *new_dentry, in security_path_rename() argument
1828 return call_int_hook(path_rename, 0, old_dir, old_dentry, new_dir, in security_path_rename()
2040 struct inode *new_dir, struct dentry *new_dentry, in security_inode_rename() argument
2049 int err = call_int_hook(inode_rename, 0, new_dir, new_dentry, in security_inode_rename()
2056 new_dir, new_dentry); in security_inode_rename()
/openbmc/linux/Documentation/translations/zh_CN/filesystems/
H A Ddebugfs.rst191 struct dentry *new_dir,
/openbmc/linux/Documentation/translations/zh_TW/filesystems/
H A Ddebugfs.rst193 struct dentry *new_dir,
/openbmc/linux/drivers/android/
H A Dbinderfs.c356 struct inode *new_dir, struct dentry *new_dentry, in binderfs_rename() argument
363 return simple_rename(idmap, old_dir, old_dentry, new_dir, in binderfs_rename()
/openbmc/linux/security/apparmor/
H A Dlsm.c355 static int apparmor_path_link(struct dentry *old_dentry, const struct path *new_dir, in apparmor_path_link() argument
366 error = aa_path_link(current_cred(), label, old_dentry, new_dir, in apparmor_path_link()
374 const struct path *new_dir, struct dentry *new_dentry, in apparmor_path_rename() argument
391 struct path new_path = { .mnt = new_dir->mnt, in apparmor_path_rename()
/openbmc/linux/fs/nfs/
H A Dproc.c368 struct inode *new_dir) in nfs_proc_rename_done() argument
371 nfs_mark_for_revalidate(new_dir); in nfs_proc_rename_done()
H A Ddir.c2671 struct dentry *old_dentry, struct inode *new_dir, in nfs_rename() argument
2688 trace_nfs_rename_enter(old_dir, old_dentry, new_dir, new_dentry); in nfs_rename()
2719 err = nfs_sillyrename(new_dir, new_dentry); in nfs_rename()
2735 task = nfs_async_rename(old_dir, new_dir, old_dentry, new_dentry, in nfs_rename()
2763 new_dir, new_dentry, error); in nfs_rename()
2775 nfs_save_change_attribute(new_dir)); in nfs_rename()
H A Dnfs3proc.c499 struct inode *new_dir) in nfs3_proc_rename_done() argument
508 nfs_post_op_update_inode(new_dir, res->new_fattr); in nfs3_proc_rename_done()
/openbmc/linux/fs/9p/
H A Dvfs_inode.c898 struct dentry *old_dentry, struct inode *new_dir, in v9fs_vfs_rename() argument
975 inc_nlink(new_dir); in v9fs_vfs_rename()
980 v9fs_invalidate_inode_attr(new_dir); in v9fs_vfs_rename()
/openbmc/linux/fs/affs/
H A Daffs.h182 struct inode *new_dir, struct dentry *new_dentry,
/openbmc/linux/fs/ocfs2/
H A Docfs2_trace.h2263 void *new_dir, void *new_dentry,
2266 TP_ARGS(old_dir, old_dentry, new_dir, new_dentry,
2271 __field(void *, new_dir)
2281 __entry->new_dir = new_dir;
2290 __entry->new_dir, __entry->new_dentry,
/openbmc/linux/mm/
H A Dshmem.c3406 struct inode *new_dir, struct dentry *new_dentry, in shmem_rename2() argument
3418 new_dir, new_dentry); in shmem_rename2()
3430 error = simple_offset_add(shmem_get_offset_ctx(new_dir), old_dentry); in shmem_rename2()
3435 (void) shmem_unlink(new_dir, new_dentry); in shmem_rename2()
3442 inc_nlink(new_dir); in shmem_rename2()
3446 new_dir->i_size += BOGO_DIRENT_SIZE; in shmem_rename2()
3447 simple_rename_timestamp(old_dir, old_dentry, new_dir, new_dentry); in shmem_rename2()
3449 inode_inc_iversion(new_dir); in shmem_rename2()
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.h836 struct yaffs_obj *new_dir, const YCHAR * new_name);
/openbmc/linux/fs/kernfs/
H A Ddir.c1272 struct inode *new_dir, struct dentry *new_dentry, in kernfs_iop_rename() argument
1276 struct kernfs_node *new_parent = new_dir->i_private; in kernfs_iop_rename()
/openbmc/linux/fs/afs/
H A Ddir.c42 struct dentry *old_dentry, struct inode *new_dir,
1908 struct dentry *old_dentry, struct inode *new_dir, in afs_rename() argument
1924 new_dvnode = AFS_FS_I(new_dir); in afs_rename()
/openbmc/linux/fs/proc/
H A Dproc_sysctl.c959 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir() function
1011 new = new_dir(set, name, namelen); in get_subdir()
/openbmc/linux/fs/cachefiles/
H A Dnamei.c389 .new_dir = d_inode(cache->graveyard), in cachefiles_bury_object()
/openbmc/linux/Documentation/filesystems/
H A Ddebugfs.rst216 struct dentry *new_dir,

1234