Lines Matching defs:bytes
43 struct REPARSE_DATA_BUFFER rp; // 0x18 bytes
562 u64 bytes, lbo, valid;
595 bytes = ((u64)len << cluster_bits) - off;
599 if (bh->b_size > bytes)
600 bh->b_size = bytes;
623 if (bytes > bh->b_size)
624 bytes = bh->b_size;
629 if (vbo + bytes > valid) {
630 ni->i_valid = vbo + bytes;
636 } else if (vbo + bytes <= valid) {
640 bytes = block_size;
645 bytes = block_size;
661 if (bh->b_size > bytes)
662 bh->b_size = bytes;
667 if (bytes > 0x40000000u)
1086 int inode_write_data(struct inode *inode, const void *data, size_t bytes)
1091 for (idx = 0; bytes; idx++) {
1092 size_t op = bytes > PAGE_SIZE ? PAGE_SIZE : bytes;
1110 bytes -= op;
1119 * Number of bytes for REPARSE_DATA_BUFFER(IO_REPARSE_TAG_SYMLINK)
1311 /* Allocate PATH_MAX bytes. */
1545 * Below function 'ntfs_save_wsl_perm' requires 0x78 bytes.
1729 /* Allocate PATH_MAX bytes. */
1767 /* Allocate PATH_MAX bytes. */
2033 /* Convert nlen from bytes to UNICODE chars. */