Searched refs:fh_buf (Results 1 – 1 of 1) sorted by relevance
361 unsigned char bounce[FANOTIFY_INLINE_FH_LEN], *fh_buf; in copy_fid_info_to_user() local420 fh_buf = fanotify_fh_buf(fh); in copy_fid_info_to_user()422 memcpy(bounce, fh_buf, fh_len); in copy_fid_info_to_user()423 fh_buf = bounce; in copy_fid_info_to_user()425 if (copy_to_user(buf, fh_buf, fh_len)) in copy_fid_info_to_user()
Completed in 7 milliseconds