Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
A Dfanotify_user.c361 unsigned char bounce[FANOTIFY_INLINE_FH_LEN], *fh_buf; in copy_fid_info_to_user() local
420 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