Home
last modified time | relevance | path

Searched refs:check_bytes (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/mm/
H A Dhugepage-mmap.c38 static void check_bytes(char *addr) in check_bytes() function
55 check_bytes(addr); in read_bytes()
83 check_bytes(addr); in main()
H A Dmap_hugetlb.c32 static void check_bytes(char *addr) in check_bytes() function
49 check_bytes(addr); in read_bytes()
93 check_bytes(addr); in main()
H A Dhugepage-mremap.c35 static void check_bytes(char *addr) in check_bytes() function
52 check_bytes(addr); in read_bytes()
170 check_bytes(addr); in main()
/openbmc/linux/arch/sparc/lib/
H A Dmemscan_64.S52 bne,pn %xcc, check_bytes
57 check_bytes: label
/openbmc/linux/fs/nilfs2/
H A Drecovery.c94 unsigned long offset, u64 check_bytes, in nilfs_compute_checksum() argument
102 check_bytes -= offset; in nilfs_compute_checksum()
103 size = min_t(u64, check_bytes, blocksize - offset); in nilfs_compute_checksum()
113 check_bytes -= size; in nilfs_compute_checksum()
114 size = min_t(u64, check_bytes, blocksize); in nilfs_compute_checksum()
/openbmc/qemu/block/
H A Dvmdk.c91 char check_bytes[4]; member
2272 header.check_bytes[0] = 0xa; in vmdk_init_extent()
2273 header.check_bytes[1] = 0x20; in vmdk_init_extent()
2274 header.check_bytes[2] = 0xd; in vmdk_init_extent()
2275 header.check_bytes[3] = 0xa; in vmdk_init_extent()
/openbmc/linux/drivers/s390/block/
H A Ddasd_eckd.h216 unsigned char check_bytes:2; member
H A Ddasd_eckd.c4385 lredata->auxiliary.check_bytes = 0x01; in prepare_itcw()
4397 lredata->auxiliary.check_bytes = 0x2; in prepare_itcw()
4414 lredata->auxiliary.check_bytes = 0x01; in prepare_itcw()