Searched defs:new_dentry (Results 51 - 63 of 63) sorted by relevance

123

/linux-master/fs/nfs/
H A Ddir.c2617 struct dentry *new_dentry = data->new_dentry; local
2647 nfs_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) argument
[all...]
H A Dnfs4proc.c4856 nfs4_proc_rename_setup(struct rpc_message *msg, struct dentry *old_dentry, struct dentry *new_dentry) argument
/linux-master/fs/ext4/
H A Dnamei.c3796 ext4_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) argument
4050 ext4_cross_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
4191 ext4_rename2(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) argument
[all...]
/linux-master/security/apparmor/
H A Dlsm.c363 apparmor_path_link(struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry) argument
381 apparmor_path_rename(const struct path *old_dir, struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry, const unsigned int flags) argument
/linux-master/fs/
H A Dnamei.c4633 struct dentry *new_dentry; local
4557 vfs_link(struct dentry *old_dentry, struct mnt_idmap *idmap, struct inode *dir, struct dentry *new_dentry, struct inode **delegated_inode) argument
4764 struct dentry *new_dentry = rd->new_dentry; local
4923 struct dentry *old_dentry, *new_dentry; local
[all...]
/linux-master/security/smack/
H A Dsmack_lsm.c1072 smack_inode_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry) argument
1176 smack_inode_rename(struct inode *old_inode, struct dentry *old_dentry, struct inode *new_inode, struct dentry *new_dentry) argument
[all...]
/linux-master/mm/
H A Dshmem.c3445 shmem_rename2(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) argument
/linux-master/include/linux/
H A Dsecurity.h826 security_inode_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry) argument
866 security_inode_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) argument
1968 security_path_link(struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry) argument
1975 security_path_rename(const struct path *old_dir, struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry, unsigned int flags) argument
H A Dnfs_xdr.h1721 struct dentry *new_dentry; member in struct:nfs_renamedata
H A Dfs.h1892 struct dentry *new_dentry; member in struct:renamedata
/linux-master/security/
H A Dsecurity.c1889 security_path_link(struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry) argument
1909 security_path_rename(const struct path *old_dir, struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry, unsigned int flags) argument
2033 security_inode_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry) argument
2144 security_inode_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) argument
[all...]
/linux-master/fs/btrfs/
H A Dinode.c8801 btrfs_rename_exchange(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
9053 btrfs_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) argument
9289 btrfs_rename2(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) argument
[all...]
/linux-master/security/selinux/
H A Dhooks.c3020 static int selinux_inode_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry) argument
1883 may_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
3050 selinux_inode_rename(struct inode *old_inode, struct dentry *old_dentry, struct inode *new_inode, struct dentry *new_dentry) argument

Completed in 400 milliseconds

123