Searched refs:scm_fp_list (Results 1 – 4 of 4) sorted by relevance
65 static int scm_fp_copy(struct cmsghdr *cmsg, struct scm_fp_list **fplp) in scm_fp_copy()68 struct scm_fp_list *fpl = *fplp; in scm_fp_copy()82 fpl = kmalloc(sizeof(struct scm_fp_list), GFP_KERNEL); in scm_fp_copy()118 struct scm_fp_list *fpl = scm->fp; in __scm_destroy()355 struct scm_fp_list *scm_fp_dup(struct scm_fp_list *fpl) in scm_fp_dup()357 struct scm_fp_list *new_fpl; in scm_fp_dup()363 new_fpl = kmemdup(fpl, offsetof(struct scm_fp_list, fp[fpl->count]), in scm_fp_dup()
24 struct scm_fp_list { struct33 struct scm_fp_list *fp; /* Passed files */ argument44 struct scm_fp_list *scm_fp_dup(struct scm_fp_list *fpl);
37 struct scm_fp_list *fp; /* Passed files */
3019 struct scm_fp_list *fpl; in __io_sqe_files_scm()