Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/mm/
H A Dhugepage-mmap.c23 static void check_bytes(char *addr) in check_bytes() function
40 check_bytes(addr); in read_bytes()
68 check_bytes(addr); in main()
H A Dmap_hugetlb.c19 static void check_bytes(char *addr) in check_bytes() function
36 check_bytes(addr); in read_bytes()
79 check_bytes(addr); in main()
H A Dhugepage-mremap.c36 static void check_bytes(char *addr) in check_bytes() function
53 check_bytes(addr); in read_bytes()
154 check_bytes(addr); in main()
/linux-6.15/arch/sparc/lib/
H A Dmemscan_64.S52 bne,pn %xcc, check_bytes
57 check_bytes: label
/linux-6.15/fs/nilfs2/
H A Drecovery.c96 unsigned long offset, u64 check_bytes, in nilfs_compute_checksum() argument
104 check_bytes -= offset; in nilfs_compute_checksum()
105 size = min_t(u64, check_bytes, blocksize - offset); in nilfs_compute_checksum()
115 check_bytes -= size; in nilfs_compute_checksum()
116 size = min_t(u64, check_bytes, blocksize); in nilfs_compute_checksum()
/linux-6.15/drivers/s390/block/
H A Ddasd_eckd.h216 unsigned char check_bytes:2; member
H A Ddasd_eckd.c4370 lredata->auxiliary.check_bytes = 0x01; in prepare_itcw()
4382 lredata->auxiliary.check_bytes = 0x2; in prepare_itcw()
4399 lredata->auxiliary.check_bytes = 0x01; in prepare_itcw()