Searched refs:bytes (Results 1 – 6 of 6) sorted by relevance
| /fs/exfat/ |
| A D | io.c | 493 ssize_t bytes = 0; in exfat_generic_pread() local 497 bytes = exfat_generic_pread(ef, node, buffer, in exfat_generic_pread() 499 if (bytes < 0 || (size_t)bytes < node->valid_size - offset) in exfat_generic_pread() 500 return bytes; in exfat_generic_pread() 502 memset(buffer + bytes, 0, in exfat_generic_pread() 503 MIN(size - bytes, node->size - node->valid_size)); in exfat_generic_pread()
|
| A D | cluster.c | 67 static uint32_t bytes2clusters(const struct exfat* ef, uint64_t bytes) in bytes2clusters() argument 70 return DIV_ROUND_UP(bytes, cluster_size); in bytes2clusters()
|
| /fs/ |
| A D | fs.c | 803 loff_t bytes; in do_load() local 841 bytes = hextoul(argv[5], NULL); in do_load() 843 bytes = 0; in do_load() 850 ret = _fs_read(filename, addr, pos, bytes, 1, &len_read); in do_load() 906 loff_t bytes; in do_save() local 920 bytes = hextoul(argv[5], NULL); in do_save() 927 ret = fs_write(filename, addr, pos, bytes, &len); in do_save()
|
| /fs/btrfs/ |
| A D | conv-funcs.h | 127 DEFINE_CONV(btrfs_free_space_entry, offset, bytes)
|
| /fs/btrfs/kernel-shared/ |
| A D | btrfs_tree.h | 485 __le64 bytes; member
|
| /fs/ubifs/ |
| A D | lpt.c | 286 const int bytes = (nrbits + b + 7) >> 3; in ubifs_unpack_bits() local 293 switch (bytes) { in ubifs_unpack_bits() 313 switch (bytes) { in ubifs_unpack_bits()
|
Completed in 18 milliseconds