Searched refs:s_bytes (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | ipsec.c | 633 ssize_t r_bytes, s_bytes; in udp_ping_send() local 639 s_bytes = sendto(sock[1], buf, buf_len, 0, dest_addr, sizeof(server)); in udp_ping_send() 640 if (s_bytes < 0) { in udp_ping_send() 643 } else if (s_bytes != buf_len) { in udp_ping_send() 644 printk("send part of the message: %zd/%zu", s_bytes, sizeof(server)); in udp_ping_send() 670 ssize_t r_bytes, s_bytes; in udp_ping_reply() local 691 s_bytes = sendto(sock[1], buf, buf_len, 0, dest_addr, sizeof(server)); in udp_ping_reply() 692 if (s_bytes < 0) { in udp_ping_reply() 695 } else if (s_bytes != buf_len) { in udp_ping_reply() 696 printk("send part of the message: %zd/%zu", s_bytes, sizeof(server)); in udp_ping_reply()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | the_nilfs.c | 386 nilfs->ns_sbsize = le16_to_cpu(sbp->s_bytes); in nilfs_store_disk_layout() 435 bytes = le16_to_cpu(sbp->s_bytes); in nilfs_valid_sb()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | nilfs2_ondisk.h | 142 __le16 s_bytes; /* member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | nilfs2_ondisk.h | 142 __le16 s_bytes; /* member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | nilfs2_ondisk.h | 142 __le16 s_bytes; /* member
|