Home
last modified time | relevance | path

Searched refs:fh_buf (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/fs/notify/fanotify/
Dfanotify_user.c234 unsigned char bounce[FANOTIFY_INLINE_FH_LEN], *fh_buf; in copy_info_to_user() local
291 fh_buf = fanotify_fh_buf(fh); in copy_info_to_user()
293 memcpy(bounce, fh_buf, fh_len); in copy_info_to_user()
294 fh_buf = bounce; in copy_info_to_user()
296 if (copy_to_user(buf, fh_buf, fh_len)) in copy_info_to_user()