Lines Matching refs:dentry
476 read_absolute_file_path_from_dentry(struct dentry* filp_dentry, void* payload) in read_absolute_file_path_from_dentry()
480 struct dentry* parent_dentry; in read_absolute_file_path_from_dentry()
505 is_ancestor_in_allowed_inodes(struct dentry* filp_dentry) in is_ancestor_in_allowed_inodes()
507 struct dentry* parent_dentry; in is_ancestor_in_allowed_inodes()
525 static INLINE bool is_dentry_allowed_for_filemod(struct dentry* file_dentry, in is_dentry_allowed_for_filemod()
580 BPF_CORE_READ(filp, f_path.dentry, in BPF_KPROBE()
775 struct dentry* filp_dentry = BPF_CORE_READ(filp, f_path.dentry); in kprobe_ret__do_filp_open()
819 struct dentry* old_dentry, struct mnt_idmap *idmap, in BPF_KPROBE()
820 struct inode* dir, struct dentry* new_dentry, in BPF_KPROBE()
878 int BPF_KPROBE(kprobe__vfs_symlink, struct inode* dir, struct dentry* dentry, in BPF_KPROBE() argument
886 if (!is_dentry_allowed_for_filemod(dentry, &dst_device_id, &dst_file_ino)) in BPF_KPROBE()
917 len = read_absolute_file_path_from_dentry(dentry, payload); in BPF_KPROBE()