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