| /fs/btrfs/ |
| A D | extent-io-tree.h | 125 u64 end; /* inclusive */ member 149 static inline int btrfs_lock_extent(struct extent_io_tree *tree, u64 start, u64 end, in btrfs_lock_extent() 156 u64 end, struct extent_state **cached) in btrfs_try_lock_extent() 182 u64 end, u32 bits, in btrfs_clear_extent_bit() 188 static inline int btrfs_unlock_extent(struct extent_io_tree *tree, u64 start, u64 end, in btrfs_unlock_extent() 201 u64 end, struct extent_state **cached) in btrfs_clear_extent_dirty() 223 u64 end, struct extent_state **cached) in btrfs_lock_dio_extent() 229 u64 end, struct extent_state **cached) in btrfs_try_lock_dio_extent() 235 u64 end, struct extent_state **cached) in btrfs_unlock_dio_extent()
|
| A D | extent-io-tree.c | 57 #define btrfs_debug_check_extent_io_range(tree, start, end) \ argument 61 u64 start, u64 end) in __btrfs_debug_check_extent_io_range() 428 const u64 end = state->end + 1; in insert_state() local 562 u32 bits, int wake, u64 end, in clear_state_bit() 776 static void wait_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, in wait_extent_bit() 984 u64 *end, u64 max_bytes, in btrfs_find_delalloc_range() 1046 static int set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, in set_extent_bit() 1294 int btrfs_set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, in btrfs_set_extent_bit() 1318 int btrfs_convert_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, in btrfs_convert_extent_bit() 1858 int btrfs_set_record_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, in btrfs_set_record_extent_bits() [all …]
|
| A D | free-space-tree.c | 212 u64 start, end; in btrfs_convert_free_space_to_bitmaps() local 355 u64 start, end; in btrfs_convert_free_space_to_extents() local 550 u64 end = *start + *size; in free_space_modify_bits() local 617 u64 end = start + size; in modify_free_space_bitmap() local 724 u64 end = start + size; in remove_free_space_extent() local 885 u64 end = start + size; in add_free_space_extent() local 1071 u64 start, end; in populate_free_space_tree() local 1471 u64 start, end; in btrfs_remove_block_group_free_space() local 1554 u64 end, offset; in load_free_space_bitmaps() local 1634 u64 end; in load_free_space_extents() local
|
| A D | extent_io.c | 201 u64 end, unsigned long page_ops) in __process_folios_contig() 228 u64 start, u64 end) in unlock_delalloc_folio() 238 u64 start, u64 end) in lock_delalloc_folios() 305 u64 *start, u64 *end) in find_lock_delalloc_range() 521 u64 end = start + fi.length - 1; in end_bbio_data_read() local 1169 u64 start, u64 end) in can_skip_ordered_extent() 2085 unsigned long end; in prepare_eb_write() local 2154 u64 end) in btrfs_btree_wait_writeback_range() 2188 unsigned long end; in btree_write_cache_pages() local 2326 pgoff_t end; /* Inclusive */ in extent_write_cache_pages() local [all …]
|
| A D | file.c | 511 u64 bytenr, u64 orig_offset, u64 *start, u64 *end) in extent_mergeable() 550 struct btrfs_inode *inode, u64 start, u64 end) in btrfs_mark_extent_written() 1559 int btrfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync) in btrfs_sync_file() 1871 u64 end; in btrfs_page_mkwrite() local 2057 int slot, u64 start, u64 end) in hole_mergeable() 2087 struct btrfs_path *path, u64 offset, u64 end) in fill_holes() 2226 static bool check_range_has_page(struct inode *inode, u64 start, u64 end) in check_range_has_page() 2396 const u64 end, in btrfs_replace_file_extents() 2853 const u64 end, in btrfs_fallocate_update_isize() 3467 u64 start, u64 end, u64 *start_ret) in find_desired_extent_in_hole() [all …]
|
| /fs/ceph/ |
| A D | mdsmap.c | 58 #define __decode_and_drop_type(p, end, type, bad) \ argument 65 #define __decode_and_drop_set(p, end, type, bad) \ argument 75 #define __decode_and_drop_map(p, end, ktype, vtype, bad) \ argument 86 static int __decode_and_drop_compat_set(void **p, void* end) in __decode_and_drop_compat_set() 119 void *end, bool msgr2) in ceph_mdsmap_decode()
|
| A D | mds_client.c | 75 static int parse_reply_info_quota(void **p, void *end, in parse_reply_info_quota() 101 static int parse_reply_info_in(void **p, void *end, in parse_reply_info_in() 282 static int parse_reply_info_dir(void **p, void *end, in parse_reply_info_dir() 752 void *p, *end; in parse_reply_info() local 1493 static int encode_metric_spec(void **p, void *end) in encode_metric_spec() 1549 void *p, *end; in create_session_full_msg() local 2979 void *p, *end; in create_request_message() local 4010 void *end = p + msg->front.iov_len; in handle_forward() local 4107 void *end = p + msg->front.iov_len; in handle_session() local 6059 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_fsmap() local [all …]
|
| /fs/bcachefs/ |
| A D | extent_update.c | 45 struct bpos *end, in count_iters_for_insert() 106 struct bpos *end) in bch2_extent_atomic_end() 137 struct bpos end = k->k.p; in bch2_extent_trim_atomic() local
|
| A D | varint.c | 49 int bch2_varint_decode(const u8 *in, const u8 *end, u64 *out) in bch2_varint_decode() 110 int bch2_varint_decode_fast(const u8 *in, const u8 *end, u64 *out) in bch2_varint_decode_fast()
|
| A D | bkey_sort.h | 11 struct bkey_packed *k, *end; member 34 struct bkey_packed *end) in sort_iter_add()
|
| A D | fs-io.c | 237 int bch2_fsync(struct file *file, loff_t start, loff_t end, int datasync) in bch2_fsync() 268 struct bpos end) in range_has_data() 278 pgoff_t index, loff_t start, loff_t end) in __bch2_truncate_folio() 398 loff_t start, loff_t end) in bch2_truncate_folios() 558 u64 end = offset + len; in bchfs_fpunch() local 764 u64 end = offset + len; in bchfs_fallocate() local 859 u64 start, u64 end) in quota_reserve_range()
|
| A D | time_stats.c | 73 u64 start, u64 end) in time_stats_update_one() 125 void __bch2_time_stats_update(struct bch2_time_stats *stats, u64 start, u64 end) in __bch2_time_stats_update()
|
| /fs/ext4/ |
| A D | extents_status.c | 290 ext4_lblk_t lblk, ext4_lblk_t end, in __es_find_extent_range() 341 ext4_lblk_t lblk, ext4_lblk_t end, in ext4_es_find_extent_range() 375 ext4_lblk_t start, ext4_lblk_t end) in __es_scan_range() 395 ext4_lblk_t lblk, ext4_lblk_t end) in ext4_es_scan_range() 885 ext4_lblk_t end = lblk + len - 1; in ext4_es_insert_extent() local 999 ext4_lblk_t end = lblk + len - 1; in ext4_es_cache_extent() local 1166 ext4_lblk_t i, end, nclu; in count_rsvd() local 1414 ext4_lblk_t end, int *reserved, in __es_remove_extent() 1545 ext4_lblk_t end; in ext4_es_remove_extent() local 2122 ext4_lblk_t end = lblk + len - 1; in ext4_es_insert_delayed_extent() local [all …]
|
| A D | fsync.c | 82 static int ext4_fsync_nojournal(struct file *file, loff_t start, loff_t end, in ext4_fsync_nojournal() 129 int ext4_sync_file(struct file *file, loff_t start, loff_t end, int datasync) in ext4_sync_file()
|
| /fs/proc/ |
| A D | bootconfig.c | 23 #define rest(dst, end) ((end) > (dst) ? (end) - (dst) : 0) argument 29 char *key, *end = dst + size; in copy_xbc_key_value_list() local
|
| A D | task_mmu.c | 433 unsigned long start, unsigned long end, in show_vma_header_prefix() 460 unsigned long start, end; in show_map_vma() local 1146 unsigned long addr, unsigned long end, in smaps_hugetlb_range() 1594 unsigned long end, struct mm_walk *walk) in clear_refs_pte_range() 2018 unsigned long addr, unsigned long end, in pagemap_hugetlb_range() 2147 unsigned long end; in pagemap_read() local 2167 unsigned long end; in pagemap_read() local 2497 unsigned long addr, unsigned long end) in pagemap_scan_push_range() 2560 unsigned long end, struct mm_walk *walk) in pagemap_scan_thp_entry() 2611 unsigned long end, struct mm_walk *walk) in pagemap_scan_pmd_entry() [all …]
|
| /fs/netfs/ |
| A D | direct_write.c | 21 unsigned long long end = start + iov_iter_count(iter); in netfs_unbuffered_write_iter_locked() local 128 unsigned long long end = pos + iov_iter_count(from) - 1; in netfs_unbuffered_write_iter() local
|
| /fs/hfsplus/ |
| A D | bitmap.c | 25 __be32 *pptr, *curr, *end; in hfsplus_block_allocate() local 169 __be32 *pptr, *curr, *end; in hfsplus_block_free() local
|
| /fs/xfs/ |
| A D | xfs_discard.c | 166 xfs_agblock_t end; member 347 xfs_agblock_t end, in xfs_trim_perag_extents() 405 xfs_daddr_t end, in xfs_trim_datadev_extents() 757 xfs_daddr_t end, in xfs_trim_rtdev_extents() 834 xfs_daddr_t start, end; in xfs_ioc_trim() local
|
| /fs/gfs2/ |
| A D | bmap.c | 294 static void gfs2_metapath_ra(struct gfs2_glock *gl, __be64 *start, __be64 *end) in gfs2_metapath_ra() 429 const __be64 *end = (__be64 *)(bh->b_data + bh->b_size); in gfs2_extent_length() local 554 const __be64 *start, *ptr, *end; in gfs2_hole_walker() local 799 const __be64 *first, *ptr, *end; in gfs2_alloc_size() local 1461 struct buffer_head *bh, __be64 *start, __be64 *end, in sweep_bh_for_rgrps() 1636 __be64 *first, *ptr, *end; in find_nonnull_ptr() local 1670 __be64 **start, __be64 **end) in metapointer_range() 1692 __u16 end; in walk_done() local 1738 __be64 *start, *end; in punch_hole() local 2257 ktime_t start, end; in gfs2_map_journal_extents() local [all …]
|
| /fs/smb/client/compress/ |
| A D | lz77.c | 51 static __always_inline u32 lz77_match_len(const void *wnd, const void *cur, const void *end) in lz77_match_len() 134 const void *srcp, *end; in lz77_compress() local
|
| /fs/nfs/blocklayout/ |
| A D | extent_tree.c | 179 sector_t start, sector_t end, struct list_head *tmp) in __ext_tree_remove() 362 sector_t start, sector_t end) in ext_tree_remove() 410 sector_t end = start + len; in ext_tree_mark_written() local 675 void *p = start_p, *end = p + arg->layoutupdate_len; in ext_tree_prepare_commit() local
|
| /fs/afs/ |
| A D | vl_list.c | 91 const u8 **_b, const u8 *end, in afs_extract_vl_addrs() 168 const u8 *b = buffer, *end = buffer + buffer_size; in afs_extract_vlserver_list() local
|
| /fs/ext2/ |
| A D | xattr.c | 150 char *end, size_t end_offs) in ext2_xattr_entry_valid() 202 char *end; in ext2_xattr_get() local 293 char *end; in ext2_xattr_list() local 415 char *end; in ext2_xattr_set() local
|
| /fs/adfs/ |
| A D | dir_fplus.c | 74 unsigned int end, bs, bi, i; in adfs_fplus_checkbyte() local 234 int offset, end, ret; in adfs_fplus_update() local
|