Searched refs:fh_buf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/notify/fanotify/ |
H A D | fanotify_user.c | 234 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()
|
/kernel/linux/linux-6.6/fs/notify/fanotify/ |
H A D | fanotify_user.c | 420 unsigned char bounce[FANOTIFY_INLINE_FH_LEN], *fh_buf; in copy_fid_info_to_user() local 481 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()
|
Completed in 6 milliseconds