Searched refs:lenum (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/btrfs/
H A Dextent-tree.c407 __le64 lenum; local
409 lenum = cpu_to_le64(root_objectid);
410 high_crc = crc32c(high_crc, &lenum, sizeof(lenum));
411 lenum = cpu_to_le64(owner);
412 low_crc = crc32c(low_crc, &lenum, sizeof(lenum));
413 lenum = cpu_to_le64(offset);
414 low_crc = crc32c(low_crc, &lenum, sizeof(lenum));
[all...]

Completed in 177 milliseconds