Lines Matching defs:fpsrc
2391 fill_file(struct file *fp, const struct file *fpsrc)
2397 fp->f_offset = fpsrc->f_offset;
2398 COND_SET_PTR(fp->f_cred, fpsrc->f_cred, allowaddr);
2399 COND_SET_CPTR(fp->f_ops, fpsrc->f_ops, allowaddr);
2400 COND_SET_STRUCT(fp->f_undata, fpsrc->f_undata, allowaddr);
2401 COND_SET_STRUCT(fp->f_list, fpsrc->f_list, allowaddr);
2402 fp->f_flag = fpsrc->f_flag;
2403 fp->f_marker = fpsrc->f_marker;
2404 fp->f_type = fpsrc->f_type;
2405 fp->f_advice = fpsrc->f_advice;
2406 fp->f_count = fpsrc->f_count;
2407 fp->f_msgcount = fpsrc->f_msgcount;
2408 fp->f_unpcount = fpsrc->f_unpcount;
2409 COND_SET_STRUCT(fp->f_unplist, fpsrc->f_unplist, allowaddr);