Searched refs:fh_buf (Results 1 – 1 of 1) sorted by relevance
420 unsigned char bounce[FANOTIFY_INLINE_FH_LEN], *fh_buf; in copy_fid_info_to_user() local481 fh_buf = fanotify_fh_buf(fh); in copy_fid_info_to_user()483 memcpy(bounce, fh_buf, fh_len); in copy_fid_info_to_user()484 fh_buf = bounce; in copy_fid_info_to_user()486 if (copy_to_user(buf, fh_buf, fh_len)) in copy_fid_info_to_user()