Home
last modified time | relevance | path

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

/linux-4.19.296/fs/freevxfs/
Dvxfs_fshead.c111 struct vxfs_fsh *pfp, *sfp; in vxfs_read_fshead() local
142 pfp = vxfs_getfsh(infp->vsi_fship, 1); in vxfs_read_fshead()
143 if (!pfp) { in vxfs_read_fshead()
149 vxfs_dumpfsh(pfp); in vxfs_read_fshead()
164 infp->vsi_ilist = vxfs_stiget(sbp, fs32_to_cpu(infp, pfp->fsh_ilistino[0])); in vxfs_read_fshead()
175 kfree(pfp); in vxfs_read_fshead()
184 kfree(pfp); in vxfs_read_fshead()
/linux-4.19.296/include/linux/
Dfilter.h768 int bpf_prog_create(struct bpf_prog **pfp, struct sock_fprog_kern *fprog);
769 int bpf_prog_create_from_user(struct bpf_prog **pfp, struct sock_fprog *fprog,