Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs738 let offsets: Vec<(Cluster, u64)> = localVariable
742 for off in &offsets.as_slice()[..offsets.len() - 1] {
750 let start: (Cluster, u64) = offsets[0];
751 let end: (Cluster, u64) = *offsets.last().unwrap();
820 let offsets: Vec<(Cluster, u64)> = in remove_dir_entries() localVariable
824 for off in offsets { in remove_dir_entries()
/DragonOS/kernel/crates/rbpf/
H A DREADME.md127 static buffer, at the appointed offsets, for the start and the end of the
170 do not need those offsets.
389 the packet data start and end addresses. So here we just provide the offsets at
445 // We must provide the offsets at which the pointers to packet data start
446 // and end must be stored: these are the offsets at which the program will
/DragonOS/kernel/src/include/bindings/
H A Dlinux_bpf.rs824 pub offsets: __u64, field
1183 pub offsets: __u64, field