Home
last modified time | relevance | path

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

/fs/btrfs/
Dtree-log.c3471 u64 max_key; in log_directory_changes() local
3477 max_key = 0; in log_directory_changes()
3481 &max_key); in log_directory_changes()
3484 if (max_key == (u64)-1) in log_directory_changes()
3486 min_key = max_key + 1; in log_directory_changes()
4581 struct btrfs_key max_key; in btrfs_log_inode() local
4611 max_key.objectid = ino; in btrfs_log_inode()
4619 max_key.type = BTRFS_XATTR_ITEM_KEY; in btrfs_log_inode()
4621 max_key.type = (u8)-1; in btrfs_log_inode()
4622 max_key.offset = (u64)-1; in btrfs_log_inode()
[all …]
Dreada.c930 static struct btrfs_key max_key = { in btrfs_reada_add() local
954 ret = reada_add_block(rc, start, &max_key, level, generation); in btrfs_reada_add()
Drelocation.c2032 struct btrfs_key *max_key) argument
2044 if (objectid > max_key->objectid)
2052 if (ino > max_key->objectid) {
2074 if (unlikely(max_key->objectid == ino)) {
2075 if (max_key->type < BTRFS_EXTENT_DATA_KEY)
2077 if (max_key->type > BTRFS_EXTENT_DATA_KEY) {
2080 if (max_key->offset == 0)
2082 end = max_key->offset;
Dvolumes.c4000 struct btrfs_key max_key; in btrfs_uuid_scan_kthread() local
4019 max_key.objectid = (u64)-1; in btrfs_uuid_scan_kthread()
4020 max_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4021 max_key.offset = (u64)-1; in btrfs_uuid_scan_kthread()
/fs/ubifs/
Dreplay.c193 union ubifs_key min_key, max_key; in trun_remove_range() local
207 data_key_init(c, &max_key, ino, max_blk); in trun_remove_range()
209 return ubifs_tnc_remove_range(c, &min_key, &max_key); in trun_remove_range()