Home
last modified time | relevance | path

Searched refs:max_key (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dlwt_len_hist_user.c34 uint64_t key = 0, next_key, max_key = 0; in main() local
58 if (sum && next_key > max_key) in main()
59 max_key = next_key; in main()
67 for (i = 1; i <= max_key + 1; i++) { in main()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_comm.cpp45 int max_key = -1; in uapi_process_loop() local
47 max_key = uapi_list_count(uapi_list); in uapi_process_loop()
63 if (key - '0' > max_key) { in uapi_process_loop()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dtree-log.c3793 u64 max_key; in log_directory_changes() local
3799 max_key = 0; in log_directory_changes()
3802 ctx, min_key, &max_key); in log_directory_changes()
3805 if (max_key == (u64)-1) in log_directory_changes()
3807 min_key = max_key + 1; in log_directory_changes()
5097 const struct btrfs_key *max_key, in copy_inode_items_to_log() argument
5122 if (min_key->objectid != max_key->objectid) in copy_inode_items_to_log()
5124 if (min_key->type > max_key->type) in copy_inode_items_to_log()
5219 } else if (min_key->type < max_key->type) { in copy_inode_items_to_log()
5267 struct btrfs_key max_key; in btrfs_log_inode() local
[all …]
H A Drelocation.c1494 struct btrfs_key *max_key) in invalidate_extent_cache() argument
1507 if (objectid > max_key->objectid) in invalidate_extent_cache()
1515 if (ino > max_key->objectid) { in invalidate_extent_cache()
1537 if (unlikely(max_key->objectid == ino)) { in invalidate_extent_cache()
1538 if (max_key->type < BTRFS_EXTENT_DATA_KEY) in invalidate_extent_cache()
1540 if (max_key->type > BTRFS_EXTENT_DATA_KEY) { in invalidate_extent_cache()
1543 if (max_key->offset == 0) in invalidate_extent_cache()
1545 end = max_key->offset; in invalidate_extent_cache()
H A Dreada.c949 static struct btrfs_key max_key = { in btrfs_reada_add() local
972 ret = reada_add_block(rc, start, &max_key, generation); in btrfs_reada_add()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dreplay.c187 union ubifs_key min_key, max_key; in trun_remove_range() local
201 data_key_init(c, &max_key, ino, max_blk); in trun_remove_range()
203 return ubifs_tnc_remove_range(c, &min_key, &max_key); in trun_remove_range()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dreplay.c184 union ubifs_key min_key, max_key; in trun_remove_range() local
198 data_key_init(c, &max_key, ino, max_blk); in trun_remove_range()
200 return ubifs_tnc_remove_range(c, &min_key, &max_key); in trun_remove_range()