Lines Matching defs:handle
263 * we need a new file handle for the userspace program so it can read even if it was
419 struct file_handle handle = { };
432 * Copy event info fid header followed by variable sized file handle
459 if (WARN_ON_ONCE(len < sizeof(handle)))
462 handle.handle_type = fh->type;
463 handle.handle_bytes = fh_len;
467 handle.handle_type = FILEID_INVALID;
469 if (copy_to_user(buf, &handle, sizeof(handle)))
472 buf += sizeof(handle);
473 len -= sizeof(handle);
1596 * reported with events to the file handle of watched objects.