Searched refs:lenum (Results 1 - 1 of 1) sorted by relevance

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

Completed in 181 milliseconds