Searched defs:old_dentry (Results 1 – 8 of 8) sorted by relevance
/security/landlock/ |
D | fs.c | 589 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/ |
D | tomoyo.c | 251 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/ |
D | file.c | 457 int aa_path_link(struct aa_label *label, struct dentry *old_dentry, in aa_path_link()
|
D | lsm.c | 339 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/ |
D | security.c | 1183 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/ |
D | smack_lsm.c | 1018 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/ |
D | hooks.c | 1924 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()
|
D | selinuxfs.c | 543 struct dentry *tmp_parent, *tmp_bool_dir, *tmp_class_dir, *old_dentry; in sel_make_policy_nodes() local
|