Searched refs:fh_buf (Results 1 – 1 of 1) sorted by relevance
413 unsigned char bounce[FANOTIFY_INLINE_FH_LEN], *fh_buf; in copy_fid_info_to_user() local474 fh_buf = fanotify_fh_buf(fh); in copy_fid_info_to_user()476 memcpy(bounce, fh_buf, fh_len); in copy_fid_info_to_user()477 fh_buf = bounce; in copy_fid_info_to_user()479 if (copy_to_user(buf, fh_buf, fh_len)) in copy_fid_info_to_user()