Searched refs:total_size (Results 1 - 11 of 11) sorted by relevance

/fs/btrfs/
H A Dxattr.c230 size_t total_size = 0, size_left = size; local
284 total_size += name_len + 1;
304 ret = total_size;
H A Ddelayed-inode.c725 int total_data_size = 0, total_size = 0; local
748 while (total_size + next->data_len + sizeof(struct btrfs_item) <=
751 total_size += next->data_len + sizeof(struct btrfs_item);
801 total_data_size, total_size, nitems);
H A Dctree.c4707 u32 total_data, u32 total_size, int nr)
4732 if (btrfs_leaf_free_space(root, leaf) < total_size) {
4735 total_size, btrfs_leaf_free_space(root, leaf));
4805 u32 total_size = 0; local
4811 total_size = total_data + (nr * sizeof(struct btrfs_item));
4812 ret = btrfs_search_slot(trans, root, cpu_key, path, total_size, 1);
4822 total_data, total_size, nr);
4705 setup_items_for_insert(struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *cpu_key, u32 *data_size, u32 total_data, u32 total_size, int nr) argument
H A Dfree-space-cache.c2694 u64 total_size = 0; local
2759 total_size += entry->bytes;
2764 trace_btrfs_setup_cluster(block_group, cluster, total_size, 0);
H A Dctree.h3523 u32 total_data, u32 total_size, int nr);
/fs/
H A Dbinfmt_elf.c337 unsigned long total_size)
351 * total_size is the size of the ELF (interpreter) image.
354 * position with the ELF binary image. (since size < total_size)
358 if (total_size) {
359 total_size = ELF_PAGEALIGN(total_size);
360 map_addr = vm_mmap(filep, addr, total_size, prot, type, off);
362 vm_munmap(map_addr+size, total_size-size);
405 unsigned long total_size; local
444 total_size
335 elf_map(struct file *filep, unsigned long addr, struct elf_phdr *eppnt, int prot, int type, unsigned long total_size) argument
[all...]
/fs/hfsplus/
H A Dhfsplus_raw.h96 __be64 total_size; member in struct:hfsplus_fork_raw
H A Dinode.c453 hip->phys_size = inode->i_size = be64_to_cpu(fork->total_size);
471 fork->total_size = cpu_to_be64(inode->i_size);
H A Dsuper.c127 if (fork->total_size != cpu_to_be64(inode->i_size)) {
/fs/ext4/
H A Dxattr.c1348 unsigned int total_size; /* EA entry size + value size */ local
1368 total_size =
1371 if (total_size <= free && total_size < min_total_size) {
1372 if (total_size < new_extra_isize) {
1376 min_total_size = total_size;
/fs/cifs/
H A Dcifssmb.c336 unsigned int total_size; local
347 total_size = get_unaligned_le16(&pSMB->t2_rsp.ParameterCount);
348 if (total_size >= 512)
354 total_size += get_unaligned_le16(&pSMB->t2_rsp.DataCount);
355 if (total_size > get_bcc(&pSMB->hdr) ||
356 total_size >= CIFSMaxBufSize + MAX_CIFS_HDR_SIZE)

Completed in 217 milliseconds