Searched refs:old_dir (Results 1 - 3 of 3) sorted by relevance

/security/
H A Dsecurity.c455 int security_path_rename(struct path *old_dir, struct dentry *old_dentry, argument
465 old_dir, old_dentry);
470 return security_ops->path_rename(old_dir, old_dentry, new_dir,
555 int security_inode_rename(struct inode *old_dir, struct dentry *old_dentry, argument
565 old_dir, old_dentry);
570 return security_ops->inode_rename(old_dir, old_dentry,
/security/apparmor/
H A Dlsm.c317 static int apparmor_path_rename(struct path *old_dir, struct dentry *old_dentry, argument
328 struct path old_path = { old_dir->mnt, old_dentry };
/security/selinux/
H A Dhooks.c1795 static inline int may_rename(struct inode *old_dir, argument
1807 old_dsec = old_dir->i_security;
1823 if (old_is_dir && new_dir != old_dir) {

Completed in 74 milliseconds