Home
last modified time | relevance | path

Searched defs:old_dentry (Results 1 – 8 of 8) sorted by relevance

/security/landlock/
Dfs.c589 static int hook_path_link(struct dentry *const old_dentry, in hook_path_link()
618 struct dentry *const old_dentry, in hook_path_rename()
/security/tomoyo/
Dtomoyo.c251 static int tomoyo_path_link(struct dentry *old_dentry, const struct path *new_dir, in tomoyo_path_link()
271 struct dentry *old_dentry, in tomoyo_path_rename()
/security/apparmor/
Dfile.c457 int aa_path_link(struct aa_label *label, struct dentry *old_dentry, in aa_path_link()
Dlsm.c339 static int apparmor_path_link(struct dentry *old_dentry, const struct path *new_dir, in apparmor_path_link()
356 static int apparmor_path_rename(const struct path *old_dir, struct dentry *old_dentry, in apparmor_path_rename()
/security/
Dsecurity.c1183 int security_path_link(struct dentry *old_dentry, const struct path *new_dir, in security_path_link()
1191 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, in security_path_rename()
1246 int security_inode_link(struct dentry *old_dentry, struct inode *dir, in security_inode_link()
1291 int security_inode_rename(struct inode *old_dir, struct dentry *old_dentry, in security_inode_rename()
/security/smack/
Dsmack_lsm.c1018 static int smack_inode_link(struct dentry *old_dentry, struct inode *dir, in smack_inode_link()
1123 struct dentry *old_dentry, in smack_inode_rename()
/security/selinux/
Dhooks.c1924 struct dentry *old_dentry, in may_rename()
3099 static int selinux_inode_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dent… in selinux_inode_link()
3129 static int selinux_inode_rename(struct inode *old_inode, struct dentry *old_dentry, in selinux_inode_rename()
Dselinuxfs.c543 struct dentry *tmp_parent, *tmp_bool_dir, *tmp_class_dir, *old_dentry; in sel_make_policy_nodes() local