Searched refs:new_dentry (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | verifier_vfs_accept.c | 89 struct inode *new_dir, struct dentry *new_dentry, in BPF_PROG() argument 92 struct inode *inode = new_dentry->d_inode; in BPF_PROG()
|
| A D | verifier_vfs_reject.c | 165 struct inode *new_dir, struct dentry *new_dentry, in BPF_PROG() argument 168 struct inode *inode = new_dentry->d_inode; in BPF_PROG()
|
| A D | local_storage.c | 109 struct inode *new_dir, struct dentry *new_dentry, in BPF_PROG() argument 119 bpf_inode_storage_get(&inode_storage_map, new_dentry->d_inode, 0, in BPF_PROG()
|
| A D | profiler.inc.h | 820 struct inode* dir, struct dentry* new_dentry, in BPF_KPROBE() argument 831 !is_dentry_allowed_for_filemod(new_dentry, &dst_device_id, &dst_file_ino)) in BPF_KPROBE() 862 len = read_absolute_file_path_from_dentry(new_dentry, payload); in BPF_KPROBE()
|
Completed in 9 milliseconds