Searched refs:total_size (Results 1 – 8 of 8) sorted by relevance
/fs/btrfs/ |
D | xattr.c | 168 size_t total_size = 0, size_left = size; in btrfs_listxattr() local 232 total_size += name_len + 1; in btrfs_listxattr() 250 ret = total_size; in btrfs_listxattr()
|
D | ctree.c | 3313 u32 total_size = 0; in btrfs_insert_some_items() local 3319 if (total_size + data_size[i] + sizeof(struct btrfs_item) > in btrfs_insert_some_items() 3325 total_size += data_size[i] + sizeof(struct btrfs_item); in btrfs_insert_some_items() 3329 ret = btrfs_search_slot(trans, root, cpu_key, path, total_size, 1); in btrfs_insert_some_items() 3340 if (btrfs_leaf_free_space(root, leaf) < total_size) { in btrfs_insert_some_items() 3343 total_size -= data_size[i] + sizeof(struct btrfs_item); in btrfs_insert_some_items() 3344 if (total_size < btrfs_leaf_free_space(root, leaf)) in btrfs_insert_some_items() 3464 u32 total_size = 0; in btrfs_insert_empty_items() local 3472 total_size = total_data + (nr * sizeof(struct btrfs_item)); in btrfs_insert_empty_items() 3473 ret = btrfs_search_slot(trans, root, cpu_key, path, total_size, 1); in btrfs_insert_empty_items() [all …]
|
/fs/hfsplus/ |
D | super.c | 105 if (vhdr->ext_file.total_size != cpu_to_be64(inode->i_size)) { in hfsplus_write_inode() 113 if (vhdr->cat_file.total_size != cpu_to_be64(inode->i_size)) { in hfsplus_write_inode() 121 if (vhdr->alloc_file.total_size != cpu_to_be64(inode->i_size)) { in hfsplus_write_inode() 128 if (vhdr->start_file.total_size != cpu_to_be64(inode->i_size)) { in hfsplus_write_inode() 135 if (vhdr->attr_file.total_size != cpu_to_be64(inode->i_size)) { in hfsplus_write_inode()
|
D | hfsplus_raw.h | 85 __be64 total_size; member
|
D | inode.c | 379 inode->i_size = HFSPLUS_I(inode).phys_size = be64_to_cpu(fork->total_size); in hfsplus_inode_read_fork() 392 fork->total_size = cpu_to_be64(inode->i_size); in hfsplus_inode_write_fork()
|
/fs/ |
D | binfmt_elf.c | 329 unsigned long total_size) in elf_map() argument 351 if (total_size) { in elf_map() 352 total_size = ELF_PAGEALIGN(total_size); in elf_map() 353 map_addr = do_mmap(filep, addr, total_size, prot, type, off); in elf_map() 355 do_munmap(current->mm, map_addr+size, total_size-size); in elf_map() 399 unsigned long total_size; in load_elf_interp() local 438 total_size = total_mapping_size(elf_phdata, interp_elf_ex->e_phnum); in load_elf_interp() 439 if (!total_size) { in load_elf_interp() 465 eppnt, elf_prot, elf_type, total_size); in load_elf_interp() 466 total_size = 0; in load_elf_interp()
|
/fs/ext4/ |
D | xattr.c | 1214 unsigned int total_size; /* EA entry size + value size */ in ext4_expand_extra_isize_ea() local 1234 total_size = in ext4_expand_extra_isize_ea() 1237 if (total_size <= free && total_size < min_total_size) { in ext4_expand_extra_isize_ea() 1238 if (total_size < new_extra_isize) { in ext4_expand_extra_isize_ea() 1242 min_total_size = total_size; in ext4_expand_extra_isize_ea()
|
/fs/cifs/ |
D | cifssmb.c | 416 int total_size; in validate_t2() local 426 total_size = le16_to_cpu(pSMB->t2_rsp.ParameterCount); in validate_t2() 427 if (total_size < 512) { in validate_t2() 428 total_size += in validate_t2() 434 if ((total_size <= (*(u16 *)pBCC)) && in validate_t2() 435 (total_size < in validate_t2()
|