/linux-4.1.27/fs/sysv/ |
H A D | namei.c | 208 sysv_rename(struct inode * old_dir, struct dentry * old_dentry, struct inode * new_dir, struct dentry * new_dentry) sysv_rename() argument
|
/linux-4.1.27/fs/ufs/ |
H A D | namei.c | 271 ufs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) ufs_rename() argument
|
/linux-4.1.27/fs/hfs/ |
H A D | dir.c | 282 hfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) hfs_rename() argument
|
/linux-4.1.27/fs/minix/ |
H A D | namei.c | 187 minix_rename(struct inode * old_dir, struct dentry *old_dentry, struct inode * new_dir, struct dentry *new_dentry) minix_rename() argument
|
/linux-4.1.27/fs/exofs/ |
H A D | namei.c | 230 exofs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) exofs_rename() argument
|
/linux-4.1.27/fs/omfs/ |
H A D | dir.c | 373 omfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) omfs_rename() argument
|
/linux-4.1.27/fs/overlayfs/ |
H A D | overlayfs.h | 44 ovl_do_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, bool debug) ovl_do_link() argument
|
/linux-4.1.27/fs/hfsplus/ |
H A D | dir.c | 526 hfsplus_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) hfsplus_rename() argument
|
/linux-4.1.27/fs/hpfs/ |
H A D | namei.c | 512 hpfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) hpfs_rename() argument
|
/linux-4.1.27/fs/jffs2/ |
H A D | dir.c | 759 jffs2_rename(struct inode *old_dir_i, struct dentry *old_dentry, struct inode *new_dir_i, struct dentry *new_dentry) jffs2_rename() argument
|
/linux-4.1.27/fs/nfs/ |
H A D | unlink.c | 404 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
|
H A D | dir.c | 2000 nfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) nfs_rename() argument
|
/linux-4.1.27/fs/nilfs2/ |
H A D | namei.c | 358 nilfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) nilfs_rename() argument
|
/linux-4.1.27/fs/ |
H A D | bad_inode.c | 74 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
|
H A D | libfs.c | 328 simple_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) simple_rename() argument
|
H A D | namei.c | 3954 int vfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, struct inode **delegated_inode) vfs_link() argument 4020 struct dentry *new_dentry; SYSCALL_DEFINE5() local 4274 struct dentry *old_dentry, *new_dentry; SYSCALL_DEFINE5() local 4136 vfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, struct inode **delegated_inode, unsigned int flags) vfs_rename() argument
|
H A D | dcache.c | 3302 int is_subdir(struct dentry *new_dentry, struct dentry *old_dentry) is_subdir() argument
|
/linux-4.1.27/fs/bfs/ |
H A D | dir.c | 209 bfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) bfs_rename() argument
|
/linux-4.1.27/security/apparmor/ |
H A D | file.c | 348 aa_path_link(struct aa_profile *profile, struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry) aa_path_link() argument
|
H A D | lsm.c | 302 apparmor_path_link(struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry) apparmor_path_link() argument 317 apparmor_path_rename(struct path *old_dir, struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry) apparmor_path_rename() argument
|
/linux-4.1.27/include/linux/ |
H A D | fsnotify.h | 170 static inline void fsnotify_link(struct inode *dir, struct inode *inode, struct dentry *new_dentry) fsnotify_link() argument
|
H A D | nfs_xdr.h | 1425 struct dentry *new_dentry; member in struct:nfs_renamedata
|
H A D | security.h | 2190 security_inode_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry) security_inode_link() argument 2230 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 3065 security_path_link(struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry) security_path_link() argument 3072 security_path_rename(struct path *old_dir, struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry, unsigned int flags) security_path_rename() argument
|
/linux-4.1.27/fs/affs/ |
H A D | namei.c | 415 affs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) affs_rename() argument
|
/linux-4.1.27/fs/ubifs/ |
H A D | dir.c | 969 ubifs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) ubifs_rename() argument
|
H A D | journal.c | 924 ubifs_jnl_rename(struct ubifs_info *c, const struct inode *old_dir, const struct dentry *old_dentry, const struct inode *new_dir, const struct dentry *new_dentry, int sync) ubifs_jnl_rename() argument
|
/linux-4.1.27/fs/jfs/ |
H A D | namei.c | 1063 jfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) jfs_rename() argument
|
/linux-4.1.27/fs/logfs/ |
H A D | dir.c | 585 logfs_rename_cross(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) logfs_rename_cross() argument 657 logfs_rename_target(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) logfs_rename_target() argument 719 logfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) logfs_rename() argument
|
/linux-4.1.27/fs/coda/ |
H A D | dir.c | 293 coda_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) coda_rename() argument
|
/linux-4.1.27/fs/f2fs/ |
H A D | namei.c | 448 f2fs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) f2fs_rename() argument 575 f2fs_cross_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) f2fs_cross_rename() argument 722 f2fs_rename2(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) f2fs_rename2() argument
|
/linux-4.1.27/fs/fat/ |
H A D | namei_msdos.c | 429 do_msdos_rename(struct inode *old_dir, unsigned char *old_name, struct dentry *old_dentry, struct inode *new_dir, unsigned char *new_name, struct dentry *new_dentry, int is_hid) do_msdos_rename() argument 598 msdos_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) msdos_rename() argument
|
H A D | namei_vfat.c | 905 vfat_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) vfat_rename() argument
|
/linux-4.1.27/security/tomoyo/ |
H A D | tomoyo.c | 274 tomoyo_path_link(struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry) tomoyo_path_link() argument 292 tomoyo_path_rename(struct path *old_parent, struct dentry *old_dentry, struct path *new_parent, struct dentry *new_dentry) tomoyo_path_rename() argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | namei.c | 1076 ll_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry) ll_link() argument 1108 ll_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) ll_rename() argument
|
/linux-4.1.27/fs/reiserfs/ |
H A D | namei.c | 1281 reiserfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) reiserfs_rename() argument
|
/linux-4.1.27/fs/udf/ |
H A D | namei.c | 1038 udf_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) udf_rename() argument
|
/linux-4.1.27/fs/kernfs/ |
H A D | dir.c | 897 kernfs_iop_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) kernfs_iop_rename() argument
|
/linux-4.1.27/fs/afs/ |
H A D | dir.c | 1085 afs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) afs_rename() argument
|
/linux-4.1.27/fs/ceph/ |
H A D | dir.c | 944 ceph_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) ceph_rename() argument
|
/linux-4.1.27/fs/ecryptfs/ |
H A D | inode.c | 452 ecryptfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry) ecryptfs_link() argument 603 ecryptfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) ecryptfs_rename() argument
|
/linux-4.1.27/fs/9p/ |
H A D | vfs_inode.c | 957 v9fs_vfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) v9fs_vfs_rename() argument
|
/linux-4.1.27/fs/ocfs2/ |
H A D | namei.c | 1186 ocfs2_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) ocfs2_rename() argument
|
H A D | refcounttree.c | 4426 struct dentry *new_dentry; ocfs2_reflink_ioctl() local 4262 ocfs2_reflink(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, bool preserve) ocfs2_reflink() argument 4362 ocfs2_vfs_reflink(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, bool preserve) ocfs2_vfs_reflink() argument
|
/linux-4.1.27/fs/hostfs/ |
H A D | hostfs_kern.c | 752 hostfs_rename2(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) hostfs_rename2() argument
|
/linux-4.1.27/fs/ncpfs/ |
H A D | dir.c | 252 ncp_force_rename(struct inode *old_dir, struct dentry* old_dentry, char *_old_name, struct inode *new_dir, struct dentry* new_dentry, char *_new_name) ncp_force_rename() argument 1108 ncp_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) ncp_rename() argument
|
/linux-4.1.27/fs/ext3/ |
H A D | namei.c | 2378 ext3_rename(struct inode * old_dir, struct dentry *old_dentry, struct inode * new_dir,struct dentry *new_dentry) ext3_rename() argument
|
/linux-4.1.27/fs/ext4/ |
H A D | namei.c | 3548 ext4_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) ext4_rename() argument 3745 ext4_cross_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) ext4_cross_rename() argument 3871 ext4_rename2(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) ext4_rename2() argument
|
/linux-4.1.27/mm/ |
H A D | shmem.c | 2323 static int shmem_exchange(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) shmem_exchange() argument 2377 static int shmem_rename2(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) shmem_rename2() argument
|
/linux-4.1.27/security/ |
H A D | capability.c | 167 cap_inode_link(struct dentry *old_dentry, struct inode *inode, struct dentry *new_dentry) cap_inode_link() argument 201 cap_inode_rename(struct inode *old_inode, struct dentry *old_dentry, struct inode *new_inode, struct dentry *new_dentry) cap_inode_rename() argument 299 cap_path_link(struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry) cap_path_link() argument 305 cap_path_rename(struct path *old_path, struct dentry *old_dentry, struct path *new_path, struct dentry *new_dentry) cap_path_rename() argument
|
H A D | security.c | 450 security_path_link(struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry) security_path_link() argument 458 security_path_rename(struct path *old_dir, struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry, unsigned int flags) security_path_rename() argument 513 security_inode_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry) security_inode_link() argument 558 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
|
/linux-4.1.27/security/smack/ |
H A D | smack_lsm.c | 880 smack_inode_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry) smack_inode_link() argument 984 smack_inode_rename(struct inode *old_inode, struct dentry *old_dentry, struct inode *new_inode, struct dentry *new_dentry) smack_inode_rename() argument
|
/linux-4.1.27/fs/btrfs/ |
H A D | inode.c | 9107 btrfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) btrfs_rename() argument 9287 btrfs_rename2(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) btrfs_rename2() argument
|
/linux-4.1.27/security/selinux/ |
H A D | hooks.c | 2822 static int selinux_inode_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry) selinux_inode_link() argument 1788 may_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) may_rename() argument 2852 selinux_inode_rename(struct inode *old_inode, struct dentry *old_dentry, struct inode *new_inode, struct dentry *new_dentry) selinux_inode_rename() argument
|