/kernel/linux/linux-5.10/fs/ext4/ |
H A D | bitmap.c | 24 __u32 provided, calculated; in ext4_inode_bitmap_csum_verify() local 30 provided = le16_to_cpu(gdp->bg_inode_bitmap_csum_lo); in ext4_inode_bitmap_csum_verify() 34 provided |= (hi << 16); in ext4_inode_bitmap_csum_verify() 38 return provided == calculated; in ext4_inode_bitmap_csum_verify() 62 __u32 provided, calculated; in ext4_block_bitmap_csum_verify() local 69 provided = le16_to_cpu(gdp->bg_block_bitmap_csum_lo); in ext4_block_bitmap_csum_verify() 73 provided |= (hi << 16); in ext4_block_bitmap_csum_verify() 77 if (provided == calculated) in ext4_block_bitmap_csum_verify()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | bitmap.c | 24 __u32 provided, calculated; in ext4_inode_bitmap_csum_verify() local 30 provided = le16_to_cpu(gdp->bg_inode_bitmap_csum_lo); in ext4_inode_bitmap_csum_verify() 34 provided |= (hi << 16); in ext4_inode_bitmap_csum_verify() 38 return provided == calculated; in ext4_inode_bitmap_csum_verify() 62 __u32 provided, calculated; in ext4_block_bitmap_csum_verify() local 69 provided = le16_to_cpu(gdp->bg_block_bitmap_csum_lo); in ext4_block_bitmap_csum_verify() 73 provided |= (hi << 16); in ext4_block_bitmap_csum_verify() 77 return provided == calculated; in ext4_block_bitmap_csum_verify()
|
/kernel/linux/linux-6.6/tools/testing/selftests/riscv/vector/ |
H A D | vstate_prctl.c | 59 int test_and_compare_child(long provided, long expected, int inherit) in test_and_compare_child() argument 63 rc = prctl(PR_RISCV_V_SET_CONTROL, provided); in test_and_compare_child() 65 ksft_test_result_fail("prctl with provided arg %lx failed with code %d\n", in test_and_compare_child() 66 provided, rc); in test_and_compare_child()
|
/kernel/linux/linux-5.10/fs/jbd2/ |
H A D | recovery.c | 176 __be32 provided; in jbd2_descriptor_block_csum_verify() local 184 provided = tail->t_checksum; in jbd2_descriptor_block_csum_verify() 187 tail->t_checksum = provided; in jbd2_descriptor_block_csum_verify() 189 return provided == cpu_to_be32(calculated); in jbd2_descriptor_block_csum_verify() 429 __be32 provided; in jbd2_commit_block_csum_verify() local 436 provided = h->h_chksum[0]; in jbd2_commit_block_csum_verify() 439 h->h_chksum[0] = provided; in jbd2_commit_block_csum_verify() 441 return provided == cpu_to_be32(calculated); in jbd2_commit_block_csum_verify()
|
/kernel/linux/linux-6.6/fs/jbd2/ |
H A D | recovery.c | 182 __be32 provided; in jbd2_descriptor_block_csum_verify() local 190 provided = tail->t_checksum; in jbd2_descriptor_block_csum_verify() 193 tail->t_checksum = provided; in jbd2_descriptor_block_csum_verify() 195 return provided == cpu_to_be32(calculated); in jbd2_descriptor_block_csum_verify() 436 __be32 provided; in jbd2_commit_block_csum_verify() local 443 provided = h->h_chksum[0]; in jbd2_commit_block_csum_verify() 446 h->h_chksum[0] = provided; in jbd2_commit_block_csum_verify() 448 return provided == cpu_to_be32(calculated); in jbd2_commit_block_csum_verify()
|
/kernel/liteos_m/arch/arm/cortex-m3/keil/ |
H A D | los_startup.s | 6 ; are permitted provided that the following conditions are met: 13 ; provided with the distribution.
|
H A D | los_dispatch.S | 6 ; are permitted provided that the following conditions are met: 13 ; provided with the distribution.
|
H A D | los_atomic.S | 5 ; are permitted provided that the following conditions are met:
12 ; provided with the distribution.
|
H A D | los_exc.S | 6 ; are permitted provided that the following conditions are met: 13 ; provided with the distribution.
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | inode.c | 168 __u32 provided, calculated; in f2fs_inode_chksum_verify() local 182 provided = le32_to_cpu(ri->i_inode_checksum); in f2fs_inode_chksum_verify() 185 if (provided != calculated) in f2fs_inode_chksum_verify() 187 page->index, ino_of_node(page), provided, calculated); in f2fs_inode_chksum_verify() 189 return provided == calculated; in f2fs_inode_chksum_verify()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | crct10dif-pcl-asm_64.S | 19 # modification, are permitted provided that the following conditions are 27 # documentation and/or other materials provided with the
|
H A D | sha512-avx-asm.S | 19 # without modification, are permitted provided that the following 29 # provided with the distribution.
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | crct10dif-pcl-asm_64.S | 19 # modification, are permitted provided that the following conditions are 27 # documentation and/or other materials provided with the
|
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/ |
H A D | los_dispatch.S | 6 ; are permitted provided that the following conditions are met:
13 ; provided with the distribution.
|
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/ |
H A D | los_dispatch.S | 6 ; are permitted provided that the following conditions are met:
13 ; provided with the distribution.
|
/kernel/liteos_m/arch/arm/cortex-m4/iar/ |
H A D | los_dispatch.S | 6 ; are permitted provided that the following conditions are met:
13 ; provided with the distribution.
|
H A D | los_exc.S | 6 ; are permitted provided that the following conditions are met:
13 ; provided with the distribution.
|
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/ |
H A D | los_dispatch.S | 6 ; are permitted provided that the following conditions are met:
13 ; provided with the distribution.
|
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/ |
H A D | los_dispatch.S | 6 ; are permitted provided that the following conditions are met:
13 ; provided with the distribution.
|
/kernel/liteos_m/arch/arm/cortex-m7/iar/ |
H A D | los_dispatch.S | 6 ; are permitted provided that the following conditions are met:
13 ; provided with the distribution.
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 9 |THE SOFTWARE is provided on an "AS IS" basis and without warranty. 162 | If the implementation provided by the 68060ISP is sufficient, 173 | If the implementation provided by the 68060ISP is sufficient,
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 9 |THE SOFTWARE is provided on an "AS IS" basis and without warranty. 162 | If the implementation provided by the 68060ISP is sufficient, 173 | If the implementation provided by the 68060ISP is sufficient,
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | inode.c | 155 __u32 provided, calculated; in f2fs_inode_chksum_verify() local 169 provided = le32_to_cpu(ri->i_inode_checksum); in f2fs_inode_chksum_verify() 172 if (provided != calculated) in f2fs_inode_chksum_verify() 174 page->index, ino_of_node(page), provided, calculated); in f2fs_inode_chksum_verify() 176 return provided == calculated; in f2fs_inode_chksum_verify()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtx_diff | 42 If two DTx are provided, the resulting dts source files are diffed. 54 linux source tree can be provided by '-s SRCTREE' or '-S' so that
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | dtx_diff | 42 If two DTx are provided, the resulting dts source files are diffed. 54 linux source tree can be provided by '-s SRCTREE' or '-S' so that
|