Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dinode.c76 static const struct inode_operations bpf_dir_iops; variable
138 inode->i_op = &bpf_dir_iops; in bpf_mkdir()
190 static const struct inode_operations bpf_dir_iops = { variable
220 if (dir->i_op != &bpf_dir_iops) { in bpf_obj_do_pin()
351 inode->i_op = &bpf_dir_iops; in bpf_fill_super()