Searched refs:this_len (Results 1 – 8 of 8) sorted by relevance
| /fs/btrfs/ |
| A D | props.c | 165 u32 total_len, cur, this_len; in iterate_object_props() local 201 this_len = sizeof(*di) + name_len + data_len; in iterate_object_props() 240 cur += this_len; in iterate_object_props() 241 di = (struct btrfs_dir_item *)((char *) di + this_len); in iterate_object_props()
|
| A D | dir-item.c | 378 u32 this_len; in btrfs_match_dir_item_name() local 386 this_len = sizeof(*dir_item) + in btrfs_match_dir_item_name() 395 cur += this_len; in btrfs_match_dir_item_name() 397 this_len); in btrfs_match_dir_item_name()
|
| A D | xattr.c | 325 u32 this_len = sizeof(*di) + name_len + data_len; in btrfs_listxattr() local 347 cur += this_len; in btrfs_listxattr() 348 di = (struct btrfs_dir_item *)((char *)di + this_len); in btrfs_listxattr()
|
| A D | tree-log.c | 2267 u32 this_len = sizeof(*di) + name_len + data_len; in replay_xattr_deletes() local 2305 cur += this_len; in replay_xattr_deletes() 2306 di = (struct btrfs_dir_item *)((char *)di + this_len); in replay_xattr_deletes() 5339 u32 this_len; in btrfs_check_ref_name_override() local 5351 this_len = sizeof(*iref) + this_name_len; in btrfs_check_ref_name_override() 5360 this_len = sizeof(*extref) + this_name_len; in btrfs_check_ref_name_override() 5404 cur_offset += this_len; in btrfs_check_ref_name_override()
|
| /fs/proc/ |
| A D | base.c | 924 size_t this_len = min_t(size_t, count, PAGE_SIZE); in mem_rw() local 931 this_len = access_remote_vm(mm, addr, page, this_len, flags); in mem_rw() 932 if (!this_len) { in mem_rw() 938 if (!write && copy_to_user(buf, page, this_len)) { in mem_rw() 943 buf += this_len; in mem_rw() 944 addr += this_len; in mem_rw() 945 copied += this_len; in mem_rw() 946 count -= this_len; in mem_rw() 1033 size_t this_len, max_len; in environ_read() local 1039 this_len = env_end - (env_start + src); in environ_read() [all …]
|
| /fs/fuse/ |
| A D | virtio_fs.c | 1279 unsigned int this_len; in sg_count_fuse_folios() local 1282 this_len = min(folio_descs[i].length, total_len); in sg_count_fuse_folios() 1283 total_len -= this_len; in sg_count_fuse_folios() 1330 unsigned int this_len; in sg_init_fuse_folios() local 1334 this_len = min(folio_descs[i].length, total_len); in sg_init_fuse_folios() 1335 sg_set_folio(&sg[i], folios[i], this_len, folio_descs[i].offset); in sg_init_fuse_folios() 1336 total_len -= this_len; in sg_init_fuse_folios()
|
| /fs/overlayfs/ |
| A D | copy_up.c | 300 size_t this_len = OVL_COPY_UP_CHUNK_SIZE; in ovl_copy_up_file() local 303 if (len < this_len) in ovl_copy_up_file() 304 this_len = len; in ovl_copy_up_file() 345 error = ovl_verify_area(old_pos, new_pos, this_len, len); in ovl_copy_up_file() 351 this_len, SPLICE_F_MOVE); in ovl_copy_up_file()
|
| /fs/ |
| A D | splice.c | 715 size_t this_len = buf->len; in iter_file_splice_write() local 718 if (!this_len) in iter_file_splice_write() 720 this_len = min(this_len, left); in iter_file_splice_write() 729 bvec_set_page(&array[n], buf->page, this_len, in iter_file_splice_write() 731 left -= this_len; in iter_file_splice_write()
|
Completed in 35 milliseconds