Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dinode.c78 static const struct inode_operations bpf_dir_iops; variable
143 inode->i_op = &bpf_dir_iops; in bpf_mkdir()
375 static const struct inode_operations bpf_dir_iops = { variable
405 if (dir->i_op != &bpf_dir_iops) { in bpf_obj_do_pin()
650 inode->i_op = &bpf_dir_iops; in bpf_fill_super()