Searched refs:fda_bytes (Results 1 – 1 of 1) sorted by relevance
838 let mut fda_bytes = KVec::new(); in translate_object() localVariable840 .read_all(&mut fda_bytes, GFP_KERNEL)?; in translate_object()842 if fds_len != fda_bytes.len() { in translate_object()850 fd_bytes.copy_from_slice(&fda_bytes[i..i + size_of::<u32>()]); in translate_object()868 drop(fda_bytes); in translate_object()