/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs2xdr.c | 720 encode_diropargs(xdr, args->new_dir, new->name, new->len); in nfs2_xdr_enc_renameargs()
|
H A D | nfs3xdr.c | 1192 encode_diropargs3(xdr, args->new_dir, new->name, new->len); in nfs3_xdr_enc_rename3args()
|
H A D | nfs4proc.c | 4736 struct inode *new_dir) in nfs4_proc_rename_done() 4747 if (new_dir != old_dir) { in nfs4_proc_rename_done() 4753 nfs4_update_changeattr(new_dir, &res->new_cinfo, in nfs4_proc_rename_done() 4735 nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir, struct inode *new_dir) nfs4_proc_rename_done() argument
|
H A D | nfs4xdr.c | 2224 encode_putfh(xdr, args->new_dir, &hdr); in nfs4_xdr_enc_rename()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs2xdr.c | 721 encode_diropargs(xdr, args->new_dir, new->name, new->len); in nfs2_xdr_enc_renameargs()
|
H A D | internal.h | 650 nfs_async_rename(struct inode *old_dir, struct inode *new_dir,
|
H A D | nfs3xdr.c | 1195 encode_diropargs3(xdr, args->new_dir, new->name, new->len); in nfs3_xdr_enc_rename3args()
|
H A D | nfs4proc.c | 4863 struct inode *new_dir) in nfs4_proc_rename_done() 4875 if (new_dir != old_dir) { in nfs4_proc_rename_done() 4881 nfs4_update_changeattr(new_dir, &res->new_cinfo, in nfs4_proc_rename_done() 4862 nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir, struct inode *new_dir) nfs4_proc_rename_done() argument
|
H A D | nfs4xdr.c | 2252 encode_putfh(xdr, args->new_dir, &hdr); in nfs4_xdr_enc_rename()
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | namei.c | 389 .new_dir = d_inode(cache->graveyard), in cachefiles_bury_object()
|
/kernel/linux/linux-6.6/fs/hostfs/ |
H A D | hostfs_kern.c | 747 struct inode *new_dir, struct dentry *new_dentry, in hostfs_rename2() 745 hostfs_rename2(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) hostfs_rename2() argument
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | overlayfs.h | 350 .new_dir = newdir, in ovl_do_rename()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | proc_sysctl.c | 946 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir() function 999 new = new_dir(set, name, namelen); in get_subdir()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | proc_sysctl.c | 959 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()
|
/third_party/ffmpeg/libavcodec/ |
H A D | motion_est_template.c | 387 #define CHECK_MV_DIR(x,y,new_dir)\ 400 next_dir= new_dir;\
|
/third_party/python/Lib/test/ |
H A D | test_ftplib.py | 853 new_dir = self.client.mkd('/non-ascii dir \xAE') 854 self.check_data(new_dir, '/non-ascii dir \xAE')
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_dentryfile.c | 2562 rename_data.new_dir = d_inode(lower_parent); in hmdfs_rename_bak() 2859 rename_data.new_dir = d_inode(path_new.dentry); in hmdfs_root_rename()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | ubifs.h | 1787 const struct inode *new_dir,
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | ubifs.h | 1816 const struct inode *new_dir,
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | vfs.c | 1833 .new_dir = tdir, in nfsd_rename()
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | vfs.c | 767 rd.new_dir = new_path.dentry->d_inode, in ksmbd_vfs_rename()
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | hooks.c | 1876 struct inode *new_dir, in may_rename() 1889 new_dsec = inode_security(new_dir); in may_rename() 1904 if (old_is_dir && new_dir != old_dir) { in may_rename() 1874 may_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) may_rename() argument
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | hooks.c | 1884 struct inode *new_dir, in may_rename() 1897 new_dsec = inode_security(new_dir); in may_rename() 1910 if (old_is_dir && new_dir != old_dir) { in may_rename() 1882 may_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) may_rename() argument
|