Home
last modified time | relevance | path

Searched refs:bpf_dir_iops (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/kernel/bpf/
Dinode.c96 static const struct inode_operations bpf_dir_iops; variable
162 inode->i_op = &bpf_dir_iops; in bpf_mkdir()
405 static const struct inode_operations bpf_dir_iops = { variable
450 if (dir->i_op != &bpf_dir_iops) { in bpf_obj_do_pin()
1030 inode->i_op = &bpf_dir_iops; in bpf_fill_super()